Releases: ds58/Panilla
Releases · ds58/Panilla
Release 1.3
Additions:
- CraftBukkit (Spigot/Paper) 1.8.8 support
- Large code refactor/cleanup
- Russian and Spanish translations (es_MX.yml and ru_RU.yml)
- Partial SpongeAPI/Forge 1.12 support (I doubt anyone on SpigotMC will care)
Panilla 1.3 is largely a code refactor and the addition of CraftBukkit 1.8.8 and SpongeAPI/Forge 1.12 support. If Panilla 1.2.3 is working great for you, no need to update.
Release 1.2.3
Additions:
- Added check for Mojang crash translations in books:
translation.test.invalid
andtranslation.test.invalid2
. See https://bugs.mojang.com/browse/MC-81319.
Fixes:
- Fixed CraftBukkit 1.12 (1.12.0) support.
- Adjusted the book titles check (fixes false positives when using the
average
strictness).
Other:
- Removed unnecessary sign length check.
Release 1.2.2
Additions:
- Added checks bypass for players with OP or permission
panilla.bypass
Fixes:
- Adjusted BlockEntityTag checking
BlockEntityTag explanation:
strictness: lenient
will allow any item to contain the tag. Panilla will check items within the tag, eg: checking the items within a hopper/chest/ShulkerBox/etc that has BlockEntityTag.
strictness: average
same as lenient
strictness: strict
will only allow ShulkerBox items to contain the tag (the way it is in survival-mode), as well as checking the items within the ShulkerBox.
Release 1.2
- CraftBukkit 1.14 support
- Configurable "max-non-minecraft-nbt-keys" (you shouldn't need to change it)
- Minor fixes / improvements
Release 1.1
Fixes issues with EntityTag NBT (nested items on ArmorStands)
Release 1.0
Create LICENSE