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

More Fixes [3.5.6]

Compare
Choose a tag to compare
@ShaneBeee ShaneBeee released this 02 Jul 01:17
· 139 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 🧑🏼‍🍳:

ADDED:

  • Added an pattern to the text component expression to get a text component from a json string.

CHANGED:

  • Changed tag type expression tag type of tag %string% of %nbt% to return null if tag is not set (previously returned TAG_END)
  • Reimplemented current task id expression
  • Changed the internals of MiniMessage a bit to handle double hashtag (Skript 2.9+ no longer needs these in strings)

FIXED:

  • Fixed an issue with cancelling current task not working