Releases: SkriptHub/SkBee
Small Update [3.7.0]
Warning
This is a fork of the original SkBee by ShaneBeee that is being maintained by the Skript Hub team as a maintenance fork. If you are looking for older versions of skBee that support older version of Minecraft/Skript checkout the original SkBee releases page.
Important
Due to changes in the Skript 2.10.x API, SkBee will now only work on Skript 2.10+
ADDED:
- Added an option to use fallbacks in translate components
CHANGED:
- Cookie retrieve section will now run even if theres no cookie
FIXED:
- Fixed a performance issue with using the tag of nbt expression on the nbt of an item
- Fixed a bug where Skript's kick effect didn't work in cookie section
REMOVED:
The following items have been added to Skript, and therefore removed from SkBee if running Skript 2.10+
- Villager type/profession/level/experience (types and expressions)
- ItemFlag (type and expressions)
- PotionEffectCause (type)
- Last death location expression
- Block drop item event
- Breed event entities expression
- Entity breed event
- Entity is ticking condition
- FishHook in open water condition
- Beacon effect/activate/deactivate events
- Minecraft Tag elements (type/expressions/conditions)
Small Fixes [3.6.6]
Warning
This is a fork of the original SkBee by ShaneBeee that is being maintained by the Skript Hub team as a maintenance fork. If you are looking for older versions of skBee that support older version of Minecraft/Skript checkout the original SkBee releases page.
🎅 HAPPY HOLIDAYS EVERYONE 🎄
THIS UPDATE:
FIXED:
- Fixed a null error when serializing NBT of an entity when for whatever reason (such as async operations) the NBT is empty.
- Fixed an issue with using the "force" option for particles on players on older server versions.
Small Update [3.6.5]
Warning
This is a fork of the original SkBee by ShaneBeee that is being maintained by the Skript Hub team as a maintenance fork. If you are looking for older versions of skBee that support older version of Minecraft/Skript checkout the original skBee releases page.
THIS UPDATE:
REMOVED:
- Particle Data
TargetColor
Type and Function have been removed (Bukkit removed the class)
Since SkBee only supports the latest release of each major MC version, and since this was 1.21.3 ONLY, theres no need to do any crazy reflection to make this work. (SeeTrail
below)
ADDED:
- Added preliminary 1.21.4 support (light testing has been done, but everything seems to work as intended)
- Particle Data
Trail
Type and Function have been added (a replacement for TargetColor, but also contains a timespan)
CHANGED:
Small Fixes [3.6.4]
Warning
This is a fork of the original skBee by ShaneBeee that is being maintained by the Skript Hub team as a maintenance fork. If you are looking for older versions of skBee that support older version of Minecraft/Skript checkout the original skBee releases page.
FIXED:
- Fixed the toString method of EffBlockLock (internal change)
- Fixed an error with food components attempting to load on older MC versions without components
- Fixed an error with particles (unparsed literal issue)
- Fixed an error when attempting to use air as an ingredient in a shaped/shapeless recipe section
- Fixed an error with the attribute modifier section when missing a uuid on older MC versions
Small Changes [3.6.3]
Warning
This is a fork of the original skBee by ShaneBeee that is being maintained by the Skript Hub team as a maintenance fork. If you are looking for older versions of skBee that support older version of Minecraft/Skript checkout the original skBee releases page.
FIXED:
- Fixed several syntax clashes with Skript 2.10.0-beta1. These will now only be enabled if they are not already registered by Skript.
- Types
- displaybrightness
- displaybillboard
- textalignment
- itemdisplaytransform
- transformation
- quaternion
- Functions
- transformation
- axisAngleFromVector
- axisAngle
- quaternion
- Types
Thank you
Huge thanks to @ShaneBeee who noticed and fixed the syntax clashing issue.
Initial Fork Release [3.6.2]
Warning
This is a fork of the original skBee by ShaneBeee that is being maintained by the Skript Hub team as a maintenance fork. If you are looking for older versions of skBee that support older version of Minecraft/Skript checkout the original skBee releases page.
Important
This update provides support for MC 1.21.3+
UPDATES:
- String based container locks have been removed in Minecraft 1.21.2 and will throw a error when running 1.21.3+.
- Updated a mapping for Entity NoPhysics
- Updated item-nbt-api to 2.14.0 to support MC 1.21.3+.
ADDED:
- Added a new TargetColor particle data type along with a function to create a new TargetColor object.
- Added item based locks to replace string based locks.
REMOVED:
- For ItemComponent - Food Component Apply, "eat time", "using converts to" and the "effects" section were all removed in Minecraft 1.21.2.
- ItemComponent - Food Component Apply Potion Effect was removed in Minecraft 1.21.2.
Thank you
Huge thanks to the amazing contributors who helped to get this first release out: