Skip to content

Releases: ds58/Panilla

Release 1.4.2

12 Dec 00:20
Compare
Choose a tag to compare

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

22 Oct 15:30
Compare
Choose a tag to compare

Fixes:

  • Fixed BlockEntityTag check (would cause banners and other items with BlockEntityTag to report false positive).

Release 1.4.0

21 Oct 02:14
Compare
Choose a tag to compare

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

05 Oct 15:20
Compare
Choose a tag to compare

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

04 Aug 16:07
Compare
Choose a tag to compare

Additions:

Release 1.3.6

20 Jul 21:43
Compare
Choose a tag to compare

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 setting prevent-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

13 Jun 21:50
Compare
Choose a tag to compare

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

09 Jun 19:03
Compare
Choose a tag to compare

Additions:

  • Catch all Netty exceptions thrown to players (prevent more player crashes)
  • Optimization / performance improvements

Fixes:

  • #16 / #21 packet_handler Netty channel not found
  • Possibly more small issues resolved due to code cleanup

Release 1.3.3

02 Jun 23:30
Compare
Choose a tag to compare

Fixes:

  • Players get kicked when using non-permitted nbt items on 1.13+ (#18)

Release 1.3.2

01 Jun 23:06
Compare
Choose a tag to compare

Fixes:

  • NPE regarding enchantments (#17 )
  • Possibly fix #16