Fixed a mute bypass bug affecting the BungeeCord version, and some other bugs with blacklisted commands.
Improvements:
Added "litebans.ipban.wildcard" and "litebans.ipmute.wildcard" permissions for wildcard IP bans/mutes.
Fixes:
Fixed importing IP bans from BungeeAdminTools.
API changes:
Added methods to check if a player is banned or muted on a specific server scope, instead of checking only global/default scope.
Fixed PlayerProvider.set() not working as intended, since it was cached on startup.
Minor improvements:
Hover-text now supports being placed on a new-line without a space before it (e.g. "Message\n{hoverText: ...}"
"/litebans broadcast" now supports global variables (e.g. $totalBans, $totalMutes, $totalWarnings)
2.5.5:
Important fixes:
Fixed "/litebans import" error. (regression in 2.5.4)
2.5.6:
Fixes:
Fixed "/litebans import" saying that it imported zero bans / IP bans since version 2.5.4/2.5.5. (It was successful, but the correct number wasn't shown)
2.5.7:
Fixes:
Reverted "Hover-text now supports being placed on a new-line without a space before it" from version 2.5.4, as that broke newlines contained within the hover-text itself.
2.5.8:
Important fixes:
Fixed hover-text under the BungeeCord version causing errors due to breaking BungeeCord changes after build #1515 (Spigot hover-text unaffected, and older BungeeCord builds unaffected)
API changes:
LiteBansAPI version 0.3.4
Added API method: Database.getUsersByIP(String ip) (#31)
2.5.9:
Fixes:
Fixed an error on player login when using CloudNet v3 under the BungeeCord version. (Spigot version unaffected)