Code (Text):
{
"configVersion": 2,
"plugin": {
"bStats": true,
"ignoreUpdates": false
},
"rightClickHarvest": {
"use": false,
"sounds": [
{
"sound": "BLOCK_CROP_BREAK",
"volume": 1.0,
"pitch": 1.0
},
{
"sound": "BLOCK_PUMPKIN_CARVE",
"volume": 0.75,
"pitch": 1.0
}
]
},
"landedUpon": {
"preventBreak": true,
"crops": {
"change": true,
"changes": [
{
"use": false,
"sound": {
"sound": "BLOCK_CROP_BREAK",
"volume": 1.0,
"pitch": 1.0
},
"from": 0,
"to": "AIR",
"drop": {
"item": 0,
"amount": -1
},
"newAge": -1
},
{
"use": false,
"sound": {
"sound": "BLOCK_CROP_BREAK",
"volume": 1.0,
"pitch": 1.0
},
"from": 0,
"to": 0,
"drop": null,
"newAge": 0
}
]
}
}
}
Code (Text):
configVersion: Is set to the current config version.
bStats: Whether bStats is enabled or disabled. To support me please leave it active.
ignoreUpdates: If you don't want to receive a message in the console when the plugin has a update.
prevent: Is whether the plugin should cancel the event or not. Effect: nothing happens to the farmland.
change and changes: In change you can specify whether you want to use the changes function. The changes function determines what should happen when an entity / player jumps onto the farmland.
rightClickHarvest:
use: Whether you want to use the right-click function.
sounds: Which sounds should be played when a plant is harvested.
landedUpon:
use: Whether this rule should come into force.
sound: What sound to play when this rule is used.
from: From which block
to: To which block
drop: You can specify which item should be dropped.
newAge: You can change the age of the new block. -1 = same as old