Thanks for suggesting the following features
@Josh12rice
Added Symbol support customizable from the config
Added fully custom commands, permissions, aliases customizable from the config
Note: You will need to restart your bungeecord server each time for any of these to work, this also is not available on the spigot version
Changed the staffchat command to be only /bstaffchat(/bsc) <message>
Moved the toggle command to /bstaffchattoggle(/togglesc) (can be changed in the config)
Config Changes
This goes above Messages
Code (YAML):
# This is just a prefix it uses the STAFFCHAT-FORMAT
# Permission is bungeestaffchat.use by default
# if you don't have this permission it will send to chat normally so this shouldn't mess with mention type plugins
STAFFCHAT-SYMBOL
:
"@"
This goes below Messages
Code (YAML):
# This is only available for this version as Bungeecord and Spigot command handling is very different
# You will need to restart your bungeecord server in order for these changes to work
Commands:
STAFFCHAT:
ENABLED
: true
# Command without /
COMMAND
:
"bstaffchat"
PERMISSION
:
"bungeestaffchat.use"
# This is used for being able to see staffchat messages
PERMISSION-SEE
:
"bungeestaffchat.see"
# Command without /
# Leave blank if you don't want an alias
ALIAS
:
"bsc"
TOGGLE:
ENABLED
: true
# Command without /
COMMAND
:
"bstaffchattoggle"
PERMISSION
:
"bungeestaffchat.use"
# Command without /
# Leave blank if you don't want an alias
ALIAS
:
"togglesc"
RELOAD:
ENABLED
: true
# Command without /
COMMAND
:
"bstaffchatreload"
PERMISSION
:
"bungeestaffchat.admin"
# Command without /
# Leave blank if you don't want an alias
ALIAS
:
"bscreload"