- Compatible API Versions
- 1.0.7
- Contributors
- DaPorkchop_
A very simple plugin to automatically respond to messages in chat.
Config
config.yml
This file is just a normal JSON file, with each key -> value mapping corresponding to a response that will be sent if the player sends a message matching the key.
Example:
Config
config.yml
- colorize
Default: true
Whether or not to colorize text (i.e. '&' will be replaced with '§' for text formatting) - caseSensitive
Default: false
Whether or not input strings are case-sensitive - cancelChat
Default: true
If set to false, the original chat message will be sent even if there was a reply mapping for it
This file is just a normal JSON file, with each key -> value mapping corresponding to a response that will be sent if the player sends a message matching the key.
Example:
{
"Hi": "Hello!",
"What's my name?": "Your name is $name, but other players see you as $displayName",
"Show me colors!": "&1R&2a&3i&4n&5b&6o&7w&8!&9!&a!&b!&c!&d!&e!"
}
"Hi": "Hello!",
"What's my name?": "Your name is $name, but other players see you as $displayName",
"Show me colors!": "&1R&2a&3i&4n&5b&6o&7w&8!&9!&a!&b!&c!&d!&e!"
}