Hello everyone. I am new to this plugin but not new to having heavily moded servers. I am looking to just have the !pop command work. Anyone that could give me a run down, I would be much appreciated. TIA
Looking to just have the !pop command work
Hi, here is an example (it's ONLY the "Auto Responses" part, the rest of config still needs to stay and it must be pasted properly). Note that Placeholder API is required for placeholders like {server.players}.
"Auto Responses": [
{
"Permission": "",
"Auto Responses": [
{
"Is Enabled": true,
"Remove Message From Sender": false,
"Send Response For Everyone (true) or Only For Sender (false)": true,
"Triggers": [
{
"Percentage Of Contained Words": 1.0,
"Regex Enabled": false,
"Words": [
"!pop"
]
}
],
"Answers": [
"There are currently {server.players} players online"
]
}
]
}
]