Creating and Managing
In this plugin there are a lot of commands for in-game chat managing. Here's the list with commands description and all permissions.
For every command the main command "/chat" has the alias "/c".
Commands
Description
Permission
/chat create <ID> <ChatPrefix> <Color>
Create one custom chat with a UNIQUE id and a prefix and color that could be colored also with HEX colors.
Use "_"
for adding spaces in prefix.
chatplus.commands.create
/chat delete <ID>
Delete one existing chat.
chatplus.commands.delete
/chat setchatprefix <ID> <newPrefix>
Set a new chat prefix with colors and "_" for adding spaces
chatplus.commands.setchatprefix
/chat setchatcolor <ID> <color>
Change the chat color. HEX colors support.
chatplus.commands.setchatcolor
/chat add <ID> <Player>
Add a Online/Offline Player to a chat. It will be able to use that chat even if it hasn't the chat permission.
chatplus.commands.add
/chat remove <ID> <Player>
Remove a Online/Offline Player to a chat. It will not be able to use that chat unless you have permission for the chat.
chatplus.commands.remove
/chat name <ID> <Player> <newName>
Change the in-chat player's name.
chatplus.commands.setname
/chat prefix <ID> <Player> <newPrefix>
Change the player's in-chat user Prefix.
chatplus.commands.setprefix
/chat groupprefix <ID> <Group> <newPrefix>
Change the player group prefix. (Based on Vault Groups)
chatplus.commands.setgroupprefix
/chat addcode <ID> <code>
Set the Crack Code of a chat.
chatplus.commands.addcode
/chat removecode <ID>
Remove the Crack Code of a chat.
chatplus.commands.removecode
Clarifications on the commands
You can use "_" character to adding spaces in ChatPrefix, UserPrefix and GroupPrefix.
You can use HEX colors in ChatPrefix, UserPrefix, GroupPrefix and ChatColor.
You can set a player or a group prefix to "__clear" to remove their prefix.
To change the custom player's name in a chat it should be added to tha chat.
About Group Prefixes it will take the first group of a player bases on Vault and a permision plugin.
The permission: chatplus.commands.* gives all commands' permissions to a player. The permission: chatplus.chat.* gives all chats' permissions to a player. The permission: chatplus.* gives all the permissions of the plugin.
Last updated