Skip to content

Releases: ds58/Panilla

Release 1.5.9

10 Oct 18:47
Compare
Choose a tag to compare

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

30 Aug 16:00
Compare
Choose a tag to compare

Fixes:

  • Fixed a typo - apologies for my carelessness

Release 1.5.8

30 Aug 15:41
Compare
Choose a tag to compare

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

18 Aug 01:58
Compare
Choose a tag to compare

Fixes:

  • Fix CraftBukkit 1.16.2 support

Release 1.5.7

18 Aug 01:13
Compare
Choose a tag to compare

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

17 Jul 17:53
Compare
Choose a tag to compare

Fixes:

  • Fixed a potential NoSuchElementException when a player logs out

Release 1.5.5

12 Jul 04:02
Compare
Choose a tag to compare

Fixes:

  • Respect disabled-worlds configuration option for NBT on Entities

Release 1.5.4-fix

02 Jul 17:31
Compare
Choose a tag to compare

Fixes:

  • Catch potential Json parse exception

Release 1.5.4

02 Jul 16:16
Compare
Choose a tag to compare

Fixes:

  • Properly support JSON arrays and objects in display NBT tag

Release 1.5.3

01 Jul 20:35
Compare
Choose a tag to compare

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.