Releases: ds58/Panilla
Releases · ds58/Panilla
Release 1.5.9
Fixes:
- New Bukkit Listener check for invalid loot tables on tile entities. Fixes a potential client crash issue when interacting with a tile entity. (1.13+ are affected)
Release 1.5.8-fix
Fixes:
- Fixed a typo - apologies for my carelessness
Release 1.5.8
Fixes:
- Check new 1.16 enchantment - Soul Speed
- Wait 20 ticks after player join to inject netty channel to fix a potential race condition
Release 1.5.7-fix
Fixes:
- Fix CraftBukkit 1.16.2 support
Release 1.5.7
Additions:
- CraftBukkit 1.16.2 support (Spigot, Paper, etc... as well)
Fixes:
- Fix a server crash issue in Minecraft 1.8.8
Release 1.5.6
Fixes:
- Fixed a potential NoSuchElementException when a player logs out
Release 1.5.5
Fixes:
- Respect
disabled-worlds
configuration option for NBT on Entities
Release 1.5.4-fix
Fixes:
- Catch potential Json parse exception
Release 1.5.4
Fixes:
- Properly support JSON arrays and objects in display NBT tag
Release 1.5.3
Additions:
- New configuration option for Bukkit
ignore-non-player-inventories: false
. When checking inventories, by default, Panilla will check any inventory packet (eg. one's regarding player inventories, chest inventories, etc...) Setting this option to true will make Panilla only check player inventories. This can help with ensuring custom GUI's created by plugins don't get flagged by Panilla.