Staff Chat Toggle - Can can enable or disable it so if you send it message in chat (if toggled on) it will send your message in staff chat instead of normal chat; if you have it disabled you will talk in normal chat. If you have it disabled you can still see staff chat and you can still talk in it by doing /staffchat <message> or putting the symbol (assigned in the config) at the begging of the message.
You will need to add the following to your config.yml!
# What will be sent to tell staff members that they have toggled there staffchat.
toggled_msg:
enabled: "&6[SC] Your staff chat has been &aenabled&6."
disabled: "&6[SC] Your staff chat has been &cdisabled&6."
# Permission to toggle staff chat on and off.
toggle_perm: "staffchat.toggle"
Moved plugin over to IntelliJ.
Recoded the full plugin.
Full recode on how the full plugin works.
New Config file.
New Config:
You will need to fully regenerate the config file!
# StaffChat Config Version 1.0
# What will be sent to staff when someone speaks in staffchat.
# %name% = Player's Username | %message% = The message to be sent
staffchat_msg: "&6[SC] &c%name% &6> %message%"
# What will be sent to tell the staff memeber that there messages were sent.
messagesent_msg: "&6[SC] Your message has been sent to the staffchat."
# No permission error message.
noperm_msg: "&c[!] You do not have permission to do this!"