Minecraft ChatTools mod 2024 download
logo
minecraft mod ChatTools

ChatTools

Game Version: 1.12
Total Downloads: 3,352
Updated: Jan 13, 2018
Created: Feb 10, 2015
Download ChatToolsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
ChatTools v2.2.6 release 43.56 KB Jan 13, 2018 1.12 656 download ChatTools ChatTools v2.2.6 releaseDownload
ChatTools v2.2.5 release 83.19 KB Jan 5, 2018 1.12 108 download ChatTools ChatTools v2.2.5 releaseDownload
ChatTools v2.2.4 release 83.17 KB Jan 5, 2018 1.12 43 download ChatTools ChatTools v2.2.4 releaseDownload
ChatTools v2.2.3 release 40.81 KB Nov 21, 2017 1.8 229 download ChatTools ChatTools v2.2.3 releaseDownload
ChatTools v2.2.2 release 40.97 KB Dec 19, 2015 1.8 216 download ChatTools ChatTools v2.2.2 releaseDownload
ChatTools v2.2.1 release 39.55 KB Aug 24, 2015 1.8 170 download ChatTools ChatTools v2.2.1 releaseDownload
ChatTools v2.2 release 39.48 KB Jun 30, 2015 1.8.1 111 download ChatTools ChatTools v2.2 releaseDownload
ChatTools v2.1.2 release 42.10 KB May 1, 2015 1.8 128 download ChatTools ChatTools v2.1.2 releaseDownload
ChatTools v2.1.1 release 42.08 KB Apr 28, 2015 1.8 116 download ChatTools ChatTools v2.1.1 releaseDownload
ChatTools v2.1 release 42.05 KB Apr 11, 2015 1.8 114 download ChatTools ChatTools v2.1 releaseDownload
ChatTools v2.0.3 release 39.61 KB Apr 3, 2015 1.8 126 download ChatTools ChatTools v2.0.3 releaseDownload
ChatTools v2.0.2 release 26.58 KB Mar 28, 2015 1.8 164 download ChatTools ChatTools v2.0.2 releaseDownload
ChatTools v2.0.1 release 26.46 KB Mar 6, 2015 1.8 124 download ChatTools ChatTools v2.0.1 releaseDownload
ChatTools v2.0 release 26.41 KB Mar 4, 2015 1.8 140 download ChatTools ChatTools v2.0 releaseDownload
ChatTools v1.9 release 26.13 KB Feb 24, 2015 1.8 96 download ChatTools ChatTools v1.9 releaseDownload
ChatTools v1.8 release 26.18 KB Feb 22, 2015 1.8 84 download ChatTools ChatTools v1.8 releaseDownload
ChatTools v1.7 release 14.30 KB Feb 21, 2015 1.8 87 download ChatTools ChatTools v1.7 releaseDownload
ChatTools v1.6 release 14.29 KB Feb 19, 2015 1.8 111 download ChatTools ChatTools v1.6 releaseDownload
ChatTools v1.5 release 14.29 KB Feb 17, 2015 1.8 100 download ChatTools ChatTools v1.5 releaseDownload
ChatTools v1.4 release 13.90 KB Feb 16, 2015 1.8 71 download ChatTools ChatTools v1.4 releaseDownload
ChatTools v1.3 release 13.36 KB Feb 16, 2015 1.8 70 download ChatTools ChatTools v1.3 releaseDownload
ChatTools v1.2 release 12.73 KB Feb 15, 2015 1.8 87 download ChatTools ChatTools v1.2 releaseDownload
ChatTools v1.1 release 10.94 KB Feb 11, 2015 1.8 97 download ChatTools ChatTools v1.1 releaseDownload
ChatTools v1.0 beta 10.96 KB Feb 10, 2015 1.8 104 download ChatTools ChatTools v1.0 betaDownload

Description

Share this:

ChatTools

Description

This is a simple plugin that adds in a few features to your server. Ingame info can be shown with /chattools. It adds announcements, and the ability to clear the chat. To change the announcements open the config file and you will have options to edit the delay between announcements, the announcement prefix, the announcements, and the number of announcements. To clear the chat you type /cc and that clears the chat if you have permission. To clear YOUR chat type /ci, again if you have permission. If a user uses a blocked word they will face consequences that are configurable. Users with certain permissions will be notified. To add a blocked word you can directly edit words.yml then type /ct reload or you can type /ct addword <word> and /ct removeword <word>. Announcements and warning commands can be managed ingame with /ct an and /ct warn. Players that use too many caps without the permission 'ct.allowcaps' will have their capitalized words made lowercase.

Configuration

Here is an example of a config file with instructions.

###################
#----ChatTools----#
#-----By-JGSB-----#
###################

#Disables the auto updating feature
auto-update: false

#Announcements
#Delay Between Announcements in Minutes
an-delay: 5
#Prefix for Announcements
an-prefix: '&4[&6Announcement&6]&c'

#Add more as you wish
announcements:
- 'This Server Runs ChatTools by JGSBroadcast'
- 'Clear your chat with /ci!'
- 'Clear the entire chat with /cc!'
- 'Type /ct for version info'
- 'Type /ct help for more features from ChatTools!'

#Blocked Words
#Replaces Blocked Words with asterisks, *s
star-blocked-words: true
#The Commands the Console will run in consecutive order based
#on the players warnings. Add more commands to add more warnings.
#Use %player% to replace the players name.
warning-cmds:
- 'kick %player% Use appropriate language'
- 'mute %player% 5m'
- 'tempban %player% 1d'

This is all explained in the config file.

Permissions

Permission Description Default
ct.* All ChatTools permissions. op
ct.reload Allows players to reload the config op
ct.clearchat Allows players to clear the server chat op
ct.clearownchat Allows players to clear their own chat true
ct.allowcaps Allows players to use caps op
ct.announcements.* All announcement permissions. op
ct.announcements.manage Gives ability to add or remove announcements op
ct.announcements.bypass Makes player exempt from announcements false
ct.blockedwords.* All blocked words permissions. op
ct.blockedwords.bypass Makes player exempt from announcements op
ct.blockedwords.notify Gives ability to receive notifications when someone uses a blocked word op
ct.blockedwords.nowarnings Disables warning for a player op
ct.blockedwords.add Gives ability to add blocked words op
ct.blockedwords.remove Gives ability to remove blocked words op
ct.blockedwords.managewarnings Gives ability to add or remove warning commands op

 

Updater

This plugin has an implemented auto updating feature. You can disable it in the config. If disabled it will still check for updates but it will not download them. When enabled it automatically downloads them.

Metrics

This plugin utilizes Hidendra's PluginMetrics for anonymously collecting usage stats. If you want to disable it go to plugins/PluginMetrics/config.yml and set the value of 'opt-out:' to true. Metrics

Click here to view the Metrics Page.

Comments

Add a comment