Skip to content

Releases: ds58/Panilla

Release 1.7.4

08 Dec 00:03
Compare
Choose a tag to compare

Additions:

  • 1.18 support

Release 1.7.3

30 Sep 16:34
Compare
Choose a tag to compare

Fixes:

  • Fix player kick issue on Paper 1.17.1 - Don't replace MC's default packet decompressor

Release 1.7.2

09 Jul 17:16
Compare
Choose a tag to compare

Fixes:

  • Fix player kick issue on 1.17.1

This version is NOT compatible with 1.17.0

Release 1.7.1

16 Jun 17:29
Compare
Choose a tag to compare

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

10 Apr 17:55
Compare
Choose a tag to compare

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

13 Feb 21:38
Compare
Choose a tag to compare

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

11 Feb 16:21
Compare
Choose a tag to compare

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

26 Dec 23:14
Compare
Choose a tag to compare

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

18 Nov 15:31
Compare
Choose a tag to compare

Fixes:

  • Fixed a bug regarding NBTListTag. This is an important fix and can prevent crashes - both serverside and clientside.

Release 1.6.0

08 Nov 17:12
Compare
Choose a tag to compare

Additions:

  • 1.16.4 support
  • Additional client crash detection/prevention