Skip to content

Releases: ShaneBeee/SkBee

Small Fix [1.3.3]

09 May 21:50
Compare
Choose a tag to compare

FIXED:

  • Fixed an issue with loading on Spigot

Small Fix [1.3.2]

06 May 21:36
Compare
Choose a tag to compare

FIXED:

  • Fixed an issue with NBT strings that have variables in them. (The validator was just not having it)

Small Changes [1.3.1]

06 May 11:51
Compare
Choose a tag to compare

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]

29 Apr 21:56
Compare
Choose a tag to compare

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]

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