Description
This plugin makes the /say command work as it used to (the /say command makes [Server] say things.) It also extends the /say command in a few ways, allowing you to say things as yourself and others.
Installation
Just drop the ExtendedSay-x.x.x.jar file into your plugins folder. That's it.
Commands
/say - Does exactly what the built-in Bukkit /say command used to do. (Usage: /say <message ...>)
/msay - Allows you to say things as yourself in the server font style. (Usage: /msay <message ...>)
/osay - Allows you to say things as whoever you want. (Usage: /osay <name> <message ...>)
Configuration
You can configure the color used for each command from the config file. Sample config file shown below:
# Possible colors: AQUA, BLACK, BLUE, DARK_AQUA, DARK_BLUE, DARK_GRAY, DARK_GREEN
# DARK_PURPLE, DARK_RED, GOLD, GRAY, GREEN, LIGHT_PURPLE, RED, WHITE, YELLOW.
colors:
say: LIGHT_PURPLE
msay: LIGHT_PURPLE
osay: LIGHT_PURPLE
Permissions
ExtendedSay uses the same permission as Bukkit's built-in implementation of /say (bukkit.command.say).