=========================================================
                 BHARATKOTH ENTERPRISE
                   SETUP & TUTORIAL
=========================================================

Welcome to BharatKoth! This is a fully premium, highly
customizable KoTH (King of the Hill) plugin.

1) CREATING A KOTH
------------------
  Step A: Get the wand by typing /koth wand
  Step B: Left-click the first corner block of your KoTH zone
  Step C: Right-click the opposite corner block (must be in the same world)
  Step D: Type /koth create <Name>

2) EDITING A KOTH
-----------------
  Type /koth editor in-game to open the Arena Settings Menu.
  Here you can:
    - Change the capture time
    - Set the cooldown between events
    - Toggle Arena-Specific Anti-Knockback
    - Access the Loot Menu

3) MANAGING LOOT
----------------
  Click the "Loot" chest in the editor to open the Reward Manager.
  - To add an item: Click "+ Add Item Drop" and drop your item into the chest.
  - To add a command: Click "+ Add Command Reward" and type the command in chat (e.g. give %player% diamond 1)
  - To change a reward's chance (0-100%): Click on the existing reward in the Loot Menu to open the Chance Editor.

4) AUTOMATED SCHEDULING (How it works)
--------------------------------------
  Our scheduling system uses "Cron Expressions" to know exactly when to start a KoTH. 
  A Cron expression is just a string of 5 items: [Minute] [Hour] [Day] [Month] [Day of Week].

  You can add a schedule straight from the game by typing:
  /koth schedule add <id> <koth_name> <cron>

  Here are some easy examples you can copy and paste:

  - Every day at 6:00 PM (18:00):
    /koth schedule add daily_event Volcano 0 18 * * *
  
  - Every day at 8:30 PM (20:30):
    /koth schedule add night_event Volcano 30 20 * * *

  - Only on Saturdays and Sundays at 5:00 PM (17:00):
    /koth schedule add weekend_event Volcano 0 17 * * 6,7
    
  - Every hour on the hour (1:00, 2:00, 3:00, etc.):
    /koth schedule add hourly_event Volcano 0 * * * *

  If you make a mistake, you can remove a schedule using its ID:
  /koth schedule remove daily_event

  To view all your active schedules:
  /koth schedule list

5) CUSTOMIZING THE LOOK & FEEL
------------------------------
  Almost everything is customizable!
  - Check 'messages.yml' to edit exactly how the Scoreboards, BossBars, and Holograms look.
  - Check 'config.yml' to adjust Hologram height offsets, warning intervals, and the default Timezone.
  
After editing config files, simply type: /koth reload

If you need any further help, check the config comments!
