Code (Text):
{
"configVersion": 1,
"plugin": {
"bStats": true,
"ignoreUpdates": false
},
"event": {
"prevent": true,
"crops": {
"change": true,
"changes": [
{
"use": true,
"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
}
]
}
}
}