Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Small Fixes [3.5.5]

Compare
Choose a tag to compare
@ShaneBeee ShaneBeee released this 22 Jun 19:44
· 147 commits to master since this release

Special 1.20.5 NBT Notes:

Caution

  • Item Format NBT has completely changed in Minecraft 1.20.5
  • Please see McWiki for details about Minecraft's new component system
  • Please see SkBee Wiki for a detailed explanation of NBT related changes in SkBee.

Note

  • previously serialized items should properly update to the new NBT format

Important

🕹️ VERSION SUPPORT 🎮:

  • SkBee requires Minecraft 1.18.2+
  • Support: Our team will only offer support for the latest release of each Minecraft major release, ex: 1.20.6 is supported, but 1.20-1.20.5 will NOT receive supported (SkBee may run on these versions, but our team will not provide support)

📝 SKRIPT SUPPORT 📑:

  • This version requires Skript 2.7+ (This is due to API changes in Skript)

🛠️ THIS UPDATE 🧑🏼‍🍳:

FIXED:

  • Fixed an issue with adding to an NBT list not working on an empty list
  • Fixed an error when removing an int from an int list tag
  • Fixed an error with mc spawn spawn on older servers
  • Fixed an issue with the nearest entity expression, forgot to make the excluded entities optional
  • Fixed an error with %type% from key %key/string% expression often throwing casting errors

CHANGED:

  • Removed usage of config option for NamespacedKeys (will now just default to "minecraft:")