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'

Last updated