Skip to content

The NBT Compound Update [1.6.0]

Compare
Choose a tag to compare
@ShaneBeee ShaneBeee released this 18 Sep 20:57
· 2183 commits to master since this release
2b92ae8

WARNING - This is a fairly large update. Please make sure to backup any important data before updating to this version of SkBee. If you find a major issue, please report it, and possibly downgrade to the previous version of SkBee until the issue is resolved.

ADDED:

  • Added an NBT Compound type
  • Added an expression to create NBT compounds from entities, items, blocks (tile entities), strings and files
  • Added an expression for “pretty NBT” (this is the same as using vanilla Minecraft’s /data command)

FIXED:

  • Fixed an issue with the spawn with NBT effect failing on legacy server versions

CHANGED:

  • Changed tag expression to support setting/deleting tags from NBT compounds
  • Changed many NBT expressions/effects to support NBT compounds

NOTE:

  • Due to how NBT tag types are handled, the NBT API, and mashing this all together with Skript, some tag types may get set weird. I have tried my best to automate this process as much as possible, but do please keep an eye on how tag types are handled and report any issues found.