#Prefix like prefix.
Prefix: '&e[&bServerNeeds&e]'
#No permission message.
#No need extra information... i guess ^^.
No-Permission-Message: '&cNo Permission.'
#Command: /serverneeds reload
#Permission: serverneeds.reload
#Placeholders: %reloadtime% - Shows reload time in ms.
#The message that will be seen when issued "/serverneeds reload" command.
Reload-Message: '&aReload completed in &c%reloadtime%ms.'
#The message when player is not online.
Player-Is-Not-Online: '&b%player% &cis not online.'
#Command: /serverneeds
#Permission: serverneeds.main
#Command output it is kinda help message.
Main-Command-Message:
- '&7&m-------------&b ServerNeeds Commands &7&m-------------'
- ''
- '&b/serverneeds &7- &b/sn &7- &eMain command.'
- '&b/serverneeds reload &7- &b/sn reload &7- &eReloads the config.'
- '&b/serverneeds chatlock &7- &b/sn chatlock &7- &eLocks/Unlocks chat.'
- '&b/serverneeds chatclear &7- &b/sn chatclear &7- &eClears chat.'
- '&b/serverneeds chatclear <player> &7- &b/sn chatclear <player> &7- &eClears target player chat.'
- ''
- '&7&m-------------&b ServerNeeds Commands &7&m-------------'
#What is disconnect.spam?
#It is like a spam protection that comes default by minecraft.
#It can appear when you spam chat & command.
#If "true" players won't be kicked because of disconnect.spam.
#If "false" players will be kicked because of disconnect.spam.
disconnect-spam-disable: true
#Command: /serverneeds chatclear
#Permission: serverneeds.chatclear
#Chat clear message line amount.
#I personally do not recommended setting it below 100 even at some point you might need to increase it.
#No worries for the spam tho since it is not going to clear your console.
Chat-Clear-Number: 100
#Command: /serverneeds chatclear
#Permission: serverneeds.chatclear
#Bypass Permission: serverneeds.chatclearbypass
#Placeholder: "%chatcleaner" - Shows command sender.
#The message that will be seen after the command issued.
#No worries it is not going to clear your console.
Chat-Clear-Message: '&6Chat is &acleared &6by &b%chatcleaner%.'
#Command: /serverneeds chatclear
#Permission: serverneeds.chatclear
#Bypass Permission: serverneeds.chatclearbypass
#The message that will be seen sender player's chat after the command issued.
Chat-Cleared-Message: '&6You &acleared &6the chat.'
#Command: /serverneeds chatclear <player>
#Permission: serverneeds.playerchatclear
#Bypass Permission: serverneeds.playerchatclearbypass
#Placeholder: "%playerchatcleaner" - Shows command sender.
#The message that will be seen target player's chat after the command issued.
Player-Chat-Clear-Message: '&6Your chat is &acleared &6by &b%playerchatcleaner%.'
#Command: /serverneeds chatclear <player>
#Permission: serverneeds.playerchatclear
#Bypass Permission: serverneeds.playerchatclearbypass
#Placeholder: "%player" - Shows target player.
#The message that will be seen sender player's chat after the command issued.
Player-Chat-Cleared-Message: '&6You &acleared &b%player%&6''s chat.'
#Bypass Permission: serverneeds.playerchatclearbypass
#The warning that will be seen when target player has "serverneeds.playerchatclearbypass" permission after issued "/serverneeds chatclear <player>" command to target.
You-Cant-Clear-Player-Chat: '&6You cant &aclear &c%player%&6''s chat.'
#Bypass Permission: serverneeds.playerchatclearbypass
#The warning that will be seen when someone try to clear your chat while you have "serverneeds.chatclearbypass" permission.
Someone-Tried-To-Clear-Your-Chat: '&c%player%&6 tried to &aclear &6your chat.'
#Command: /serverneeds chatlock
#Permission: serverneeds.chatlock
#Placeholder: %chatlocker% - Shows command sender.
#The announcement that will be seen when chat is locked.
Chat-Locked-Message: '&6Chat is now &clocked &6by &b%chatlocker%.'
#The message that will be seen if a player tries to chat when chat is locked.
#Bypass permission: serverneeds.chatlockbypass
Chat-Locked-Warning: '&6Chat is currently &clocked.'
#Command: /serverneeds chatlock
#Permission: serverneeds.chatlock
#Placeholder: %chatunlocker% - Shows command sender.
#The announcement that will be seen when chat is unlocked.
#There is no on & off command, once you locked the chat you should use the same command to unlock the chat.
Chat-Unlocked-Message: '&6Chat is now &aunlocked &6by &b%chatunlocker%.'