EssentialCmds
EssentialCmds copied to clipboard
/addrule String creates ambiguous rules
If the rule string contains a comma (,), then the string is broken at the comma and multiple rules are created.
I think it would be fixed if the file format was a bit more flexible for rules. Eg., don't use literal comma's in the string as the delimiter.
Also, at startup, the first time the plugin is initialized and the config file is written, populate the file with a few basic rules. It'll help speed up configuration by letting operators know the format and edit the file (at least not forget to set the specific server rules).
I will work on this after I reorganize warps as the system used by warps will prevent this issue
@kinggoesgaming Thanks