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

Small Changes [2.8.1]

Compare
Choose a tag to compare
@ShaneBeee ShaneBeee released this 21 Mar 16:11
· 1007 commits to master since this release

⭐️ IMPORTANT NOTE ON NBT ⭐️:

Since it appears you guys still haven't figured out the NBT changes from many many MANY versions ago,
Please see changelog of SkBee 2.0.0 and SkBee 2.5.0 regarding NBT changes
These changes MAY break your server, so I highly recommend reading them.

⭐️ IMPORTANT NOTE ON DISPLAY ENTITIES ⭐️:

Display entities are still quite buggy in Minecraft/Spigot/Paper. If things aren't working how you'd expect, please don't report bugs, as there's really nothing I can do about it. All the syntaxes in this update are DIRECTLY related to Bukkit API, nothing special, and nothing I can fix.

THIS UPDATE:

FIXED:

  • Fixed an issue with SkBee failing to start up on MC versions older than 1.19.3
  • Fixed an issue with the update checker still checking on join even when disabled

ADDED:

  • Added the Interaction Entity to the temp le spawn effect
  • Added an expression to get the current game ticks of a world (this will be useful when dealing with interaction entity timestamps)
  • Added a few expressions for interaction entities (last attack/interact player/timestamp, width/height, responsiveness)
  • Added an expression for suspicious items in suspicious blocks

CHANGED:

  • I originally decided to use Vector4 hoping for it to be less confusion than a Quaternion, but I was wrong. So I added 2 new functions, Quaternion and AxisAngle. The Vector4 function (which is identical to Quaternion) is now deprecated.