Added new "messaging services" (replacements for the old redis based system)
- BungeeCord
- LilyPad
- Redis
See here for more info:
https://github.com/lucko/LuckPerms/wiki/Instant-Update-Propagation
Improved the verbose system
- Added extra output to the paste data
- Implemented expression filters
See here for more info:
https://github.com/lucko/LuckPerms/wiki/Verbose
Implemented "stackable" prefixes/suffixes
- You can now pull different prefixes/suffixes from specific tracks, etc
- Added spacer options
See here for more info:
https://github.com/lucko/LuckPerms/blob/master/bukkit/src/main/resources/config.yml#L79
Added /lp reloadconfig command
- Reloads *most* of the config options
Added /lp check command
- Perform "test" permission checks on a player, as plugins would do.
Colorized console output messages
Added / improved some of the wiki pages
Removed console only commands (they can be used in-game now too)
Fixes:
- Fixed using UTF-8 characters with MySQL storage
- Fixed an error message on shutdown
- Fixed an issue with per-world permissions and Multiverse
- Fixed a NPE on login
- Fixed shorthand/glob node parsing
- Fixed issues with redis not being loaded correctly
- Fixed empty config values causing startup errors
- Added the file name to any error output when doing i/o