Sometimes there's that rare occasion where you need to make a player say something through a command. For example, through SimpleCommandSigns, there isn't a way to make a player say something upon right-clicking the sign. Now there is! ChatCommand allows for sending chat messages through a command.
Feature:
- Allows for the sending of a chat message using a command. (Can't be explained in any simpler terms than that.)
Commands:
- /chat <message>
- /chatcommand <message>
- /cc <message>
HowTo:
- Download the .jar file.
- Place the .jar file into your Bukkit server's "/plugins" directory.
- Reload or restart the server.
- Join the server.
- Type into the chat: "/chat Hello World!"
- Congratulations! You've said "Hello World!" (People on the server will see what you've said.)
Permission Node:
- ChatCommand.use - Can use the chat command.
Note: When the command is used from the console. It merely invokes the "/say" command.

