权限
此插件使用权限系统。要分配权限,请使用oxide.grant <user or group> <name or steam id> <permission>。要删除权限,请使用oxide.revoke <user or group> <name or steam id> <permission>。- bradleyguards.use允许设置fo事件。
取决于
NpcSpawn v2.5.5命令
此插件使用相同的语法提供聊天和控制台命令。在聊天中使用命令时,请在其前面加上正斜杠: “/”。- /bguard <monument-name> enable <true|false>启用或禁用特定事件。
- /bguard <monument-name> display <new-display-name>更改事件显示名称max 11.
- /bguard <monument-name> amount <number>更改要在事件中生成的防护数量。
- /bguard <monument-name> loadout 将物品放在磨损和皮带容器中,以设置警卫的装货。
- /bguard <monument-name> debug 显示事件信息ex: 事件边界和生成位置。
配置
设置和选项可以在BradleyGuards文件下的config目录。建议使用编辑器和验证程序,以避免格式问题和语法错误。
代码:
{
"CommandName: setup chat command name ex: (bguard)": "bguard",
"EnableUnlocking: automatically unlock crates when guards are eliminated ex: (true or false)": true,
"EnableExtinguish: automatically extinguish crates when guards are eliminated ex: (true or false)": true,
"BradleyCrates: amount of crates that should spawn when bradley is destroyed ex: (4)": 5,
"BradleyHealth: amount of health the bradley apc should spawn with (1000)": 1000.0,
"DebugDuration: duration in which debug information will be displayed for ex: (30 seconds)": 30.0,
"MessageSettings: notification message settings": {
"enable chat prefix": true,
"enable toast message": false,
"enable chat message": true,
"custom chat message icon (steam64)": 76561199542550973,
"enable gui announcements plugin from umod.org": false,
"gui announcements text color": "White",
"gui announcements background color": "Purple"
},
"VersionNumber: current version of the plugin": {
"Major": 1,
"Minor": 6,
"Patch": 9
}
}