特点
- 欢迎玩家在聊天和他们的F1控制台中的私人消息。
- 当玩家加入或离开时通知服务器。
- 通知服务器第一次玩服务器的新人。
- 包含各种占位符,例如玩家数量,排队玩家数量等。
权限
此插件使用权限系统。要分配权限,请使用oxide.grant <user or group> <name or steam id> <permission>。要删除权限,请使用oxide.revoke <user or group> <name or steam id> <permission>。- welcomer.bypass-具有此权限的玩家的进入或退出将不会通知服务器。有利于授予管理员。
命令
此插件使用相同的语法提供聊天和控制台命令。在聊天中使用命令时,请在其前面加上正斜杠: “/”。- welcomer.test-聊天命令,以帮助轻松编辑和自定义您的消息。
- welcomer.clear-控制台命令清除包含玩家的Steam id的数据文件。
配置
设置和选项可以在Welcomer文件下的config目录。建议使用编辑器和验证程序,以避免格式问题和语法错误。
代码:
{
"Chat Avatar": 0,
"Show Player Avatar": true,
"Enable Chat Welcome Message": true,
"Enable Console Welcome Message": true,
"Enable Join Message": true,
"Enable Newcomer Join Message": true,
"Enable Leave Message": true,
"Enable Rage Quit Message": true,
"Clear Data On Wipe": true,
"Log To Console": true
}