Releases: ds58/Panilla
Releases · ds58/Panilla
Release 1.7.4
Additions:
- 1.18 support
Release 1.7.3
Fixes:
- Fix player kick issue on Paper 1.17.1 - Don't replace MC's default packet decompressor
Release 1.7.2
Fixes:
- Fix player kick issue on 1.17.1
This version is NOT compatible with 1.17.0
Release 1.7.1
Additions:
- 1.17 support (Spigot)
Fixes:
- Fix head textures on 1.16.x
- Fix armor stand long name tags not getting checked
Release 1.6.5
Fixes:
- Fixed exception on 1.8/1.12 when checking for loot tables on items when dispensed (loot tables don't exist in 1.8/1.12)
- Ensure inventory operations are run on the server thread to prevent concurrency issues
- Fixed occasional exception when players join/quit the server
- Fixed NullPointerException when checking items in inventories
- Prevent EntityTag.power by default
- Validate UUIDs on player heads (can prevent server/client crashes)
- Fix issue with feather falling enchantment whitelist
Release 1.6.4
Fixes:
- Fixed exception thrown on 1.8 and 1.12 servers regarding LootTables (they don't exist in said MC versions)
Release 1.6.3
Fixes:
- Fix a server and client crash exploit having to do with invalid Loot Tables on containers such as Shulker Boxes
Release 1.6.2
Additions:
- New configurable max enchantment overrides. This allows you to still prevent unobtainable enchantments but can allow higher than would regularly be in vanilla. An example may be that you allow Sharpness 10 on swords for OP PvP.
(Regenerate your config.yml or append this section if you wish to use this feature)
# Override Minecraft's max enchantment levels
# Useful if you want to manually set a max enchantment level for specific enchantments
# You must use either normal or strict mode for this to work
# Find a list of Minecraft enchantment names here: https://www.digminecraft.com/lists/enchantment_list_pc.php
max-enchantment-levels:
override-minecraft-max-enchantment-levels: false
overrides:
sharpness: 15
protection: 10
feather_falling: 10
Release 1.6.1
Fixes:
- Fixed a bug regarding NBTListTag. This is an important fix and can prevent crashes - both serverside and clientside.
Release 1.6.0
Additions:
- 1.16.4 support
- Additional client crash detection/prevention