=> Fixed null pointer exception when you're not using redis and plugin is trying to send request to bungee
=> System for handling proxy permissions have been updated, it is now a lot more optimized and will perform better, this system will also allow velocity support to be added in next update(s)
=> Small changes have been made for an upcoming update for a newer spigot versions support
=> Make sure to update jar file on both proxy and spigot server
Config changes:
- Add this to your settings.yml:
Code:proxy_server: # Choose between 'BUNGEE' and 'VELOCITY' type: "BUNGEE"
=> Implemented %aqua_player_display_name%, this will always return player's real display name, disguise/nick will be ignored
=> Implemented %aqua_real_player_rank%, this will always returun player's real rank name, disguised rank will be ignored
=> Implemented %aqua_player_name% PAPI placeholder, requested by user, this placeholder will always return player's real name even if the player is disguised or nicked.
=> Fixed permission "aqua.tags.all" not being checked when writing in chat
=> You can now use <date> placeholder in any punishment kick message, you can also configure pattern of date in settings.yml (check configuration changes)
=> You can now configure default date pattern used in plugin (check configuration changes)
=> You can now retrieve list of global players using AquaCoreAPI instance
Add this to your settings.yml:
Code:punishment-kick-date-pattern: "EEE, MMM d, yy" default-date-pattern: "dd/MM/yyyy hh:mm:ss a"
