![]()
Description
ClearChat allows you to clear the Ingame chat. It's very easy to install.
Installation
- tiny file
- no console clear
- clean design
- all messages configurable
- testet on all minecraft versions since 1.6
- console commands
- easy handling
Download the file and drop it into your "plugins" folder on your server.
Finally you have to reload the server /rl
Example
![]()
![]()
![]()
Commands
Permissions
- /clearchat or /cc - Clears the chat. - permission: 'clearchat.clear'
Requirements
- clearchat.clear - allows the commands: /clearchat and /cc
config.yml
- no other plugins are required
%player% is the placeholder for the player's name.Code (Text):cc:
nopermission: '&cPermission denied!'
bottomline: '&7The chat has been cleared by &6%player%'
If the console performs this command: %name% = console
For colored messages use '&' instead of '#'
![]()
Features
- The system keeps all messages
Code (Text):for(int i=0; i<200; i++) {
for(Player p1 : Bukkit.getOnlinePlayers()) {
p1.sendMessage("");
}
}
- All messages are configurable in config.yml
- You can perform the /cc command also on the console
Versions
SignColor v1.3 is compartible with minecraft:
- 1.6.*
- 1.7.*
- 1.8.*

ClearChat 1.1
Hide rude chats or advertisements!