Added a list of servers that aliases are disabled on.
Added a message that you will receive trying to execute a disabled alias.
Please note that you need to add the following to your config in order to use this feature:
Code (YAML):
# All the messages send by the plugin. messages: ......... alias-not-allowed-server: -
"&cYou cannot use that command here!"
# Disable the uses of aliases on specific servers. # Useful when having auth servers and AuthMe is not installed on the BungeeCord disable-aliases: # A list of servers to disable the aliases on. servers: - someserver1
- someserver2
# Regex to identify these servers. regex: "none"
Special thanks to
@fengfanyue for donating and making this update possible!