- Contributors:
- Cornym
The ChatManager ...
With this Plugin you are able to change all ChatMessages and Join/Quit messages.
Also the Plugin adds a Teamchat for TeamMembers.
The permission for chatting in the Teamchat can be changed or Teamchat can be disabled in the config.yml.
To use the Teamchat, write the Teamletter (changeable in the config.yml) before the message.
Plugin tested on Spigot 1.8.8 - Java 8
In order to show the player's name use [PLAYER].
To show the message from the player use [MSG].
New Features:
Added ChatBan:
- use /chatban [Player] [min] to chatban a player.
- use /chatunban [player] to chatunban a player.
Added AutoChatban:
You can disable autoban in the config.yml
Set up how often players can write bad words before autochatban.
Set up how long players will be banned.
Added AntiSpam:
- DelayTime can be changed
- Players with permission (changeable in config.yml) can still spam.
Added Word Blacklist:
- use /chat censor add [word] to add word to blacklist.
- use /chat censor remove [word] to remove word from blacklist.
- Players with permission (changeable in config.yml) can still write this words.
PrivateMsg:
- use /msg [Player] [Message] to write PrivateMaeeages.
- To show the Name of the Receiver from the player use [RECIVER].
- The format and messages can be changed it the config.yml
- use /togglemsg to allow/deny getting PrivateMessages.
Player with permissions(changeable in config.yml) can also use:
- /togglemsg [player] to allow/deny getting PrivateMessages for specific player.
ChatClear:
- use /chat clear to clear the Chat of every Player.
Added API:
For Chatban player:
For Chatunban player:Code (Text):ChatManager.chatban(player,bantime);
Get Chatban time:Code (Text):ChatManager.chatunban(player);
Check that a player is chatbanned:Code (Text):ChatManager.getChatbanTime(player);
Code (Text):ChatManager.isChatbanned(player);
All messages, permissions and settings can be changed in the config.yml.
config.yml:
Code (Text):ChatSettings:
Info: 'Use: [PLAYER] for PlayerName, [MSG] for the Message and `&` for ColorCodes'
ChatMessage: '&e[PLAYER] &8>> &f[MSG]'
TeamChatSettings:
Enable: true
ChatMessage: '&7Team: &e[PLAYER] &8>> &f[MSG]'
ChatLetter: '@'
Permission: teamchat.use
JoinMessage:
Disable: false
JoinMessage: '&e[PLAYER] joined the game'
QuitMessage:
Disable: false
JoinMessage: '&e[PLAYER] left the game'
DeniedWords:
CommandPermission: censor.addwords
NoPermission: '&cNo permissions ...'
IgnoreBlacklistPermission: censor.ignore
Message: '&cYou are not allowed to write that !'
AutoChatBan:
Enable: true
WordsForBanned: 3
AutoBanTime: 60
Spam:
WaitingTime(sek): 3
Message: '&cDont spam !'
IgnoreWaitingTimePermission: spam.ignore
PrivateMsg:
Enable: true
Info: 'Use: [RECIVER] for the Player who get the message.'
Message: '&7Msg: &e[PLAYER] > [RECIVER] &8>> &f[MSG]'
NotOnline: '&cThe player is not online'
SelfWriting: '&cYou cant write with yourself'
ReceiverDeniedMsg: '&cThis player has denied PrivateMsgs'
ToggleToAllow: '&eYou will now get every PrivateMessage.'
ToggleToDeny: '&eYou wont get any PrivateMessages anymore.'
PermissionToDenyOthers: chat.denyothers
ChatBan:
Info: 'Use: [TIME] for the Chatban time.'
Permission: chat.chatban
Message: '&cYou are chatbanned for [TIME] minutes !'
ChatBanMessage: '&eYou have chatbanned [PLAYER] for [TIME] minutes'
ChatUnBanMessage: '&eYou have chatunbanned [PLAYER]'
Coming soon:
- Anti Caps
- More features for chatformat
- Your ideas ?
Please rate the resource, report bugs and give feedback and suggestions for further updates. Thanks
=====================================
Do you have a video of my plugin ?
Send me the link and it will be shown here !!!
=====================================
This is a free plugin and there won't coming so much updates anymore ...
The next projekt is running ...
Thanks for 100 Downloads![]()

ChatManager Pro [Everything Configuable with API] v1.6.1
Chatban - Change ChatFormat - PrivatMSG - Blacklisted words - AntiSpam - Adds the Teamchat
Recent Updates
- Updated for Spigot 1.8.8 Jan 25, 2016
- Updated API Jan 20, 2016
- added API and AutoChatban Jan 20, 2016