# config.yml

```yaml
#####################################################################################################################
#  ____  _____     ___    _       _   _    _    ______     _______ ____ _____ _____ ____    _   _  ___  _____ ____  #
# |  _ \|_ _\ \   / / \  | |     | | | |  / \  |  _ \ \   / | ____/ ___|_   _| ____|  _ \  | | | |/ _ \| ____/ ___| #
# | |_) || | \ \ / / _ \ | |     | |_| | / _ \ | |_) \ \ / /|  _| \___ \ | | |  _| | |_) | | |_| | | | |  _| \___ \ #
# |  _ < | |  \ V / ___ \| |___  |  _  |/ ___ \|  _ < \ V / | |___ ___) || | | |___|  _ <  |  _  | |_| | |___ ___) |#
# |_| \_|___|  \_/_/   \_|_____| |_| |_/_/   \_|_| \_\ \_/  |_____|____/ |_| |_____|_| \_\ |_| |_|\___/|_____|____/ #
#                                                                                                                   #
#####################################################################################################################
Database:
  # SQLite or MySQL
  database-type: SQLite
  mysql:
    host: localhost
    port: 3306
    database: dbName
    username: dbUser
    password: dbPassword
Main:
  # Time is in Ticks: 1 second = 20 ticks
  Money-Giver:
    time: 200
  #Keep Hoe after dying
  keep-on-death: true
  # Prevents player from using the hoe if he is not the owner
  perplayerhoes: true
  # Disables player from upgrading hoe if he is not the owner
  perplayerhoes-upgrades: true
  # Prevents players exploting schematica and farming
  mcmmo:
    exp-per-crop: 20
  aurelium-skills:
    wheat: 2.0
    potato: 2.5
    beetroot: 2.5
    carrot: 2.7
    cocoabean: 3.0
    nether-wart: 3.0
    pumpkin: 3.4
    melon: 3.4
    sugar-cane: 1.7
  # If set to true, it uses crop prices from ShopGUIPlus, if a Crop is missing it defaults to config price
  shopguiplus-hook: true
  # ShopGUIPlus hook must be enabled for this to work
  shopguiplus-multipliers: true
  anti-printerfarm-cane:
    enabled: true
    message:
      value: '&4&l[!] &cYou can''t place sugarcane on top of sugarcane'
      enabled: true
  # Give players a hoe on first join
  on-join-hoe:
    enabled: true
    enchants: speed:1,haste:1,keyfinder:5,spawnerfinder:5
  # Filler used in all GUI's
  filler:
    material: LIGHT_BLUE_STAINED_GLASS_PANE
# Sounds
Sounds:
  use-sounds: true
  main-menu-open: ORB_PICKUP;1.0;1.0
  enchant-purchase: LEVEL_UP;1.0;1.0
  enchant-disenchant: ITEM_BREAK;1.0;1.0
  enchant-maxlevel: ANVIL_LAND;1.0;1.0
  captcha-fail: ANVIL_LAND;1.0;1.0
  captcha-success: LEVEL_UP;1.0;1.0
  hoe-levelup: LEVEL_UP;1.0;1.0
  hoe-levelup-max: WITHER_SHOOT;1.0;1.0
# Main Menu That opens when Right Clicked with Hoe
MainMenu:
  name: '&8ServerName » Hoe'
  size: 27
  hoe-preview-slot: 4
  hoe-preview-enabled: true
  settings-enabled: true
  disenchanter-enabled: true
  enchants-display: false
  croptop-mainmenu: true
  essencetop-mainmenu: true
  prices-mainmenu: true
  stats-enabled: true
  stats-slot: 10
  enchants-display-slot: 12
  upgrades-slot: 13
  settings-slot: 16
  croptop-slot: 21
  essencetop-slot: 22
  prices-slot: 23
# Settings for Crop Prices and Essence Amounts
Settings:
  SugarCane:
    money: 6.5
    essence: 3
  Potato:
    money: 2
    essence: 3
  Melon:
    money: 1.5
    essence: 3
  Pumpkin:
    money: 2.25
    essence: 3
  Wheat:
    money: 2
    essence: 3
  CocoBean:
    money: 2
    essence: 3
  NetherWart:
    money: 2.25
    essence: 3
  Carrot:
    money: 2
    essence: 3
  Beetroot:
    money: 2
    essence: 3
  # Crop Prices GUI Settings
  GUI:
    SugarCane:
      name: '&3&l[!] &b&lSugar Cane'
      lore:
        - '&f● &bMoney: &2$&a{money}'
        - '&f● &bEssence: &6❋&e{essence}'
      slot: 10
      enabled: true
    Potato:
      name: '&3&l[!] &b&lPotato'
      lore:
        - '&f● &bMoney: &2$&a{money}'
        - '&f● &bEssence: &6❋&e{essence}'
      slot: 11
      enabled: true
    Melon:
      name: '&3&l[!] &b&lMelon'
      lore:
        - '&f● &bMoney: &2$&a{money}'
        - '&f● &bEssence: &6❋&e{essence}'
      slot: 12
      enabled: true
    Pumpkin:
      name: '&3&l[!] &b&lPumpkin'
      lore:
        - '&f● &bMoney: &2$&a{money}'
        - '&f● &bEssence: &6❋&e{essence}'
      slot: 21
      enabled: true
    Wheat:
      name: '&3&l[!] &b&lWheat'
      lore:
        - '&f● &bMoney: &2$&a{money}'
        - '&f● &bEssence: &6❋&e{essence}'
      slot: 14
      enabled: true
    CocoBean:
      name: '&3&l[!] &b&lCocoBean'
      lore:
        - '&f● &bMoney: &2$&a{money}'
        - '&f● &bEssence: &6❋&e{essence}'
      slot: 15
      enabled: true
    NetherWart:
      name: '&3&l[!] &b&lNether Wart'
      lore:
        - '&f● &bMoney: &2$&a{money}'
        - '&f● &bEssence: &6❋&e{essence}'
      slot: 16
      enabled: true
    Carrot:
      name: '&3&l[!] &b&lCarrot'
      lore:
        - '&f● &bMoney: &2$&a{money}'
        - '&f● &bEssence: &6❋&e{essence}'
      slot: 13
      enabled: true
    Beetroot:
      name: '&3&l[!] &b&lBeetroot'
      lore:
        - '&f● &bMoney: &2$&a{money}'
        - '&f● &bEssence: &6❋&e{essence}'
      slot: 23
      enabled: true
GUI:
  back-enchanter:
    material: BARRIER
    base64:
      enabled: true
      value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2VkMWFiYTczZjYzOWY0YmM0MmJkNDgxOTZjNzE1MTk3YmUyNzEyYzNiOTYyYzk3ZWJmOWU5ZWQ4ZWZhMDI1In19fQ==
    name: '&4&l<!> &c&lGo Back'
    lore:
      - '&7&o(( Click to go back to main menu ))'
    enabled: true
    slot: 36
  back-disenchanter:
    material: BARRIER
    base64:
      enabled: true
      value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2VkMWFiYTczZjYzOWY0YmM0MmJkNDgxOTZjNzE1MTk3YmUyNzEyYzNiOTYyYzk3ZWJmOWU5ZWQ4ZWZhMDI1In19fQ==
    name: '&4&l<!> &c&lGo Back'
    lore:
      - '&7&o(( Click to go back to enchanter))'
    enabled: true
    slot: 36
  already-have:
    material: BARRIER
    base64:
      enabled: true
      value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2VkMWFiYTczZjYzOWY0YmM0MmJkNDgxOTZjNzE1MTk3YmUyNzEyYzNiOTYyYzk3ZWJmOWU5ZWQ4ZWZhMDI1In19fQ==
    name: '&4&l[!] &cAlready have the enchant'
    lore:
      - '&7&o(( Your hoe already has this enchant ))'
    message: '&4&l[!] &fYou &calready &fhave this enchant.'
  purchased:
    material: EMERALD_BLOCK
    base64:
      enabled: true
      value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODZhZGRiZDVkZWRhZDQwOTk5NDczYmU0YTdmNDhmNjIzNmE3OWEwZGNlOTcxYjVkYmQ3MzcyMDE0YWUzOTRkIn19fQ==
    name: '&2&l[!] &aPurchased Enchant'
    lore:
      - '&7&o(( You have purchased this enchant for your hoe ))'
    message: '&2&l[!] &fYou have purchased the {enchant} &fenchant'
  no-level:
    material: BARRIER
    base64:
      enabled: true
      value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2VkMWFiYTczZjYzOWY0YmM0MmJkNDgxOTZjNzE1MTk3YmUyNzEyYzNiOTYyYzk3ZWJmOWU5ZWQ4ZWZhMDI1In19fQ==
    name: '&4&l[!] &cHoe Level too low'
    lore:
      - '&7&o(( Your hoe level is too low ))'
    message: '&4&l[!] &cYour hoe &flevel &cis too low.'
    leveled-up: '&2&l[!] &fYou have &aleveled up &fyour hoe to level &a{level}&f.'
  no-essence:
    material: BARRIER
    base64:
      enabled: true
      value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2VkMWFiYTczZjYzOWY0YmM0MmJkNDgxOTZjNzE1MTk3YmUyNzEyYzNiOTYyYzk3ZWJmOWU5ZWQ4ZWZhMDI1In19fQ==
    name: '&4&l[!] &cNot enough Essence'
    lore:
      - '&7&o(( You dont have enough essence ))'
    message: '&3&l[!] &fYou don''t have enough &bessence &ffor this enchant.'
  max-level:
    material: BARRIER
    base64:
      enabled: true
      value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2VkMWFiYTczZjYzOWY0YmM0MmJkNDgxOTZjNzE1MTk3YmUyNzEyYzNiOTYyYzk3ZWJmOWU5ZWQ4ZWZhMDI1In19fQ==
    name: '&4&l[!] &cMAX LEVEL'
    lore:
      - '&7&o(( This enchant is at its Max Level ))'
    message: '&4&l[!] &fThis enchant is at its &cmax &flevel.'
    message-exceeded: '&4&l[!] &fThis purchase would exceed the &cmax &flevel for
      this enchant.'
  upgrades-mainmenu:
    material: PAINTING
    base64:
      enabled: true
      value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzUzNjJmOTBmZjI5Y2NkNDBmNDIzNWEwNWRkOTFkZjA5MWNmNDNmM2EyZjcxNDE0ZGZiYmNhNmU1ZDM2MzRkOSJ9fX0=
    name: '&3&l[!] &b&lUpgrade'
    lore:
      - '&7&o(( Click to view all upgrades. ))'
  disenchanter-mainmenu:
    material: PAINTING
    base64:
      enabled: true
      value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzUzNjJmOTBmZjI5Y2NkNDBmNDIzNWEwNWRkOTFkZjA5MWNmNDNmM2EyZjcxNDE0ZGZiYmNhNmU1ZDM2MzRkOSJ9fX0=
    gui-name: '&8ServerName » Disenchanter'
    gui-slots: 36
    gui-size: 45
    name: '&3&l[!] &b&lDisenchanter'
    lore:
      - '&7&o(( Click to disenchant your enchants. ))'
  settings-mainmenu:
    material: QUARTZ
    base64:
      enabled: true
      value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGUxNTBhYjdjMDE4NDZmNDgwODk3ZmJkMzVmMDUyNWNhZWI1MmFhNjI0Zjk2NzAwOTVmMzk2MTA1ODkzZGFjYiJ9fX0=
    name: '&3&l[!] &b&lSettings'
    lore:
      - '&7&o(( Click to enable/disable features. ))'
  croptop-mainmenu:
    material: SUGAR_CANE
    base64:
      enabled: true
      value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTY3MGJhNmNiY2Q2MGNjYTI5MDZiMGM0YWJiNzE2ODIwODUxZDVjMjhhNDJlYmY5NTQ3YTE1ZTc2MTE3NjhkMSJ9fX0=
    name: '&3&l[!] &b&lCrop Leaderboards'
    lore:
      - '&7&o(( Click to view crops leaderboard. ))'
  essencetop-mainmenu:
    material: MAGMA_CREAM
    base64:
      enabled: true
      value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjgwOWQyZTY5NjEwZjFlNmI3NWZlMGQ0NTk4ZTQ0MWU1NjAzMjVkMmQ1MmQ5N2NmNjY4NTljNDRmYTNkOGE3OSJ9fX0=
    name: '&3&l[!] &b&lEssence Top'
    lore:
      - '&7&o(( Click to view essence top leaderboard. ))'
  prices-mainmenu:
    material: PAPER
    base64:
      enabled: true
      value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGU3NGQ2NDcyZjgxMWVlN2U1ZTgwNWVhOTNkN2I0Yzc2MWM2NmE2NGU1OTM3MDJmYzgwNzNkYjM1N2YwNDY0ZCJ9fX0=
    gui-name: '&8ServerName » Prices'
    name: '&3&l[!] &b&lCrop Prices'
    lore:
      - '&7&o(( Click to view all crop prices. ))'
  # /harvesters GUI - Shows players currently farming
  harvesters-mainmenu:
    gui-name: '&8ServerName » Harvesters'
    item:
      lore:
        - '&f● &bMoney: &2$&a{money}'
        - '&f● &bEssence: &6❋&e{essence}'
        - ''
        - '&f● &bSugarcane: &f{sugarcane}'
        - '&f● &bPotato: &f{potato}'
        - '&f● &bCarrot: &f{carrot}'
        - '&f● &bBeetroot: &f{beetroot}'
        - '&f● &bWheat: &f{wheat}'
        - '&f● &bCocoaBean: &f{cocoabean}'
        - '&f● &bNetherWart: &f{netherwart}'
        - '&f● &bPumpkin: &f{pumpkin}'
        - '&f● &bMelon: &f{melon}'
        - ''
        - '&f● &bTotal Crops: &f{global}'
        - ''
        - '&f● &bBlocks Per Second: &f{bps}'
        - ''
        - '&7&o(( Click to teleport to player ))'
    color: '&f&l'
    pages:
      name: '&f&lPAGES'
      base64:
        enabled: false
        value: ''
      material: BOOK
    next-page:
      material: EMERALD
      base64:
        enabled: false
        value: ''
      name: '&2[!] &a&lNEXT PAGE -->'
      lore:
        - '&7&o(( Click to go to the next page ))'
    return-page:
      material: REDSTONE
      base64:
        enabled: false
        value: ''
      name: '&4[!] &c&lGO BACK <--'
      lore:
        - '&7&o(( Click to go back ))'
  # Hoe Settings Menu
  settings-menu:
    name: '&8ServerName » Settings'
    size: 27
    autosell-message-chat-enabled:
      slot: 11
      material: SIGN
      base64:
        enabled: true
        value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmY3NWQxYjc4NWQxOGQ0N2IzZWE4ZjBhN2UwZmQ0YTFmYWU5ZTdkMzIzY2YzYjEzOGM4Yzc4Y2ZlMjRlZTU5In19fQ==
      name: '&3&l[!] &b&lAutoSell Chat Message'
      lore:
        - '&f● &7Status: &aEnabled'
        - ''
        - '&7&o(( Click to toggle this message. ))'
    autosell-message-chat-disabled:
      material: SIGN
      base64:
        enabled: true
        value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmY3NWQxYjc4NWQxOGQ0N2IzZWE4ZjBhN2UwZmQ0YTFmYWU5ZTdkMzIzY2YzYjEzOGM4Yzc4Y2ZlMjRlZTU5In19fQ==
      name: '&3&l[!] &b&lAutoSell Chat Message'
      lore:
        - '&f● &7Status: &cDisabled'
        - ''
        - '&7&o(( Click to toggle this message. ))'
    keyfinder-messages-enabled:
      slot: 13
      material: TRIPWIRE_HOOK
      base64:
        enabled: true
        value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjIxNWU4ZWJlZmYwYTIwMDhmMTRiZGEwNzJmNzU2MTVkYWNhYzBjNGRhYmM5MGQ5ZDUyY2MzMjE0ZTVjNTM1NyJ9fX0=
      name: '&3&l[!] &b&lKey Finder Message'
      lore:
        - '&f● &7Status: &aEnabled'
        - ''
        - '&7&o(( Click to toggle this message. ))'
    keyfinder-messages-disabled:
      material: TRIPWIRE_HOOK
      base64:
        enabled: true
        value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjIxNWU4ZWJlZmYwYTIwMDhmMTRiZGEwNzJmNzU2MTVkYWNhYzBjNGRhYmM5MGQ5ZDUyY2MzMjE0ZTVjNTM1NyJ9fX0=
      name: '&3&l[!] &b&lKey Finder Message'
      lore:
        - '&f● &7Status: &cDisabled'
        - ''
        - '&7&o(( Click to toggle this message. ))'
    spawnerfinder-messages-enabled:
      slot: 14
      material: MOB_SPAWNER
      base64:
        enabled: true
        value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjQ3ZTJlNWQ1NWI2ZDA0OTQzNTE5YmVkMjU1N2M2MzI5ZTMzYjYwYjkwOWRlZTg5MjNjZDg4YjExNTIxMCJ9fX0=
      name: '&3&l[!] &b&lSpawner Finder Message'
      lore:
        - '&f● &7Status: &aEnabled'
        - ''
        - '&7&o(( Click to toggle this message. ))'
    spawnerfinder-messages-disabled:
      material: MOB_SPAWNER
      base64:
        enabled: true
        value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjQ3ZTJlNWQ1NWI2ZDA0OTQzNTE5YmVkMjU1N2M2MzI5ZTMzYjYwYjkwOWRlZTg5MjNjZDg4YjExNTIxMCJ9fX0=
      name: '&3&l[!] &b&lSpawner Finder Message'
      lore:
        - '&f● &7Status: &cDisabled'
        - ''
        - '&7&o(( Click to toggle this message. ))'
    essencepouch-messages-enabled:
      slot: 15
      material: GOLD_INGOT
      base64:
        enabled: true
        value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTMzZTkyYjA2NTcxOTZjYmExODZjZTc0ZjIwMzhiOTNiZThlNDI1MWFlMmNhYTNlYmY1MWNkZWYwM2E3NDM4NCJ9fX0=
      name: '&3&l[!] &b&lEssence Pouch Message'
      lore:
        - '&f● &7Status: &aEnabled'
        - ''
        - '&7&o(( Click to toggle this message. ))'
    essencepouch-messages-disabled:
      material: GOLD_INGOT
      base64:
        enabled: true
        value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTMzZTkyYjA2NTcxOTZjYmExODZjZTc0ZjIwMzhiOTNiZThlNDI1MWFlMmNhYTNlYmY1MWNkZWYwM2E3NDM4NCJ9fX0=
      name: '&3&l[!] &b&lEssence Pouch Message'
      lore:
        - '&f● &7Status: &cDisabled'
        - ''
        - '&7&o(( Click to toggle this message. ))'
    moneypouch-messages-enabled:
      slot: 12
      material: BLAZE_ROD
      base64:
        enabled: true
        value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTZlMGQ1ZmU4N2QyZDIxZTJiZGU2Mzc0NDI1YTM0MWE3NTczYjM3NWQ1YmI3ZDQ3ZjRiOGRhZTM1Mjk3ZWE0In19fQ==
      name: '&3&l[!] &b&lMoney Pouch Message'
      lore:
        - '&f● &7Status: &aEnabled'
        - ''
        - '&7&o(( Click to toggle this message. ))'
    moneypouch-messages-disabled:
      material: BLAZE_ROD
      base64:
        enabled: true
        value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTZlMGQ1ZmU4N2QyZDIxZTJiZGU2Mzc0NDI1YTM0MWE3NTczYjM3NWQ1YmI3ZDQ3ZjRiOGRhZTM1Mjk3ZWE0In19fQ==
      name: '&3&l[!] &b&lMoney Pouch Message'
      lore:
        - '&f● &7Status: &cDisabled'
        - ''
        - '&7&o(( Click to toggle this message. ))'
    actionbar-messages-enabled:
      slot: 21
      material: BLAZE_ROD
      base64:
        enabled: true
        value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzdlYTY3Njg2OTcxOGIxMWU4YTNhMTc0OTdjYzYzOGU2YThkYzFkMzFlNTM4MmZmZTNjZjk0YWFlNzE3YWRhZiJ9fX0=
      name: '&3&l[!] &b&lActionBar Messages'
      lore:
        - '&f● &7Status: &aEnabled'
        - ''
        - '&7&o(( Click to toggle this message. ))'
    actionbar-messages-disabled:
      material: BLAZE_ROD
      base64:
        enabled: true
        value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzdlYTY3Njg2OTcxOGIxMWU4YTNhMTc0OTdjYzYzOGU2YThkYzFkMzFlNTM4MmZmZTNjZjk0YWFlNzE3YWRhZiJ9fX0=
      name: '&3&l[!] &b&lActionBar Messages'
      lore:
        - '&f● &7Status: &cDisabled'
        - ''
        - '&7&o(( Click to toggle this message. ))'
    title-messages-enabled:
      slot: 23
      material: BLAZE_ROD
      base64:
        enabled: true
        value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjgwOGQ5MjEzYWY5ZTIyMzVhMDgyOGMyOWZiODA2MGVkMGUzYTdhZjI5ZGJkNWI1YTkyYWI5NjRjZjhhNTRlYSJ9fX0=
      name: '&3&l[!] &b&lTitle Messages'
      lore:
        - '&f● &7Status: &aEnabled'
        - ''
        - '&7&o(( Click to toggle this message. ))'
    title-messages-disabled:
      material: BLAZE_ROD
      base64:
        enabled: true
        value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjgwOGQ5MjEzYWY5ZTIyMzVhMDgyOGMyOWZiODA2MGVkMGUzYTdhZjI5ZGJkNWI1YTkyYWI5NjRjZjhhNTRlYSJ9fX0=
      name: '&3&l[!] &b&lTitle Messages'
      lore:
        - '&f● &7Status: &cDisabled'
        - ''
        - '&7&o(( Click to toggle this message. ))'
  stats-mainmenu:
    material: NETHER_STAR
    base64:
      enabled: true
      value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTQ4MGQ1N2IwZDFkNDMyZTA3NDg3OGM2YWVjNWY0NWEyY2U5OGQ5YzQ4MWZiOGNjODM4MmNmZjE3MWY4MzY5OSJ9fX0=
    name: '&3&l[!] &b&lStats'
    lore:
      - ''
      - '&f&lHoe Stats'
      - '&f&l● &bEssence Harvested: &f{essenceharvesed}'
      - '&f&l● &bHoe Owner: &f{owner}'
      - ''
      - '&f&lHoe Crop Stats'
      - '&f&l● &bSugarcane Harvested: &f{sugarcane}'
      - '&f&l● &bWheat Harvested: &f{wheat}'
      - '&f&l● &bPotatos Harvested: &f{potato}'
      - '&f&l● &bCarrots Harvested: &f{carrots}'
      - '&f&l● &bNetherWarts Harvested: &f{netherwarts}'
      - '&f&l● &bMelons Harvested: &f{melons}'
      - '&f&l● &bPumpkins Harvested: &f{pumpkins}'
      - '&f&l● &bCocoa Beans Harvested: &f{cocobeans}'
      - '&f&l● &bBeetroot Harvested: &f{beetroot}'
      - ''
      - '&f&lYour Stats'
      - '&f&l● &bCurrent Essence: &6❋&e{currentessence}'
# Hoe Levels
Hoe-Levels:
  '1':
    crops-needed: 500
  '2':
    crops-needed: 2000
  '3':
    crops-needed: 5000
  '4':
    crops-needed: 10000
  '5':
    crops-needed: 15000
  '6':
    crops-needed: 17000
  '7':
    crops-needed: 20000
  '8':
    crops-needed: 23000
  '9':
    crops-needed: 25000
  '10':
    crops-needed: 27000
  '11':
    crops-needed: 30000
  '12':
    crops-needed: 32000
  '13':
    crops-needed: 35000
  '14':
    crops-needed: 40000
  '15':
    crops-needed: 45000
# Harvester Hoe Item Settings
Hoe-Settings:
  name: '&3&l<!> &b&lHarvester Hoe &3&l<!>'
  # Possible types: WOODEN, STONE, IRON, GOLDEN, DIAMOND, 1.16+ NETHERITE
  type: 'DIAMOND'
  autosell: '&8(&fAutoSell&8)'
  collect: '&8(&fCollect&8)'
  lore:
    - '&7Destory crops and earn essence to upgrade'
    - '&7your harvester hoe.'
    - ''
    - '&f&lSTATS'
    - ' &f&l● &bOwner: &f{owner}'
    - ' &f&l● &bEssence Harvested: &f{essenceharvested}'
    - ' &f&l● &bLevel: &f{level}'
    - ' &f&l● &bProgress: &8[{progress}&8] &f{percentage}%'
    - ''
    - '&f&lMODE'
    - '&f&l● &bHarvester Mode: &f{mode}'
    - '&7&o(( Shift Right-Click to switch mode ))'
    - ''
    - '&f&lENCHANTS'
    - '&2&l● %enchant-AutoSell%'
    - '&3&l● %enchant-EXPFinder%'
    - '&3&l● %enchant-KeyFinder%'
    - '&3&l● %enchant-SpawnerFinder%'
    - '&3&l● %enchant-MoneyBooster%'
    - '&3&l● %enchant-EssenceBooster%'
    - '&3&l● %enchant-Speed%'
    - '&6&l● %enchant-CropsBooster%'
    - '&6&l● %enchant-EssencePouch%'
    - '&6&l● %enchant-Haste%'
    - '&2&l● %enchant-MoneyPouch%'
    - '&5&l● %enchant-Merchant%'
    - '&4&l● %enchant-AirStrike%'
    - '&3&l● %enchant-Rush%'
    - '&6&l● %enchant-JackHammer%'
    - '&6&l● %enchant-Trench%'
  changed-mode: '&3&l[!] &bChanged Harvester Hoe mode to &f{mode}.'
  opened-gui: '&3&l[!] &bOpened &fHarvester Hoe &bUpgrade GUI.'
  no-hoe: '&4&l[!] &cYou are not holding a harvester hoe.'
  opened-gui-message: true
  glow: true
  format-decimal-progress: true
  hoe-info:
    name: '&3&l[!] &b&lEnchants'
    material: BEACON
    base64:
      enabled: true
      value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjQzZjUyMGM4NTZiYzdhMDM2NGUwZWRlNzI5ZmI0OWQ2ZGMwNDZjZjdkOGY1NjQ5NGQwYzJmMjg2YjYyMzUzMSJ9fX0=
    lore:
      - ''
      - '&f&lHoe Enchants'
      - '&f&l● %enchant-AutoSell%'
      - '&3&l● %enchant-EXPFinder%'
      - '&3&l● %enchant-KeyFinder%'
      - '&3&l● %enchant-SpawnerFinder%'
      - '&3&l● %enchant-MoneyBooster%'
      - '&3&l● %enchant-EssenceBooster%'
      - '&3&l● %enchant-Speed%'
      - '&6&l● %enchant-CropsBooster%'
      - '&6&l● %enchant-EssencePouch%'
      - '&6&l● %enchant-Haste%'
      - '&2&l● %enchant-MoneyPouch%'
      - '&5&l● %enchant-Merchant%'
      - '&4&l● %enchant-AirStrike%'
      - '&3&l● %enchant-Rush%'
      - ''
command:
  essence:
    default:
      - '&f&l[!] &e&lEssence Commands '
      - ' &8● &f/essence &7balance <player>'
      - ' &8● &f/essence &7pay <player> <amount>'
      - ' &8● &f/essence &7withdraw <player> <amount>'
      - ' &8● &f/essence &7shop'
    admin:
      - '&f&l[!] &e&lEssence Admin Commands '
      - ' &8● &f/essence &7give <player> <amount>'
      - ' &8● &f/essence &7reset <player>'
      - ' &8● &f/essence &7set <player> <amount>'
      - ' &8● &f/essence &7remove <player> <amount>'
      - ' &8● &f/essence &7reload'
      - ' &8● &f/essence &7force'
  crops:
    default:
      - '&3&l[!] &b&lCrops Commands'
      - ' &8● &f/crops top &7<crop>'
      - ' &8● &f/crops balance &7<player> <crop>'
    admin:
      - '&3&l[!] &b&lCrops Admin Commands'
      - ' &8● &f/crops set &7<player> <crop> <amount>'
      - ' &8● &f/crops give &7<player> <crop> <amount>'
      - ' &8● &f/crops reset &7<player> <crop> <amount>'
      - ' &8● &f/crops remove &7<player> <crop> <amount>'
      - ' &8● &f/crops force &7'
  hoe:
    default:
      - '&f&l[!] &b&lHoe Commands '
      - ' &8● &f/hoe &7about'
      - ' &8● &f/hoe &7info'
      - ' &8● &f/hoe &7stats'
    admin:
      - '&f&l[!] &b&lHoe Admin Commands '
      - ' &8● &f/hoe &7give <player> <enchant:level>,<enchant:level>,<level:level>,<autosell:1>'
      - ' &8● &f/hoe &7testchance <enchant> <levels> <blocks>'
      - ' &8● &f/hoe &7calc <enchant> <levels>'
      - ' &8● &f/hoe &7admin'
      - ' &8● &f/hoe &7reload'
# Permissions - add rivalhoes.main to give access to commands, rivalhoes.admin permission for admin commands
permissions:
  force-captcha: rivalhoes.captcha.force
  harvesters: rivalhoes.harvesters
  hoe-testchance: rivalhoes.testchance
  hoe-stats: rivalhoes.stats
  hoe-reload: rivalhoes.reload
  hoe-info: rivalhoes.info
  hoe-give: rivalhoes.give
  hoe-harvesterevent: rivalhoes.harvesterevent
  hoe-calculate: rivalhoes.calculate
  hoe-admin: rivalhoes.admin
  hoe-max: rivalhoes.max
  hoe-setenchant: rivalhoes.setenchant
  hoe-setowner: rivalhoes.setowner
  crops-force: rivalhoes.crops.force
  crops-give: rivalhoes.crops.give
  crops-remove: rivalhoes.crops.removed
  crops-reset: rivalhoes.crops.reset
  crops-set: rivalhoes.crops.set
  crops-balance: rivalhoes.crops.balance
  crops-top: rivalhoes.crops.top
  essence-give: rivalhoes.essence.give
  essence-remove: rivalhoes.essence.remove
  essence-reset: rivalhoes.essence.reset
  essence-set: rivalhoes.essence.set
  essence-pay: rivalhoes.essence.pay
  essence-balance: rivalhoes.essence.balance
  essence-shop: rivalhoes.essence.shop
  essence-withdraw: rivalhoes.essence.withdraw
  harvester-event: rivalhoes.harvesterevent
  no-permission: '&b&lSERVERNAME &8» &7You do not have access to that command.'
Shop:
  open-essence-shop: '&3&l[!] &bOpening the essence shop...'
  not-enough: '&4&l[!] &cYou don''t have enough essence for this item.'
  successful-purchase: '&3&l[!] &bYou have successfully bought this item for &f{price}
    &bessence.'
Crops:
  set-admin: '&4&l[!] &cYou set &f{player}''s&c {crop} amount to &f{value}&c.'
  set-player: '&4&l[!] &cYour &f{crop} &camount has been set to &f{value}&c.'
  remove-admin: '&4&l[!] &cYou removed &f{value}&c {crop} from &f{player}''s &cbalance.'
  remove-player: '&4&l[!] &f{value} &c{crop} have been taken from your account.'
  give-admin: '&4&l[!] &cYou have given &f{player} {value} &c{crop}.'
  give-player: '&4&l[!] &cYou have been given &f{value}&c {crop}.'
  reset-admin: '&4&l[!] &cYou have reset &f{player}''s&c {crop} amount.'
  reset-player: '&4&l[!] &cYour &f{crop} &camount has been reset.'
# Harvester Event
HarvesterEvent:
  config:
    started-event: '&4&l[!] &7You have &astarted &7the Harvester Event.'
    already-started: '&4&l[!] &7The Harvester Event has already been started!'
    not-started: '&3&l[!] &7The &fHarvester Event &7has not started yet!'
  auto-start:
    enabled: true
    # Times in Seconds
    time: 1200
  lasts-time: 300
  message-started:
    - '[center]&3&lHarvester Event'
    - ''
    - '[center]&8● &7Harvester Event has started!'
    - '[center]&8● &7Ends in: &f5mins'
    - '[center]&7(( Top 5 Harvesters receive a reward! ))'
  places: 5
  message:
    - '[center]&3&lHarvester Event'
    - ''
    - '[center]&8● &7Harvester Event has ended!'
    - ''
    - '[center]&a#1 &b&l{player-0} &8- &f{amount-0}'
    - '[center]&6#2 &b&l{player-1} &8- &f{amount-1}'
    - '[center]&c#3 &b&l{player-2} &8- &f{amount-2}'
    - '[center]&f#4 &b&l{player-3} &8- &f{amount-3}'
    - '[center]&f#5 &b&l{player-4} &8- &f{amount-4}'
    - '[center]&7&o(( Top 5 players have received their rewards! ))'
  current:
    - '[center]&3&lHarvester Event'
    - ''
    - '[center]&8● &7Current Leaderboard!'
    - ''
    - '[center]&a#1 &b&l{player-0} &8- &f{amount-0}'
    - '[center]&6#2 &b&l{player-1} &8- &f{amount-1}'
    - '[center]&c#3 &b&l{player-2} &8- &f{amount-2}'
    - '[center]&f#4 &b&l{player-3} &8- &f{amount-3}'
    - '[center]&f#5 &b&l{player-4} &8- &f{amount-4}'
    - '[center]&7&o(( Top 5 players will receive a reward! ))'
    - ''
    - '[center]&3&lYour Crops Broken: &f{current}'
    - '[center]&3&lTime Left: &f{time-left}'
    - ''
  rewards:
    '0':
      commands:
        - eco give {player} 500000
      message: '&3&lHARVESTER EVENT &8» &7You have placed in #1 Place and received
        a reward'
    '1':
      commands:
        - eco give {player} 400000
      message: '&3&lHARVESTER EVENT &8» &7You have placed in #2 Place and received
        a reward'
    '2':
      commands:
        - eco give {player} 300000
      message: '&3&lHARVESTER EVENT &8» &7You have placed in #3 Place and received
        a reward'
    '3':
      commands:
        - eco give {player} 200000
      message: '&3&lHARVESTER EVENT &8» &7You have placed in #4 Place and received
        a reward'
    '4':
      commands:
        - eco give {player} 100000
      message: '&3&lHARVESTER EVENT &8» &7You have placed in #5 Place and received
        a reward'
Essence:
  item-material: MAGMA_CREAM
  item-name: '&e{amount} &8» &6&lEssence'
  item-lore:
    - ''
    - '&7&o(( Click to redeem &f{amount}  &7&oessence ))'
    - ''
  decimal-format: '#,###'
  no-hoe: '&4&l[!] &cYou must be holding a Harvester Hoe'
  banned-region-hoe: '&4&l[!] &cYou cant use a Harvester Hoe in this region'
  banned-regions:
    - spawn
    - warzone
  bottom-block: '&4&l[!] &cYou can not break bottom block of sugarcane with your hoe.'
  per-player-hoe: '&4&l[!] &fYou can''t use that &cHarvester Hoe &fas you are not
    the &cOwner &fof the &cHarvester Hoe&f.'
  full-inventory: '&4&l[!] &fYour inventory is full!'
  received-hoe: '&3&l[!] &bYou have received a &fHarvester Hoe&b.'
  given-hoe: '&3&l[!] &bYou have given &f{player} &ba &fHarvester Hoe&b.'
  invalid-player: '&4&l[!] &cYou have entered an invalid player name!'
  invalid-page: '&4&l[!] &cThere is no page by that name'
  invalid-number: '&4&l[!] &cYou didn''t enter a valid number.'
  inventory-full: '&4&l[!] &cYour inventory is full.'
  only-players: '&4&l[!] &cOnly players may do this.'
  incorrect-usage: '&4&l[!] &cIncorrect Usage: &f{command}'
  under-zero: '&4&l[!] &cYou may not use numbers under 1!'
  no-essence: '&4&l[!] &cYou do not have that much essence, you have &f{essence}'
  yourself: '&4&l[!] &cYou cannot send essence to yourself.'
  redeemed: '&3&l[!] &bYou have redeemed &f{value}&b essence.'
  withdrawn: '&3&l[!] &bYou have withdrawn &f{value}&b essence.'
  set-admin: '&3&l[!] &bYou set &f{player}''s&b essence amount to &f{value}&b.'
  set-player: '&3&l[!] &bYour &fessence &bamount has been set to &f{value}&b.'
  remove-admin: '&3&l[!] &bYou removed &f{value}&b essence from &f{player}''s&b balance.'
  remove-player: '&3&l[!] &f{value} &bessence have been taken from your account.'
  give-admin: '&3&l[!] &bYou have given &f{player} {value} &bessence.'
  give-player: '&3&l[!] &bYou have been given &f{value}&b essence.'
  paid-player: '&3&l[!] &bYou have received &f{value}&b essence from &f{player}'
  player-that-paid: '&3&l[!] &bYou have paid &f{player} {value} &bessence.'
  reset-admin: '&3&l[!] &bYou have reset &f{player}''s&b essence amount.'
  reset-player: '&3&l[!] &bYour &fessence &bamount has been reset.'
  player-balance-format:
    - '&e&lYour Essence &8» &f{amount}'
    - '&7Spend Essence by upgrading your hoe or in /essence shop'
  others-balance-format:
    - '&e&l{player}''s Essence &8» &f{amount}'
    - '&7Spend Essence by upgrading your hoe or in /essence shop'
DefaultSettings:
  AutoSellChat: true
  KeyFinder: true
  SpawnerFinder: true
  MoneyPouch: true
  EssencePouch: true
  ActionBar: true
  Titles: true
Features:
  drophoe-title:
    enabled: true
    title: '&4&l[!] &c&lDROP'
    subtitle: '&7Press &cQ &7again to drop your hoe!'
    fadeIn: 20
    fadeOut: 20
    time: 80
  drophoe-actionbar:
    enabled: true
    value: '&4&l[!] &c&lDROP &7Press &cQ &7again to drop your hoe!'
    time: 80
  drophoe-messages:
    drop-hoe-enabled: true
    message: '&4&l[!] &7Press &cQ &7in the next &c10 seconds &7to drop your hoe!'
    time: 10
  levelup-title:
    enabled: true
    title: '&2&l[!] &a&lLEVEL UP'
    subtitle: '&7Leveled up your Hoe to level &f{level}&7!'
    fadeIn: 20
    fadeOut: 20
    time: 80
  levelup-actionbar:
    enabled: true
    value: '&2&l[!] &aYou have leveled up your Hoe to level &f{level}&a!'
    time: 80
  modechanged-title:
    enabled: true
    title: '&3&l[!] &b&lMODE'
    title-noautosell: '&4&l[!] &c&lAUTOSELL'
    subtitle-noautosell: '&7You don''t have AutoSell on your Hoe'
    subtitle: '&7Changed mode to &8» &f{mode}'
    fadeIn: 20
    fadeOut: 20
    time: 80
  modechanged-actionbar:
    enabled: true
    value: '&3&l[!] &b&lMODE &8» &7Changed mode to &f{mode}'
    value-noautosell: '&4&l[!] &c&lAUTOSELL &8» &7You don''t have AutoSell unlocked!'
    time: 80
  merchant-title:
    enabled: true
    title: '&5&l[!] &d&lMERCHANT'
    subtitle: '&7&o(( Activated. ))'
    fadeIn: 20
    fadeOut: 20
    time: 80
  merchant-actionbar:
    enabled: true
    value: '&5&l[!] &d&lMERCHANT &7has been activated'
    time: 80
  essencedeposit-title:
    enabled: true
    title: '&6&l[!] &e&lESSENCE'
    subtitle: '&a&l+ &6❋&e{essence}'
    fadeIn: 20
    fadeOut: 20
    time: 80
  essencedeposit-actionbar:
    enabled: true
    value: '&6&l[!] &e&lESSENCE &e&l+ &6❋&e{essence}'
    time: 80
  essencewithdraw-title:
    enabled: true
    title: '&6&l[!] &e&lESSENCE'
    subtitle: '&c&l- &6❋&e{essence}'
    fadeIn: 20
    fadeOut: 20
    time: 80
  essencewithdraw-actionbar:
    enabled: true
    value: '&6&l[!] &e&lESSENCE &c&l- &6❋&e{essence}'
    time: 80
  essencenone-title:
    enabled: true
    title: '&4&l[!] &c&lESSENCE'
    subtitle: '&7&o(( You dont''t have enough essence. ))'
    fadeIn: 20
    fadeOut: 20
    time: 80
  essencenone-actionbar:
    enabled: true
    value: '&4&l[!] &7You dont have enough Essence, You have: &6❋&e{essence}'
    time: 80
  fullinventory-title:
    enabled: true
    title: '&4&l[!] &c&lINVENTORY'
    subtitle: '&7&o(( Your inventory is full! ))'
    fadeIn: 20
    fadeOut: 20
    time: 80
  fullinventory-actionbar:
    enabled: true
    value: '&4&l[!] &7Your inventory is full!'
    time: 80
  airstrike-title-activated:
    enabled: true
    title: '&4&l[!] &c&lAIRSTRIKE'
    subtitle: '&7&o(( AirStrike inbound! ))'
    fadeIn: 20
    fadeOut: 20
    time: 80
  airstrike-actionbar-activated:
    enabled: true
    value: '&4&l[!] &c&lAirStrike &7inbound!'
    time: 80
  airstrike-title-ended:
    enabled: true
    title: '&4&l[!] &c&lAIRSTRIKE'
    subtitle: '&a&l+ &2$&a{money}  &e&l+ &6❋&e{essence}'
    fadeIn: 20
    fadeOut: 20
    time: 80
  airstrike-actionbar-ended:
    enabled: true
    value: '&4&l[!] &c&lAirStrike: &a&l+ &2$&a{money}  &e&l+ &6❋&e{essence}'
    time: 80
  spawnerfinder-title:
    enabled: true
    title: '&3&l[!] &b&lSPAWNER FINDER'
    subtitle: '{reward}'
    fadeIn: 20
    fadeOut: 20
    time: 80
  spawnerfinder-actionbar:
    enabled: true
    value: '&3&l[!] &b&lSpawner Finder: {reward}'
    time: 80
  keyfinder-title:
    enabled: true
    title: '&3&l[!] &b&lKEY FINDER'
    subtitle: '{reward}'
    fadeIn: 20
    fadeOut: 20
    time: 80
  keyfinder-actionbar:
    enabled: true
    value: '&3&l[!] &b&lKey Finder: {reward}'
    time: 80
  rush-title-activated:
    enabled: true
    title: '&b&l[!] &3&lRUSH'
    subtitle: '&7&oRush mode activated!'
    fadeIn: 20
    fadeOut: 20
    time: 80
  rush-actionbar-activated:
    enabled: true
    value: '&b&l[!] &3&lRush &7has been activated!'
    time: 80
  rush-actionbar-activated-stay:
    enabled: true
    value: '&3&lRUSH: &7Time left: &f{time}'
  jackhammer-title:
    enabled: true
    title: '&6&l[!] &e&lJACKHAMMER'
    subtitle: '&7Your jackhammer enchant has been activated!'
    fadeIn: 20
    fadeOut: 20
    time: 80
  jackhammer-actionbar:
    enabled: true
    value: '&6&l[!] &e&lJACKHAMMER: &7Your jackhammer enchant has been activated!'
    time: 80
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rivaldev.xyz/rival-tools/rival-harvester-hoes/configurations/config.yml.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
