This plugin was requested by rivalcraftowner (http://forums.bukkit.org/threads/formatted-easy-shout.88322/#post-1232663).
EasyShout
Function
Players are able to broadcast messages to the entire server. However, they are only allowed to send one message every configurable amount of time. The default is one minute.
Commands
/shout <message> - broadcasts the message
/sh - does the same as /shout
/shout reload - reloads the config file
/shout timeleft - views how much time is left before you can shout another message
/shout mute <playername> - mutes a player from shouting
Permissions
shout.shout - gives access to the /shout command
shout.reload - gives access to the /reloadshout command
shout.bypass - bypasses the limit
shout.coloredmessages - allows the user to color their shout messages
shout.mute - allows muting players from shouting
shout.mute.bypass - bypass getting muted
Planned features
- Perhaps economy integration?
- Save muted player list
Notice
If you have a space after the ':' symbol in the shout-format field of the configuration, make sure you have quotes around the entire thing (so it will look like this)
shout-format: '<shoutprefix>&f<prefix><name><suffix>: <message>'
Sometimes bukkit (or yaml parser, idk) tries to remove the quotes and then it'll cause yaml parsing issues and reset your configuration.
Configuration
http://dev.bukkit.org/server-mods/easyshout/pages/configuration/