Note to Customers: Please leave a review containing any feedback and your honest opinion of the plugin and feel free to suggest upgrade ideas.
dnStaffChat is a
fully configurable and
really
simple plugin that allows you to communicate between the online staffs on the server.
Commands:
- /staffchat <message> - Send message
- /staffchat - Toggles staff chat, then you only have to type messages in the chat.
- /staffchat reload - Reload the config file.
Permissions:
- dnstaffchat.chat - Use the staff chat
- dnstaffchat.reload - Use the reload command
If a staff
leaves the server the staff chat will turn off (in case it was toggled on).
config.yml
Code (Java):
# Made by Nandi0813
# Contact on Discord
: Nandi0813#
3062
# Version
1.0
#
=======================================================
#
# Permssions
:
#
# dnstaffchat.
chat
- Use the staff chat
#
#
/staffchat reload
- dnstaffchat.
reload
#
#
=======================================================
#
# Usage
:
#
# Players with dnstaffchat.
chat permission will receive staffchat messages and will be able to send them.
#
# You can toggle the staff chat with only using the
/staffchat command,
# in which
case you only have to type messages in the chat without command usage.
#
# or
#
# You can use
/staffchat
[message
]
#
#
/staffchat reload
- reloads the config file.
#
#
=======================================================
#
# Plugin language
#
# You can use the prefix with
%prefix
% in any line.
prefix
:
"&c[StaffChat]"
chatMessage
:
"%prefix% &e%player% &7%message%"
toggleEnable
:
"%prefix% &aYou turned on &estaff chat&a!"
toggleDisable
:
"%prefix% &cYou turned off &estaff chat&c!"
chatOnErrorMSG
:
"%prefix% &cYou have staff chat turned on. Just write messages in the chat. You don't have to use /staffchat [message]"
configReload
:
"%prefix% &aConfig successfully reloaded!"
noPermission
:
"&cYou don't have permission!"