Better Farmland——让你的田地变得更好
SpigotMC
玄易同志
2024-03-23
资源介绍

✪ JSON设置
配置文件在这里因为他mod也有
Config » config/betterfarmland/config.json
下面是关键词的介绍
PLAINTEXT
configVersion: 设置为当前配置版本
bStats: bStats是启用还是禁用。为了支持我,请将其设置为活动状态。.
ignoreUpdates: 如果你不想在插件有更新时在控制台收到消息.
prevent:是插件是否应该取消事件。效果:农田不会发生任何变化.
change and changes: 在更改中,您可以指定是否要使用更改功能。更改功能决定了当实体/玩家跳到农田上时会发生什么.
rightClickHarvest:
use: 是否要使用右键单击功能
sounds: 当植物被收割时,应该播放哪些声音
landedUpon:
use: 该规则是否应生效.
sound: 使用此规则时播放什么声音
from: 从哪个方块
to: 哪个方块
drop: 您可以指定应删除的项目
newAge: 您可以更改新方块年龄。-1=与旧的方块PLAINTEXT
{
"configVersion": 2,
"plugin": {
"bStats": true,
"ignoreUpdates": false
},
"rightClickHarvest": {
"use": false,
// sound效果
"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
}
]
}
}
}
作者信息
玄易同志
网站的个人号~