Skip to content

Config Options

Flo56958 edited this page Apr 5, 2018 · 4 revisions

Player

  • enable: [boolean] should the feature be enabled or not [default: true]
  • Damage: [integer] what Damage should the tool get when harvesting (will be cast to short) [default: 1]
  • includeEnchantments: [boolean] should the enchantment of the tool be recognized by the plugin [default: true]
  • playSound: [boolean] should there be a harvesting sound or not [default: true]
  • replant: [boolean] Should there be replanting after harvest [default: true]
  • AllowAnyTool: [boolean] If true: you can harvest with anything (even bare hand) [default: false]
  • acceptedTools: [list of string / material]: change the item/tool that can harvest (must be written like WOOD_HOE) a list of every Material (version-dependent!) can be found here. (Is irrelevant if AllowAnyTool is true)

Harvester

  • enable: [boolean] should the feature be enabled or not [default: false]
  • Range: [integer] sets the radius of the harvesting area around the Harvester [default: 3]
  • playSound: [boolean] should there be a harvesting sound or not [default: true]
  • replant: [boolean] Should there be replanting after harvest [default: true]
  • AmountPerHarvest: [integer] sets the amount per crop loot per harvest

Clone this wiki locally