原创地址管理自动售货机投放 – 插件 – Codefling
关于管理自动售货机位置
该插件允许您按权限和限制管理自动售货机的位置。还可以防止自动售货机分开放置在陆地上或/和水上。
权限
允许高于水面
managevendingplacement.canplace.abovewater
允许在水下
管理vendingplacement.canplace.underwater
允许在水面以上有限制
managevendingplacement.canplace.limited.abovewater
允许在水下有限制
managevendingplacement.canplace.limited.underwater
聊天命令
按等级显示限制列表
/vplimit
配置
{
"AllowAboveWaterDefault": true,
"AllowUnderWaterDefault": true,
"ChatCommand": "vplimit",
"DefaultLandLimit": 5,
"DefaultWaterLimit": 3,
"GroupLandLimits": {
"default": 5,
"vip": 10
},
"GroupWaterLimits": {
"default": 3,
"vip": 6
}
}
地方化
英语和德语
{
"CannotPlaceUnderwater": "You cannot place vending machines underwater.",
"ReachedLandLimit": "You have reached the land limit for placing vending machines.",
"ReachedWaterLimit": "You have reached the water limit for placing vending machines.",
"NoPermission": "You do not have permission to place vending machines.",
"CheckLimit": "You have placed {0} out of {1} allowed vending machines.",
"NoLimitedPermission": "You do not have a limited permission to place vending machines.",
"RankLimits": "Land Limits: {0}\nWater Limits: {1}",
"LimitsHeader": "Vending Machine Limits by Rank:"
}
该插件是在人工智能的帮助下部分创建的
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END


















暂无评论内容