Resource icon

AutoReply 0.0.3

Compatible API Versions
1.0.7
Sourcecode
https://github.com/DaMatrix/NukkitPlugins/tree/master/autoreply
Contributors
DaPorkchop_
A very simple plugin to automatically respond to messages in chat.

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
messages.json
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!"
}​
Author
DaPorkchop_
Downloads
1,438
Views
1,724
First release
Last update
Rating
5.00 star(s) 2 ratings

Latest updates

  1. Make it run again on the latest NukkitX builds

    For some reason (presumably JAR size) NukkitX is being built against the trimmed fastutil...

Latest reviews

Thank you for the update
Thank you, I really like this plugin, I hope see more plugins from you <3
Top