Diologue:
Adds the ability to replace commands like /help or /bukkit:? or to create new commands that can display text.
You could make it replace /help with your own help text:
[------------Server------------]
Help line 2
Help line 3
As you can see, this plugin adds the ability to create and replace commands. The posibilities with this plugin are endless. One thing I did was replace /bukkit:? with: Wow, you think you are so smart... Well I'm just a bit smarter.
The config for this plugins is really simple. To create a new command, copy the entire NUM2 section and paste it down below except with NUM3 as the name and a different command to use.
Commands:Code (Text):IDs:
NUM1:
command: /help
text:
- '&7Please type some command!'
- '&7Please type some command!2'
NUM2:
command: /vote
text:
- '&7Please type some command!'
- '&7Please type some command!'
NUM3:
command: /test
text:
- '&7Please type some command!4'
- '&7Please type some command!'
- '&6test'
reload the config - /dioreload
permission to reload: Diologue

Diologue 1.1
It's more than meets the eye. Replace commands/text with one or more lines of text.