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
  • Region Config
  • Example Config of Zones in config.yml
  1. RIVAL TOOLS
  2. Rival Harvester Hoes

Farming Zones

You can make farming regions where players can farm and crops come back after an x amount of time, also has per-player farming in those regions where a multiple players can farm in one place

Region Config

You need to create a World Guard region where you want the farming zone to be using /rg define {name}

The Region needs to have these Flags:

  • /rg flag {region} build allow or /rg flag {region} rivalharvesterhoes allow

  • /rg flag {region} block-break deny

  • /rg flag {region} block-place deny

  • /rg flag {region} deny-message -e

Example Config of Zones in config.yml

Farming-Zones:
  enabled: true # If the Farming Zones Module is enabled
  player-only: false #When farming, only the player farming will see his crops being broken but not from other players REQUIRES PROTOCOLLIB!
  global: false #If enabled every crop will act as a farming zone crop and the regions will be ignored.
  regions:
    - 'regionname'
  regen-time: 20 # Time in seconds 
  custom-times: #By adding custom-times the reset time can be customized per crop type
    WHEAT: 5
  particles:
    enabled: true # Particles that are displayed when a crop is regrown
    particle: 'VILLAGER_HAPPY'

PreviousCustom DropsNextCrop Levels

Last updated 1 year ago

🔹
💚