Changes Added Admin & Dev Chats Added a new command handler
Spigot Config Changes
Symbols
Code (YAML):
# Used to send messages to adminchat without the
# need to type in /adminchat <message> or /adminchattoggle # this uses the same format as /adminchat <message> adminchat-symbol: "@" # Used to send messages to devchat without the # need to type in /devchat <message> or /devchattoggle # this uses the same format as /devchat <message> devchat-symbol: "%"
Formats
Code (YAML):
format: # AdminChat format adminchat-format: "&8[&c&lAdminChat&8] &c&l%player%&7: &f%message%" # DevChat format devchat-format: "&8[&d&lDevChat&8] &b&l%player%&7: &f%message%" # Format for messages sent by the console # PlaceholderAPI is not supported here console-adminchat-format: "&8[&c&lAdminChat&8] &c&lConsole&7: &f%message%" # Format for messages sent by the console # PlaceholderAPI is not supported here console-devchat-format: "&8[&d&lDevChat&8] &e&lConsole&7: &f%message%"
# Used to send messages to adminchat without the # need to type in /adminchat <message> or /adminchattoggle # this uses the same format as /adminchat <message> adminchat-symbol: "#" # Used to send messages to devchat without the # need to type in /devchat <message> or /devchattoggle # this uses the same format as /devchat <message> devchat-symbol: "%"
Formats
Code (YAML):
format: # AdminChat Format adminchat-format: "&8[&c&lAdminChat&8] &e(%server%) &c&l%player%&7: &f%message%" # DevChat Format devchat-format: "&8[&d&lDevChat&8] &e(%server%) &b&l%player%&7: &f%message%"