rust插件种植园自动化v1.2.3,可以一键种植一键收割。
获得许可的玩家可以一键种植整个花盆。为此,您应该:
- 选择植物/克隆/种子作为您的活动项目
- 目标花盆
- 按住 SHIFT(SPRINT 按钮)并像通常种植一样单击鼠标按钮
- 种植箱中的所有空闲插槽都将由活动物品种植(如果活动堆栈中有足够的物品)。
您的玩家也可以使用SHIFT(SPRINT 按钮)键收集/切割/移除死亡。
要自动移动肥料,只需设置活动项目并单击鼠标按钮。
权限
该插件使用权限系统。要分配权限,请使用oxide.grant <user or group> <name or steam id> <permission>
. 要删除权限,请使用oxide.revoke <user or group> <name or steam id> <permission>
.
默认权限
autoplant.use
— 使用自动种植的许可autoplant.gather.use
— 使用自动收集的权限autoplant.cutting.use
— 允许使用自动切割autoplant.removedying.use
— 使用自动移除死亡的权限autoplant.fertilizer.use
— 允许使用自动移动肥料
聊天命令
/fertilizer
— 显示量动肥料/fertilizer <amount>
— 设定数量移动肥料
配置
可以在目录
AutoPlant
下的文件中配置设置和选项
config
。建议使用编辑器和验证器来避免格式问题和语法错误。
默认配置
{
"Auto Plant permission": "autoplant.use",
"Auto Gather permission": "autoplant.gather.use",
"Auto Cutting permission": "autoplant.cutting.use",
"Auto Remove Dying permission": "autoplant.removedying.use",
"Auto fertilizer permission": "autoplant.fertilizer.use",
"Auto fertilizer configuration": {
"Maximum distance from the PlanterBox": 5,
"Default fertilizer amount": 100
}
}
© 版权声明
THE END
暂无评论内容