Configurations help

Default configurations

max-length: 8
max-height: 1
allow-bonemeal: false
use-hoe: false
tool-damaging: true
authorised:
  - wheat
  - carrot
  - potato
  - sugar_cane
  - melon
  - pumpkin
  - nether_warts
  - cactus

max-length

Allows you to set the maximum length on eache sides of the chest the plugin will look for blocks to seed. Kepp in mind that we are speaking of lenght on each sides, meaning that a config set at 8 will give you:

8 blocks on left | The Chest | 8 blocks on right

Same for back and front, so technically, with that max-length: 8 you'll get an area of 17*17-1chest = 288 blocks


max-height

Allows you to set the maximum height, above the chest, the plugin will look for block to seed. Don't forget that 1 block must be free above the ground to be planted, so setting this config to 2 would be useless.


allow-bonemeal

If set to true, when bonemeal is placed among seeds in the chest, the plugin will use it to instantly grow the seeds planted.


use-hoe

If set to true, when checking the area to seed, the plugin will count dirt and grass blocks with. When seeding it will use any hoe placed in the chest to turn grass/dirt blocks into farmland.


tool-damaging

If set to true, everytime the plugin uses a hoe in the chest to turn grass/dirt to farmland, it will also damage the tool


authorised

Lists the seeds the plugin is allowed to plant. Values can be:

  • wheat
  • carrot
  • potato
  • sugar_cane
  • melon
  • pumpkin
  • nether_warts
  • cactus

Comments

Posts Quoted:
Reply
Clear All Quotes