
This is a simple plugin to hook into Essentials' chat radius config setting and send a warning message if there is no-one within the specified radius.
As featured on, and per request from BlackBird Nation
You can customise the message that is sent to players. Standard Minecraft chat colour and formatting codes can be used (e.g. &c = red, &r = reset). Your message should be enclosed in single quotes.
message: '&c[ChatRadiusWarning]&r Your message goes here'
Show a message if the player chatting is the only player online
show_madness_if_only_one_online: [true|false]
The message to show if the above is true
madness: ['message']
You can allow players to bypass the radius warning with:
crw.bypass
The default is op.
None
Essentials. If Essentials is not found, the plugin will disable itself.
Just drop the JAR file in the server's plugins folder right next to Essentials.
v1.0
v1.0.1
chat.radius is set to 0 no warning is given
show_madness_if_only_one_online: [true|false] - show a message if the player chatting is the only player online
madness: [message] - the message to show if the above is true
v1.0.2