SkBee is a Skript addon that aims to add more useful elements to Skript.
This is only a small list of the many things included
- NBT elements 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
- Particles a particle system that is a little more advanced than Skript's, that is more inline with Bukkit's particle system
- TextComponents a system a little more advanced than Skript's text formatting. You can build text components and manipulate each one separately with things like hover events (including showing an item), click events, and much more.
- WorldCreator create your own custom worlds with some handly little options
- Bounds create your own simple bounds similarly to WorldGuard regions
- GameEvents use Minecraft's GameEvent system, which was created for Skulk Sensors. This system adds more events to the server than were previously available
See the Wiki for more detailed info on syntaxes
SkBee is an open source project, and we are open to contributions from the community. Before working on a contribution please read our contributing guidelines
SkBee is a gradle project.
Simply clone the repo to your computer then run ./gradlew build
.
Are you running an outdated version of Minecraft and looking for an outdated build of SkBee that will work on your outdated server? Well look no further, here is a list of outdated builds of SkBee for your outdated server. Keep in mind, these outdated builds for outdated servers are not supported and you will not get support/bug fixes, because they're outdated!
Due to changes in Skript 2.10's API, SkBee 3.8.0+ will only work on Skript 2.10+
If you need SkBee to work on an older version of Skript this is the last version that will work:
SkBee 3.7.0
(Just like any other outdated build, this one is no longer supported)
Due to changes in Skript 2.7's API, SkBee 3.0.0+ will only work on Skript 2.7+ If you need SkBee to work on an older version of Skript this is the last version that will work: SkBee 2.18.4 (Just like any other outdated build, this one is no longer supported)