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

Releases: ShaneBeee/SkBee

Small Update [1.2.0]

13 Apr 02:27
Compare
Choose a tag to compare

ADDED:

  • Added some better debug messages for invalid NBT strings
  • Added a total experience expression

Recipe Changes [1.1.0]

23 Mar 20:03
Compare
Choose a tag to compare

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]

17 Mar 22:50
Compare
Choose a tag to compare

FIXED:

  • Fixed an issue with bound events not working

ADDED:

  • Added entity noClip expression from Sk-NBeeT

Small Fixes [1.0.1]

08 Mar 23:07
Compare
Choose a tag to compare

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

08 Mar 02:04
Compare
Choose a tag to compare

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+)