Releases: ds58/Panilla
Releases · ds58/Panilla
Release 1.4.2
Additions:
- CraftBukkit 1.15 support
- Glowstone 1.12 support (just a proof of concept)
- NBT checks for AreaEffectCloud spawn eggs
Fixes:
- Should have fixed an issue with oversized containers crashing clients
Improvements:
- Panilla now completely replaces Minecraft's packet decompressor to better handle oversized packets
Release 1.4.1
Fixes:
- Fixed BlockEntityTag check (would cause banners and other items with BlockEntityTag to report false positive).
Release 1.4.0
Additions:
- Item entity checking (dropped items, dispensed items, etc)
- JukeBox record checking (it is possible to place a crash item inside of a JukeBox)
Fixes:
- Fix for some enchantment checks when the 'Enchantments' NBT was used on an item
- Ensure "crash" exploits get prevented even if the user has the Panilla bypass permission
Improvements:
- Lots of code reform, now using 'FailedNbt' class
Release 1.3.8
Fixes:
- Improved skull checking for HD/"Minecraft Education" skulls. There was a way to previously avoid the Panilla check. Use this feature by setting your strictness to average or strict as well as setting
prevent-minecraft-education-skulls: true
in your config.yml.
Release 1.3.7
Additions:
- Added world whitelist (prevent NBT checks in certain worlds). See the config https://github.com/Ruinscraft/Panilla/blob/master/api/src/main/resources/config.yml
Release 1.3.6
Additions:
- Add check for non
textures.minecraft.net
heads (prevents HD heads). You can enable this check by setting your strictness to average or strict as well as settingprevent-minecraft-education-skulls: true
in your config.yml. - Add check for FAWE brush NBT. To prevent FAWE brush NBT, set
prevent-fawe-brush-nbt: true
in your config.yml. - 1.14.4 support
Release 1.3.5
Additions:
- Debug command for bug reports (not required for bug reports but may be requested)
Fixes:
- Reduce the amount of permission checks
Release 1.3.4
Release 1.3.3
Fixes:
- Players get kicked when using non-permitted nbt items on 1.13+ (#18)