How to talk in the admin chatroom
To talk in the admin chatroom, either prefix your message with the configured prefix (default: @),or toggle admin chat with the adminchat command.
Permissions
This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.
adminchat.use -- Required to use the admin chatroom
Commands
This plugin provides both chat and console commands using the same syntax. When using a command in chat, prefix it with a forward slash: `/`.
When running commands in chat, make sure to prefix them with a slash '/'.
adminchat -- Switch from regular to admin chat and back
Configuration
The settings and options can be configured in the AdminChat file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.
{
"Prefix (admin chat is used when message starts with this)": "@",
"Format (how the message is formatted in chat)": "[#red]Admin Chat[/#] [#grey]{name}[/#]: {message}"
}
Localization
The default messages are in the AdminChat file under the lang/en directory. To add support for another language, create a new language folder (e.g. de for German) if not already created, copy the default language file to the new folder and then customize the messages.
{
"Enabled Admin Chat": "You are now talking in admin chat.",
"Disabled Admin Chat": "You are no longer talking in admin chat."
}