Releases: ShaneBeee/SkBee
Releases · ShaneBeee/SkBee
Small Fix [1.3.3]
FIXED:
- Fixed an issue with loading on Spigot
Small Fix [1.3.2]
FIXED:
- Fixed an issue with NBT strings that have variables in them. (The validator was just not having it)
Small Changes [1.3.1]
ADDED:
- Added an armor change event
- Added an expression to get the item changed in the armor change event
CHANGED:
- Changed some error handling for NBT
The Virtual Furnace Update [1.3.0]
ADDED:
- Added virtual furnaces (items, fuels, recipes)
- Added an effect to reduce the player's debug screen
CHANGED:
- Spawning an entity with NBT now uses Skript's last spawned entity, so you can retrieve the entity via Skript's last spawned entity expression
FIXED:
- Removed an old debug message
Small Update [1.2.0]
ADDED:
- Added some better debug messages for invalid NBT strings
- Added a total experience expression
Recipe Changes [1.1.0]
CHANGED:
- Recipes can now be registered from any event (not just
on skript load
) - You can now remove MC recipes, custom recipes and recipes from other plugins (previously just MC recipes)
Small Fixes [1.0.2]
FIXED:
- Fixed an issue with bound events not working
ADDED:
- Added entity noClip expression from Sk-NBeeT
Small Fixes [1.0.1]
FIXED:
- Fixed some small issues with the tag expression throwing errors
- Fixed an issue with the tag expression not properly returning a list
- Fixed an issue with the tag expression not working with the nested delimiter
Initial Release
SkBee is a new Skript addon that aims to replace a few of my other addons, Sk-NBeeT, SkBoard and SkRecipe.
By combining these addons, you can trim down the amount of required addons for your server and scripts.
Elements
This is only a small list of the many things included
- NBT elements such as get/set NBT of items, blocks (tile entities) and entities. (Available for 1.8.8+)
- ScoreBoards super duper simple anti-flicker scoreboards (Available on 1.13+)
- Recipes add custom recipes and remove vanilla recipes (Available on 1.13+)
- BlockData get/set block data with ease (Available on 1.13+)
- Structures use vanilla Minecraft's structure system for saving/pasting structures in your world (Available for 1.9.4+)