Rival Development
Purchase the plugins Discord
  • Welcome!
  • 🔹RIVAL TOOLS
    • 💜Rival Pickaxes
      • Installation
      • Placeholders
      • Custom Drops
      • Mine Setup
      • Configurations
        • config.yml
        • enchants.yml
        • minelevels.yml
        • crystals.yml
        • mines.yml
        • mobs.yml
        • levels.yml
        • disenchantmenu.yml
        • upgrademenu.yml
        • leaderboards.yml
        • captcha.yml
        • prestige.yml
        • shops.yml
    • 💚Rival Harvester Hoes
      • Installation
      • Placeholders
      • Commands and Permissions
      • API
      • Custom Drops
      • Farming Zones
      • Crop Levels
      • Configurations
        • config.yml
        • enchants.yml
        • croplevels.yml
        • leaderboards.yml
        • captcha.yml
        • settings.yml
        • shops.yml
        • croplevels.yml
    • 💙Rival Fishing Rods
      • Installation
      • Placeholders
      • Commands and Permissions
      • Custom Loot
      • API
    • ❤️Rival Mob Swords
      • Installation
      • Placeholders
      • Commands and Permissions
      • Configurations
        • config.yml
        • enchants.yml
        • leaderboards.yml
        • moblevels.yml
      • API
  • 🔹TOOL ADDONS
    • 🔸Rival Omni Tool Addon
  • 🔹Other Plugins
    • 🐰Rival Pets
      • Installation
      • Information
      • Create Your Own Boosts & Buffs
      • Configurations
        • config.yml
        • enhancements.yml
        • gui.yml
        • messages.yml
        • petboxes.yml
        • scrolls.yml
        • upgrades.yml
        • candy.yml
    • 🟢Rival EXP Shop
      • Installation
      • Information
    • 🟠Rival Credits
      • Installation
      • Information
  • General
    • ❔FAQ
    • ✍️Terms of Service
    • ☕API's
Powered by GitBook
On this page
  • Valid Crops
  • Level Requirements
  • Prestige Requirements
  • Crop Requirements
  1. RIVAL TOOLS
  2. Rival Harvester Hoes

Crop Levels

Crop levels can be defined based on hoe level, prestige, or amount of crops broken

Valid Crops

Valid crops: Materials 1.16-1.20.4

Sugar Cane - Caña de azúcar - SUGAR_CANE
Wheat - Trigo - WHEAT
Carrots - Zanahorias - CARROTS
Potatoes - Patata - POTATOES
Melon - Melón - MELON
Pumpkin - Calabaza - PUMPKIN
Beetroots - Remolacha - BEETROOTS
Nether Wart - Verruga del Nether - NETHER_WART
Cocoa beans - Granos de cacao - COCOA

Level Requirements

# Example of Needing a Hoe Level 5 to break a crop
Enabled: true
GUI-Size: 27
GUI-Name: '&8Crop Levels'
prestige-requirements: false
crop-requirements: false
Crop-Levels:
  Level1:
    hoe-level: 5
    material: STONE
    base64:
      value: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTBhNGM5NGRkNjVhN2NhZGM0MTcyY2VkZjM5OTBhODU0Mjc3MmJiMTEzY2RmMWEwZjc4ZWY2NTJjNmFiZTZjYiJ9fX0='
    slot: 12
    name: '&2&l[!] &a&lLevel 1'
    lore:
      - ''
      - '&7Crops you can farm:'
      - '&8* &7Nether Wart'
      - '&8* &7Melon'
      - '&8* &7Carrots'
      - ''
      - '&2&lYOUR STATS'
      - '&8* &7Level: &f{current-level}'
      - '&8* &7Crops Harvested: &f{crops-harvested}'
      - '&8* &7Current XP: &f{current-xp}'
    crops:
      - MELON
      - NETHER_WART
      - CARROTS

Prestige Requirements

# Example of Needing a Hoe Prestige 5 to break a crop, instead of using
# hoe-level: for levels it will be using it for the prestige requirement
Enabled: true
GUI-Size: 27
GUI-Name: '&8Crop Levels'
prestige-requirements: true
crop-requirements: false
Crop-Levels:
  Level1:
    hoe-level: 5
    material: STONE
    base64:
      value: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTBhNGM5NGRkNjVhN2NhZGM0MTcyY2VkZjM5OTBhODU0Mjc3MmJiMTEzY2RmMWEwZjc4ZWY2NTJjNmFiZTZjYiJ9fX0='
    slot: 12
    name: '&2&l[!] &a&lLevel 1'
    lore:
      - ''
      - '&7Crops you can farm:'
      - '&8* &7Nether Wart'
      - '&8* &7Melon'
      - '&8* &7Carrots'
      - ''
      - '&2&lYOUR STATS'
      - '&8* &7Crops Harvested: &f{crops-harvested}'
      - '&8* &7Current XP: &f{current-xp}'
    crops:
      - MELON
      - NETHER_WART
      - CARROTS

Crop Requirements

Valid crop: types are 'Crops'(all crops combined) , 'Potato', 'NetherWart', 'Beetroot', 'Carrot', 'CocoaBean', 'Pumpkin', 'Wheat', 'Cane', 'Melon', 'Bamboo'

# Example of needing 3000 of any crop to be able to break the crops under crops:

Enabled: true
GUI-Size: 45
GUI-Name: '&8Crop Levels'
prestige-requirements: false
crop-requirements: true
Crop-Levels:
  Level1:
    requirement:
      crop: 'Crops'
      amount: 3000
    material: STONE
    base64:
      value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTBhNGM5NGRkNjVhN2NhZGM0MTcyY2VkZjM5OTBhODU0Mjc3MmJiMTEzY2RmMWEwZjc4ZWY2NTJjNmFiZTZjYiJ9fX0=
    slot: 12
    name: '&2&l[!] &a&lLevel 1'
    lore:
      - ''
      - '&7Crops you can farm:'
      - '&8* &7Nether Wart'
      - '&8* &7Melon'
      - '&8* &7Carrots'
      - ''
      - '&2&lYOUR STATS'
      - '&8* &7Crops Harvested: &f{crops-harvested}'
      - '&8* &7Current XP: &f{current-xp}'
    crops:
      - MELON
      - NETHER_WART
      - CARROTS
# In Lore of Item and Messages you can also use these placeholders, {crop-needed-name} 
# {crop-current-amount} {crop-needed-amount} {percentage} & {progress}
PreviousFarming ZonesNextConfigurations

Last updated 1 year ago

🔹
💚