允许玩家使用废料来呼叫巡逻直升机。
权限
该插件使用权限系统。要分配权限,请使用
oxide.grant <user or group> <name or steam id> <permission>
. 要删除权限,请使用
oxide.revoke <user or group> <name or steam id> <permission>
.
heliscrap.use
– 允许玩家使用命令
聊天命令
/callheli
– 默认命令(可在配置中配置)允许使用废料呼叫巡逻直升机
配置
可以在目录
HeliScrap
下的文件中配置设置和选项
config
。建议使用编辑器和验证器来避免格式问题和语法错误。
ChatPrefix
– 消息前缀Command
– 聊天命令Scrap Amount
– 调用巡逻所需的废料UsePermission
– 如果启用只有玩家heliscrap.use
可以使用这个命令MaxSpawnedHelis
– 如果生成的直升机低于此值,玩家可以使用该命令
默认配置
{
"ChatPrefix": "<color=#eb4213>HeliScrap</color>: ",
"Command": "CallHeli",
"Scrap Amount (If Economics is enabled, use RP)": 100,
"UseEconomics": false,
"UsePermission": true,
"MaxSpawnedHelis": 1,
"Player Cooldown (in seconds)": 60,
"Global Cooldown (in seconds)": 30
}
本土化
默认消息位于目录
HeliScrap
下的文件中
lang/en
。要添加对另一种语言的支持,请创建一个新的语言文件夹(例如
de
德语)(如果尚未创建),将默认语言文件复制到新文件夹,然后自定义消息。
{
"Success": "Heli called successfuly",
"MaxSpawnedHelis": "Max heli in bound reached",
"NoRequiredScrap": "You don't have {0} of scrap in your inventory",
"NoPermission": "You don't have required permission to use this command",
"Cooldown": "You need to wait {0} seconds to use this command",
"NoRequiredRP": "You don't have {0} of RP"
}
© 版权声明
THE END
暂无评论内容