Ample Chat Bot is a chat robot that responses to key phrases people say in chat. By doing this, it eliminates the need to answer common questions people ask like "can I be op?".
| Command | Permission | Description |
|---|---|---|
| /ample | Displays commands for this plugin | |
| /question <question or keyphrase> | ample.edit | Adds a question or keyphrase |
| /answer <question id> <answer> | ample.edit | Sets the answer to a question or keyphrase |
| /qlist | ample.qlist | lists questions |
| /delquestion | ample.delete | Removes a question from the database |
| /amplesay <message> | ample.say | Sends a message as the bot |
| Permission | Description |
|---|---|
| ample.* | Gives access to all commands |
| ample.invoke | Allows a user to invoke responses |
| ample.allowabuse | Allows a user to bypass abuse routines |
Ample can not only respond with text, but can also execute commands in chat. Ample can also run commands and send private messages to the player. In order to do this, you use one of the following as a prefix to the message
In addition, you can also have ample do combinations of these by separating them with a ";". For example, the response No you shut up - muted lol;cmd:mute %player will say the first
part in chat, as well as mute the player.
| Prefix | Effect |
|---|---|
| cmd: | Runs a command as console |
| pcmd: | Runs a command as the player |
| pm: | Send a private message to the player |
This plugin utilizes Plugin Metrics for collecting statistics about this plugin and usage. These stats can be viewed here.
The bukkit implementation of this plugin uses Updater for automatic updating from the project page at dev.bukkit.org