Назад в магазин
SkBee
Modrinth Plugin

SkBee

A Skript addon that picks up where Skript left off.

Информация о Minecraft-продукте

Важное о товаре

Совместимость, версии Minecraft, загрузчики и данные внешнего источника.

Тип

Plugin

Доступ

Бесплатно

Последняя версия

3.25.2

Загрузки

220 394

Загрузчики / Платформы

paper spigot

Minecraft версии

1.8.8 1.12.2 1.13.2 1.14.4 1.15.2 1.16.5 1.17.1 1.18.2 1.19.4 1.20.6 – 1.21.11 26.1 26.1.1 26.1.2 26.2

Категории

utility

Описание

Подробная информация

SkBee is a Skript addon which brings a whole bunch of new elements to your Skript experience. This add-on adds many more syntaxes, to help make your server the best it can be. ![image](https://cdn.modrinth.com/data/cached_images/38eb7525d35b3a7a3b17152199450aabcd3d42c1_0.webp) ## 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 - **ScoreBoards(FastBoard)**: super duper simple anti-flicker scoreboards - **Recipes**: add custom recipes and remove vanilla recipes - **Particles**: a more advanced particle system than vanilla Skript's implementation, which closely matches how Bukkit/Minecraft handle particles (for an even MORE advanced particle system with custom fancy stuff, check out [Skript-Particle](https://modrinth.com/plugin/skript-particle) by Sovde) - **Structures**: use vanilla Minecraft's structure system for saving/pasting structures in your world - **WorldCreator**: allows you to create custom worlds, similarly to how multiverse does. - **BossBar**: allows you to create custom BossBars for your server. ## Requirements: - [Skript 2.10+](https://modrinth.com/plugin/skript) - Supported on SkriptLang's fork. [Certain elements may work on other versions of Skript, such as older versions, but these versions of Skript are NOT supported by SkBee. So they may work, but I will not fix issues that are present on older versions and not present on SkriptLang's fork] - Spigot/Paper - Different elements require different versions of Spigot/Paper. - SkBee will try to maintain compatability for at least the 3 latest major releases/drops of Minecraft. Please see the [VERSIONS](https://modrinth.com/plugin/skbee/versions) tab and use the "game versions" dropdown menu to find the correct SkBee version for your Minecraft server. - Java 17+ ## Support: - For bugs/issues please post on the [GitHub Issue Tracker](https://github.com/ShaneBeee/SkBee/issues) If you find SkBee has helped your server, feel free to show your support on [KoFi](https://ko-fi.com/shanebee)! ## Wiki: - SkBee's [**WIKI**](https://github.com/ShaneBeee/SkBee/wiki) has a decent amount of information regarding some of the more complicated syntaxes (ie: Recipes) ## Docs: [![SkriptHubViewTheDocs](http://skripthub.net/static/addon/ViewTheDocsButton.png)](http://skripthub.net/docs/?addon=SkBee) ## Contributors: You can find a list of contributors on [GitHub](https://github.com/ShaneBeee/SkBee/graphs/contributors) made in Canada

Разработчик

ShaneBee

Профиль и данные получены с Modrinth

Открыть на Modrinth

Галерея продукта

Изображения проекта

Скриншоты и изображения из оригинальной страницы Modrinth.

Main Image

Main image for SkBee

Список изменений

Версии проекта

Опубликованные версии и оригинальные файлы Modrinth.

3.25.2 Актуальная Release 10.07.2026

Small Fixes

Поддерживаемые версии Minecraft
1.21.11 26.1 26.1.1 26.1.2 26.2
Загрузчики / Платформы
paper
Показать изменения
This update brings a couple small fixes. ## Version Support: - Min Skript version = 2.15.0+ - Min Minecraft version = 1.21.11+ ## 🚨 NOTE ON MINECRAFT 26.2 & NBT🚨 NBT-API has not been updated yet, but the current api will work, you just need to set this to true this in the SkBee config: ```yaml allow-nbt-force-load-unknown-version: true ``` This will allow NBT stuff to load. But please use with caution. # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## FIXED: - Fixed a null error in the stored enchanted expression - Fixed incorrect check for ID in the open dialog effect
Войти

2.47 MB

3.25.1 Release 01.07.2026

Small Update

Поддерживаемые версии Minecraft
1.21.11 26.1 26.1.1 26.1.2 26.2
Загрузчики / Платформы
paper
Показать изменения
This update brings a few little things missed in the last release. ## Version Support: - Min Skript version = 2.15.0+ - Min Minecraft version = 1.21.11+ ## 🚨 NOTE ON MINECRAFT 26.2 & NBT🚨 NBT-API has not been updated yet, but the current api will work, you just need to set this to true this in the SkBee config: ```yaml allow-nbt-force-load-unknown-version: true ``` This will allow NBT stuff to load. But please use with caution. # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## CHANGED: - Removed some old deprecated stuff internally - Removed the biome key expression as its no longer part of paper (and has been deprecated for a while now) - Removed the optional space in the BlockData tag expressions (with a space doesn't work as Skript's PDC expression overrides) ## ADDED: - Added functions for the geyser and geyser base particle data. (forgot this in the last update) - Added an option to retrieve chunks from keys to the chunk at expression
Войти

2.47 MB

3.25.0 Release 21.06.2026

Small Update

Поддерживаемые версии Minecraft
1.21.11 26.1 26.1.1 26.1.2 26.2
Загрузчики / Платформы
paper
Показать изменения
This update brings some support for Minecraft 26.2 along with a few other little additions. ## Version Support: - Min Skript version = 2.15.0+ - Min Minecraft version = 1.21.11+ ## 🚨 NOTE ON MINECRAFT 26.2 & NBT🚨 NBT-API has not been updated yet, but the current api will work, you just need to set this to true this in the SkBee config: ```yaml allow-nbt-force-load-unknown-version: true ``` This will allow NBT stuff to load. But please use with caution. # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## ADDED: - Added a player configuration validation event - Added an effect to disconnect a player/connection - Added an asynchronous periodical event - Added a serializer for ArmorTrims ## CHANGED: - Dropped support for Minecraft 1.21.10 - Updated support for FastBoard to work on MC 26.2 - Added support for player connection in transfer condition and cookie retrieval - Changed the runnable task to support saving IDs in any changeable object - Added support for asynchronous usage in the while runnable - Games got a little update, see the [**Game PR**](https://github.com/ShaneBeee/SkBee/pull/971) for info
Войти

2.47 MB

3.24.0 Release 24.05.2026

A Weighted Update

Поддерживаемые версии Minecraft
1.21.10 1.21.11 26.1 26.1.1 26.1.2
Загрузчики / Платформы
paper
Показать изменения
This update brings some nice new additions, including Weighted Lists (YAY!!!) ## Version Support: - Min Skript version = 2.15.0+ - Minecraft version = 1.21.10 - 26.1.2 # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## ADDED: ### Types: - Added a Structure and StructureType Type - Added a WeightedList type - Added an option in the structure template entities expression to return entity snapshots ### Events: - Added player statistic increment event - Added villager acquire trade event - Added entity lunge event - Added player exhaustion event - Added player item cooldown event - Added player velocity event - Added entity dye event ### Sections: - Added a section to locate a structure in a world - Added a section to locate a biome in a world - Added a section to create a new instrument ### Expressions: - Added an expression to get a value from a registry - Added an option to clone a merchant in the merchant expression - Added an expression to get a random element from a WeightedList ### Effects: - Added an effect to add an entry to a WeightedList with a weight ## CHANGED: - Custom recipes will now auto-reload if data packs are reloaded (such as by SkBriggy commands) ## FIXED: - Fixed `player` not working in the parse effect effect/expression
Войти

2.41 MB

3.23.0 Release 10.05.2026

Few New Things

Поддерживаемые версии Minecraft
1.21.10 1.21.11 26.1 26.1.1 26.1.2
Загрузчики / Платформы
paper
Показать изменения
This update brings a couple small bug fixes. ## Version Support: - Min Skript version = 2.15.0+ - Min Minecraft version = 1.21.10+ # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## ADDED: ### Sections: - Added a [**Weapon Component**](https://minecraft.wiki/w/Data_component_format#weapon) section - Added a [**Blocks Attacks Component**](https://minecraft.wiki/w/Data_component_format#blocks_attacks) section - Added a [**Kinetic Weapon Component**](https://minecraft.wiki/w/Data_component_format#kinetic_weapon) section ### Expressions: - Added a [**Container Component**](https://minecraft.wiki/w/Data_component_format#container) expression - Added an expression to get entities in a structure - Added an expression to get/set server pause time ### Conditions: - Added a condition to check if the server is paused ## CHANGED: - Changed the ChunkData block expression to accept numbers (not just vectors) - Current structure syntax has been renamed to Structure Template - This was done to better match Minecraft as well as prepare for future use of actual Structures (ie: villages) - Changed world creator to allow worlds with a custom chunk generator to auto-load on start ## FIXED: - Fixed world cloning not working on MC 26.1+
Войти

2.38 MB

3.22.1 Release 04.05.2026

Small Fixes

Поддерживаемые версии Minecraft
1.21.10 1.21.11 26.1 26.1.1 26.1.2
Загрузчики / Платформы
paper
Показать изменения
This update brings a couple small bug fixes. ## Version Support: - Min Skript version = 2.15.0+ - Min Minecraft version = 1.21.10+ # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## FIXED: - Fixed an issue with the Item with NBT expression sometimes thinking an item is a block type - Fixed the player track entity event registering the wrong class
Войти

2.33 MB

3.22.0 Release 02.05.2026

More New Stuff

Поддерживаемые версии Minecraft
1.21.10 1.21.11 26.1 26.1.1 26.1.2
Загрузчики / Платформы
paper
Показать изменения
This update brings some new things to play with along with a few small bug fixes. ## Version Support: - Min Skript version = 2.15.0+ - Min Minecraft version = 1.21.10+ # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## FIXED: - Fixed the potion effects component (incorrect doc, and incorrect local variable clearing) - Fixed a typo in the "visible" entry of the boss bar create section - Fixed an error in boss bar create section when not using flags ## ADDED: ### Events: - Added more event values (YAY) - Added a player untracked entity event ### Conditions: - Added a condition to check if a player is tracking an entity ### Expressions: - Added a new section expression to create a world creator ### Sections: - Added a `cave gen` section to the chunk generator ### Types: - Added a new HeightMap type ### Other: - Added a message to admins when SkBee fails to load ## CHANGED: - Changed the chunk data highest Y expression to accept numbers and height maps - Chunk generator stuff has moved into the World Creator element package, thus the `chunk-generator` config option was removed. ## DEPRECATED: - Properties have been deprecated, will move to Skript's property system soon
Войти

2.33 MB

3.21.0 Release 26.04.2026

New Stuff

Поддерживаемые версии Minecraft
1.21.10 1.21.11 26.1 26.1.1 26.1.2
Загрузчики / Платформы
paper
Показать изменения
This update brings some new things to play with along with a few small bug fixes. ## Version Support: - Min Skript version = 2.15.0+ - Min Minecraft version = 1.21.10+ # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## ADDED: ### Types: - Added a spawn category type - Added a ResourcePackStatus type ### Events: - Added an event for when a gamerule changes in a world - Added a bunch of event-values to some events - Added an entity place event ### Expressions: - Added an expression to get/set spawn limits of worlds - Added a section expression to create a new team with options - Added a section expression to create a new bossbar - Added an expression to get/set/delete the shoulder entities of a player - Added an expression to get/set the player list order of players - Added an expression to get/set the collision status of living entities ### Conditions: - Added a condition to check if an entity will collide with another entity/block or anything at a location ### Sections: - Added a section for sending resource packs to a player which includes a callback - Added support for players in the apply profile section ## FIXED: - Fixed an error with unparsed literals in sec case, when using an invalid case - Fixed an issue with loading worlds on 1.21.11 and below when the world is already created ## INTERNAL: - Updated event value registration to use Skript's new registration - Moved registration to external library - Added a bStats metric to track whether the addon actually loaded
Войти

2.31 MB

3.20.0 Release 17.04.2026

New Stuff

Поддерживаемые версии Minecraft
1.21.10 1.21.11 26.1 26.1.1 26.1.2
Загрузчики / Платформы
paper
Показать изменения
This update brings a few new features and some better support for Skript 2.15.x # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## ADDED: - Added support for blocks within 2 locations for the load chunk effect - Added an effect to force the player to break a block - Added a move reason for bound enter/exit events - Added an option in the entity pose expression to make the pose fixed - Added an entity pose change event ## FIXED: - Fixed an incorrect pattern in the item from namespaced key expression ## CHANGED: - Split the chunk load/unload effect into 2 effects - Added a warning about using the reserved key "id" in dialog inputs - World Creator elements now should be using NamespacedKeys instead of Names ## INTERNAL: - Update event value registry to fix conflicts with other addons
Войти

2.27 MB

3.19.0 Release 07.04.2026

Small Update

Поддерживаемые версии Minecraft
1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
Загрузчики / Платформы
paper
Показать изменения
This update brings a few new features and some support for Minecraft 26.1+ # IMPORTANT: - Support for Minecraft 1.21.8 has been dropped # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## ADDED: - Added a function to format a timespan - Added a boolean event-value to the recipe discover event - Represents whether the player will receive a toast notification for the discovered recipe (can be set) - Added an expression to convert a BlockFace to a Skript direction (Thanks @Fusezion) - Added an expression to parse conditions (Thanks @Fusezion) - Added an effect to make LivingEntities start/stop/complete using items ## CHANGED: - Text Components user naming has changed from `text component` to `text comp` - Changed the Damage Resistant component expression to support API changes - Now requires MC 26.1.1+ - Returns as a list of damage types rather than a tag key - Accepts a tag key/list of damage types in the changer - Dropped support for Minecraft 1.21.8 ## INTERNAL: - Update NBT-API to support MC 26.1.1
Войти

2.26 MB

3.18.3 Release 03.04.2026

Small Update

Поддерживаемые версии Minecraft
1.21.8 1.21.9 1.21.10 1.21.11 26.1
Загрузчики / Платформы
paper
Показать изменения
This update brings support for Skript 2.15+ and one small bug fix. # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## FIXED: - Fixed an incorrect pattern in the bound coords expression ## INTERNAL: - Small internal changes to make SkBee work with Skript 2.15+
Войти

2.25 MB

3.18.2 Release 29.03.2026

Version Support

Поддерживаемые версии Minecraft
1.21.8 1.21.9 1.21.10 1.21.11 26.1
Загрузчики / Платформы
paper
Показать изменения
This update brings support for Minecraft 26.1 # 🛠️ THIS UPDATE 🧑🏼‍🍳: - Update NBT-API to support MC 26.1
Войти

2.25 MB

3.18.1 Release 22.03.2026

Small Fixes

Поддерживаемые версии Minecraft
1.21.8 1.21.9 1.21.10 1.21.11
Загрузчики / Платформы
paper
Показать изменения
This update brings a couple small bug fixes. # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## FIXED: - Fixed negative timespans in air change event - Fixed an error with the waypoint color expression when the entity didn't have a waypoint
Войти

2.25 MB

3.18.0 Release 14.03.2026

Small Additions

Поддерживаемые версии Minecraft
1.21.8 1.21.9 1.21.10 1.21.11
Загрузчики / Платформы
paper
Показать изменения
This update brings a few new things, a few changes and a few bug fixes. # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## ADDED: - Added an expression for damage resistant component - Added a profile component section to apply profiles to player heads and mannequins - Added expressions for entity waypoint color/style ## CHANGED: - Changed the attribute modifier section to remove old modifiers of the same key before applying new ones - Changed the sign line expression to support fake signs ## FIXED: - Fixed a few events that weren't registered - Fixed the phantom pre-spawn event throwing an error
Войти

2.25 MB

3.17.1 Release 27.02.2026

Small Fixes

Поддерживаемые версии Minecraft
1.21.8 1.21.9 1.21.10 1.21.11
Загрузчики / Платформы
paper
Показать изменения
## WARNING: > Internally SkBee has updated to use Skript's new registration system (This happened in SkBee 3.17.0). > With that being said, over 10,000 lines were changed in over 500 classes. > There may be bugs... I'm hoping not, but it could happen. > PLEASE PLEASE PLEASE test before putting this on a production server. ## Support Changes: - Min Skript version = 2.14.0+ - Min Minecraft version = 1.21.8+ # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## FIXED: - Fixed an issue with floats not working in the timespan function - Fixed incorrect registration of NamespacedKey expression which made the pattern not work - Fixed the crafter craft event not being registered - Fixed pattern for dustOption and dustTransition functions ## ADDED: - Added `event-blocks` event value to the block explode event - Added back the TextComponent of a Text Display Entity
Войти

2.24 MB

3.17.0 Release 22.02.2026

HUGE

Поддерживаемые версии Minecraft
1.21.8 1.21.9 1.21.10 1.21.11
Загрузчики / Платформы
paper
Показать изменения
SkBee is coming at you with some fun changes. Notably particles are making a comeback. They'll work exactly as they did before. # 🚨 🚨 WARNING 🚨 🚨: > Internally SkBee has update to use Skript's new registration system. > With that being said, over 10,000 lines were changed in over 500 classes. > There may be bugs... I'm hoping not, but it could happen. > PLEASE PLEASE PLEASE test before putting this on a production server. ## Support Changes: - Min Skript version = 2.14.0+ - Min Minecraft version = 1.21.8+ (as of writing this, 90% of SkBee users are running 1.21.8+ on the latest versions of SkBee) ## ADDED: - Added an expression to get/set inhabited time of a chunk ## REMOVED: - Removed Display entity stuff (it has been in Skript for quite some time now) - ~~Removed all particle syntax (it's in Skript now)~~ *Jk Brought it back* ## INTERNAL: - Re-wrote all syntax registration to match Skript 2.14.x registration - Reworked how bounds are mapped internally, and changed how their world is saved
Войти

2.23 MB

3.16.1 Release 08.02.2026

Small Fixes

Поддерживаемые версии Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
Загрузчики / Платформы
paper
Показать изменения
This update brings a few small fixes. > IMPORTANT > Just a reminder if you’re using Skript 2.14.0+ that SkBee no longer has particle syntax. > You will have to use Skript's new particle syntaxes. # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## FIXED: - Fixed/prevent a stack trace error when including invalid NBT in the item with NBT expression - Fixed player connection type throwing errors on pre 1.21.6 versions (Thanks @TheLimeGlass ) ## CHANGED: - Switch returns now accept returning a list of objects
Войти

2.21 MB

3.16.0 Release 31.01.2026

Dialog Time

Поддерживаемые версии Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
Загрузчики / Платформы
paper
Показать изменения
This update brings dialogs, some new components and a bunch of other things. > **IMPORTANT** > Just a reminder if you’re using Skript 2.14.0+ that SkBee no longer has particle syntax. > You will have to use Skript's new particle syntaxes. # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## ADDED: - Added dialogs (See [**Dialog Wiki**](https://github.com/ShaneBeee/SkBee/wiki/dialogs) for more info) - Added a player connection type/classinfo. This will be used with the async config event and dialogs. - Added an effect to freeze a player connection in the async config event, and unfreeze later. - Added an effect to remove attribute modifiers by key - Added an expression to get the values of a tag key - Added an expression to get/change the [damage type](https://minecraft.wiki/w/Data_component_format#damage_type) component of an item - Added an expression to get/change the [minimum attack charge](https://minecraft.wiki/w/Data_component_format#minimum_attack_charge) component of an item - Added a section to apply the [attack range](https://minecraft.wiki/w/Data_component_format#attack_range) component to an item - Added a section to apply the [piercing weapon](https://minecraft.wiki/w/Data_component_format#piercing_weapon) component to an item - Added a section to apply the [swing animation](https://minecraft.wiki/w/Data_component_format#swing_animation) component to an item - Added a section to apply the [use effects](https://minecraft.wiki/w/Data_component_format#use_effects) component to an item - Added an option in the raytracing expressions to filter entities by allowing (whitelist) instead of just ignoring (blacklist) ## CHANGED: - Updated the internals of the parse effect/expression to better handle the current event (Thanks @Fusezion) ## FIXED: - Fixed armour trim expression not applying trims to non-armour items - Fixed the name of the jukebox classinfo in the docs - Fixed some issues with the entity knock back event (see [PR 896](https://github.com/ShaneBeee/SkBee/pull/896) for further details, thanks @Fusezion) - Fixed an issue with checking custom NBT as a condition, it creating a new compound, and screwing up the ItemStack and possibly other features (Thanks @sovdeeth) ## INTERNAL: - Added more metrics to show Minecraft/Skript version per release of SkBee - This will give us a better understanding of what we should be supporting
Войти

2.21 MB

3.15.0 Release 08.01.2026

Some New Stuff

Поддерживаемые версии Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
Загрузчики / Платформы
paper
Показать изменения
This update brings some new stuff, removes some old stuff, and changes some stuff. This update also brings support for Skript 2.14 # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## ADDED: - Added an option to the block state update effect to apply block states to other blocks - Added some events (smelt/extract/fuel burn) for virtual furnaces - Added Async Player Connection Configure event (Kinda useless right now, will have more use in future) - Added an effect to sleep a thread (should not be used on the main server thread) - Added the Server Resources Reloaded event (which is called when datapacks/recipes are reloaded on the server) This can be used in conjunction with SkBriggy since SkBriggy command loading now wipes recipes. ## CHANGED: - Minimum supported Skript version has be changed to 2.12 - Changed the event-values of the Player Custom Click Event a lil bit (`event-string` is now the name of the player, and I also added `event-uuid`) ## REMOVED: - Removed world border elements, they're in Skript - Removed simulation/view distance expressions, they're in Skript - Removed armour change event item, it's in Skript - Removed equipment slot type, it's in Skript - Removed entity teleport event, it's in Skript - Removed player change beacon event, it's in Skript - Removed `keep spawn loaded` world creator option for Minecraft 1.21.9+ (Minecraft no longer has spawn chunks) - Removed beacon expressions, they're in Skript - Removed infinite potion expression, now in Skript - Removed potion effect duration/tier expressions, now in Skript - Removed potion effect change event, now in Skript ## DISABLED: - Disabled particle elements if running Skript 2.14+ (Skript now has a re-written particle system) - Disabled Entity Effect elements if running Skript 2.14+ - Disabled Respawn Reason elements if running Skript 2.14+ ## FIXED: - Fixed an issue with VirtualFurnace machines not serializing properly - Fixed a memory leak with local variables in the run task section - Fixed an issue with not being able to get the current task ID in a task that is within a loop ## INTERNAL: - Updated metrics to include some nicer drill down pies
Войти

2.09 MB

3.14.0 Release 09.12.2025

Version Support

Поддерживаемые версии Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
Загрузчики / Платформы
paper
Показать изменения
This update drops Spigot support (PaperMC is now the required server platform) and adds NBT support for Minecraft 1.21.11. # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## CHANGED: - Spigot is no longer supported, Paper is the minimum requirement to run SkBee - Minecraft 1.20.x support has been dropped (min version is now MC 1.21.4) - Changed the component replace effect to include an option for case sensitivity (Thanks @Fusezion) ## ADDED: - Added an expression to get/set/delete/reset the component description of a mannequin - Added a config option to force load NBT-API when it hasn't yet update a Minecraft version ## REMOVED: - Removed 3 loottable syntaxes as they've been in Skript since 2.10.x
Войти

2.15 MB

3.13.3 Release 28.11.2025

Small Change

Поддерживаемые версии Minecraft
1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
Загрузчики / Платформы
paper spigot
Показать изменения
This update brings one small change. # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## CHANGED: - Changed the component replace effect to include an option for case sensitivity (Thanks @Fusezion)
Войти

2.13 MB

3.13.2 Release 11.11.2025

Small Fixes

Поддерживаемые версии Minecraft
1.20.6 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
Загрузчики / Платформы
paper spigot
Показать изменения
This update brings a few small bug fixes. # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## FIXED: - Fixed an error in the all recipes expression - Fixed statistics change value mutations (Thanks @Fusezion) - Fixed an issues with NBT compounds mutating incorrectly (Thanks @Fusezion) - Fixed an error from zero vectors used in raytracing by adding a runtime error (Thanks @Fusezion) ## ADDED: - Added a condition to check if an NBT compound is empty/blank (Thanks @Fusezion)
Войти

2.13 MB

3.13.1 Release 20.10.2025

Small Fixes

Поддерживаемые версии Minecraft
1.20.6 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
Загрузчики / Платформы
paper spigot
Показать изменения
This update brings a few small bug fixes along with support for Minecraft 1.21.9's object text components. # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## FIXED: - Fixed an error with raytracing and the ignored block list is empty. - Fixed an error created by Dialogs on MC versions without Dialogs - Fixed Fastboards not working on player relog on a Folia server - Fixed a double "the" in the biome parameter point expression (Thanks CrebsTheCoder) - Fixed an error with the NBT spawn entity effect throwing an error on Skript 2.13.0 ## ADDED: - Added new spell particle data for the effect/instant_effect particles (new for MC 1.21.9+) - Added the object text component to use player heads and atlas/sprites (new for MC 1.21.9+)
Войти

2.13 MB

3.13.0 Release 12.10.2025

Some New Stuff

Поддерживаемые версии Minecraft
1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
Загрузчики / Платформы
paper spigot
Показать изменения
This update brings some new things and some Minecraft 1.21.9/10 support. # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## ADDED: - Added Minecraft 1.21.9/10 NBT support - Added an expression section for creating an empty NBT compound (Thanks @Fusezion) - Added parse-able MiniMessage resolvers, see https://github.com/ShaneBeee/SkBee/pull/843 for more details (Thanks @Fusezion) - Added the ability to copy text components (Thanks @Fusezion) - Added a serializer for text components (Thanks @Fusezion) - Added an advancement to string comparator - Added an option to get the effective name of an ItemStack (Thanks @Fusezion) - Added support for open dialog/custom payload click events - Added the Player Custom Click event for use with dialogs and text component custom payload click events - Added a block filter for the ray trace expressions ## CHANGED: - Changed the component replace effect to support literal vs. regex replacements as well as added an option to replace first (Thanks @Fusezion) - Changed max distance of raytracing from int to double (Thanks @CrebsTheCoder) ## REMOVED: - Removed support for Minecraft 1.19.x (It's just so old, according to my last bStats check less than 2% of SkBee servers are running on 1.19.4) - Removed display teleport/interpolation durations as they conflicted with Skript's versions ## DISABLED: - `display-entity` in the SkBee config is now `false` by default - These syntaxes are now in Skript so no need to keep them enabled by default - I believe Skript is missing a thing or two?!?! So I'm keeping the syntaxes here just in case - This also helps with transition from SkBee to Skript for these syntaxes - DamageSource elements have been disabled as they're now in Skript - Do note that Skript's elements are different and you will need to update to match Skript's syntax
Войти

2.13 MB

3.12.3 Release 19.08.2025

Small Fixes

Поддерживаемые версии Minecraft
1.19.4 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
Загрузчики / Платформы
paper spigot
Показать изменения
This update brings a couple small fixes. # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## FIXED: - Fixed an error with health scaling when a negative value is inputted (Thanks @Fusezion) - Fixed fastboard lines not accepting 2 objects (the 2nd for scoreboard format)
Войти

2.12 MB

3.12.2 Release 25.07.2025

Small Fixes

Поддерживаемые версии Minecraft
1.19.4 1.20.6 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
Загрузчики / Платформы
paper spigot
Показать изменения
This update brings a small fix along with some NBT support for Minecraft 1.21.8 # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## ADDED: - Added preliminary Minecraft 1.21.8 NBT support ## FIXED: - Fixed an error when loading on pre MC 1.21.4 due to missing text component class (ARGBLike)
Войти

2.12 MB

3.12.1 Release 10.07.2025

Small Fixes

Поддерживаемые версии Minecraft
1.19.4 1.20.6 1.21.4 1.21.5 1.21.6 1.21.7
Загрузчики / Платформы
paper spigot
Показать изменения
This update brings a few small changes along with some support for Minecraft 1.21.6/7 # 🚨 IMPORTANT INFO 🚨 > Due to API changes/new features in Skript 2.10.x, SkBee now requires Skript 2.10.x+ # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## FIXED: - Fixed a bug with the update checker not showing the proper update (Thanks Fusezion) - Fixed a bug when using a run task without an optional variable
Войти

2.12 MB

3.12.0 Release 02.07.2025

Chase The Skies Support

Поддерживаемые версии Minecraft
1.19.4 1.20.6 1.21.4 1.21.5 1.21.6 1.21.7
Загрузчики / Платформы
paper spigot
Показать изменения
This update brings a few small changes along with some support for Minecraft 1.21.6/7 # 🚨 IMPORTANT INFO 🚨 > Due to API changes/new features in Skript 2.10.x, SkBee now requires Skript 2.10.x+ # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## ADDED: - Added support for MC 1.21.6 FastBoards - Added support for MC 1.21.6/7 NBT - Added an expression to get/set some values of a merchant recipe - Added support for setting a team of an entity (Thanks @Fusezion) - Added support for shadow color format of text components (Minecraft 1.21.4+) - Added an option to store a task ID in a variable when creating a new run task - Added the ability to add text components to each other ## FIXED: - Fixed an error when using `current task id` outside of a task section - Fixed an error when adding to a text component to a non-addable value ## REMOVED: - Removed Quaternion/AxisAngle functions (they've been in Skript for a while now)
Войти

2.12 MB

3.11.3 Release 05.06.2025

Small Changes

Поддерживаемые версии Minecraft
1.19.4 1.20.6 1.21.4 1.21.5
Загрузчики / Платформы
paper spigot
Показать изменения
This update brings a couple small bug fixes and a few changes. # 🚨 IMPORTANT INFO 🚨 > Due to API changes/new features in Skript 2.10.x, SkBee now requires Skript 2.10.x+ > If you are using MC 1.21.3-4 along with the adventure, jukebox playable or dyed color components and you wish to hide tooltips, don't use SkBee 3.11+ # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## FIXED: - Fixed a bug with switch cases where the comparators for cases were backwards - Fixed respawn reasons not working on Paper 1.21.5 - Patched an error which is thrown when getting a non-registered memory from an entity (this is actually a server error) ## ADDED: - Added virtual sign opening to the open sign effect (requires Paper 1.21.5+) - Added unchecked sign change event (requires Paper 1.21.5+)
3.11.2 Release 09.05.2025

Small Changes

Поддерживаемые версии Minecraft
1.19.4 1.20.6 1.21.4 1.21.5
Загрузчики / Платформы
paper spigot
Показать изменения
This update brings a small bug fix and some minor changes. # 🚨 IMPORTANT INFO 🚨 > Due to API changes/new features in Skript 2.10.x, SkBee now requires Skript 2.10.x+ > For those that hate the new runtime errors/warnings, you can now disable them in the SkBee config. > (Note: This will disable just SkBee's runtime errors/warnings, not any provided by Skript/other addons) > If you are using MC 1.21.3-4 along with the adventure, jukebox playable or dyed color components and you wish to hide tooltips, don't use SkBee 3.11+ # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## FIXED: - Fixed an issue where adventure components weren't recognized on fastboards ## ADDED: - Added support for using a UUID in the `uuid tag` (NBT) - Added an expression to get the nutrition/saturation of a food item ## CHANGED: - Changed the task ID expression to have an option to return the last created task's ID
3.11.1 Release 16.04.2025

Small Fix

Поддерживаемые версии Minecraft
1.19.4 1.20.6 1.21.4 1.21.5
Загрузчики / Платформы
paper spigot
Показать изменения
This update just fixes a small bug. # 🚨 IMPORTANT INFO 🚨 > Due to API changes/new features in Skript 2.10.x, SkBee now requires Skript 2.10.x+ > For those that hate the new runtime errors/warnings, you can now disable them in the SkBee config. > (Note: This will disable just SkBee's runtime errors/warnings, not any provided by Skript/other addons) > If you are using MC 1.21.3-4 along with the adventure, jukebox playable or dyed color components and you wish to hide tooltips, don't use SkBee 3.11+ # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## FIXED: - Fix an error when attempting to update a fastboard off the main thread
3.11.0 Release 08.04.2025

"Spring To Life" Support

Поддерживаемые версии Minecraft
1.19.4 1.20.6 1.21.4 1.21.5
Загрузчики / Платформы
paper spigot
Показать изменения
This update brings some support for MC 1.21.5, the Sprint To Life update! # 🚨 IMPORTANT INFO 🚨 > Due to API changes/new features in Skript 2.10.x, SkBee now requires Skript 2.10.x+ > For those that hate the new runtime errors/warnings, you can now disable them in the SkBee config. > (Note: This will disable just SkBee's runtime errors/warnings, not any provided by Skript/other addons) > If you are using MC 1.21.3-4 along with the adventure, jukebox playable or dyed color components and you wish to hide tooltips, don't use this update # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## REMOVED: - `show_in_tooltip` has been removed from adventure component and jukebox playable component - `hidden` has been removed from the dyed color component - Armor change event item (now in Skript) - Fishing states type (now in Skript) - Equipment slot type (now in Skript) ## ADDED: - Added support for MC 1.21.5 (NBT, FastBoard) - Added a [tooltip display](https://minecraft.wiki/w/Data_component_format#tooltip_display) component - Added the "can_destroy_blocks_in_creative" option to the tool component - Added a condition to check if an item has an item/data component - Added an expression to get/change world time of a world (using numbers) - Added the player fail move event - Added the ability to get the chunk highest y in the `surface gen` section of a chunk generator structure - Added a section to modify nbt (internally quicker than others methods) ## CHANGED: - Changed clear component effect to support all data component types as well as resetting ## FIXED: - Fixed a bug with the tool rule's "correct_for_drops" not working - Fixed an error when getting a tag of custom NBT of an AIR block
3.10.2 Release 01.04.2025

SkBee 3.10.2

Поддерживаемые версии Minecraft
1.19.4 1.20.6 1.21.4
Загрузчики / Платформы
paper spigot
Показать изменения
Removed the April Fools joke that didn't go over so well.
Войти

2.08 MB

3.10.1 Release 25.03.2025

SkBee 3.10.1

Поддерживаемые версии Minecraft
1.19.4 1.20.6 1.21.4
Загрузчики / Платформы
paper spigot
Показать изменения
This update brings a few small bug fixes and some prep work for Skript 2.11! # 🚨 IMPORTANT INFO 🚨 > This version will not add support MC 1.21.5, that will come in the next update > This will also be the last version to support MC 1.21.4 > Due to API changes/new features in Skript 2.10.x, SkBee now requires Skript 2.10.x+ > For those that hate the new runtime errors/warnings, you can now disable them in the SkBee config. > (Note: This will disable just SkBee's runtime errors/warnings, not any provided by Skript/other addons) # 🛠️ THIS UPDATE 🧑🏼‍🍳: # Fixed: - Fixed an issue in the switch return section if no section was provided, it would throw a console error - Fixed an error when using 0 seconds on use cooldown section - Fixed an issue with some lingering NBT on air blocks after changing the block (this still isn't fully resolved, the NBT will delete when you get it) # Added: - Added an expression to get/set the component custom name of a block (containers and skulls) # Changed: - Removed some elements that were disabled when running Skript 2.10 # Disabled for Skript 2.11: (These elements are now in Skript) - World border elements - View/Simulation distance expressions
Войти

2.08 MB

3.10.0 Release 17.03.2025

SkBee 3.10.0

Поддерживаемые версии Minecraft
1.19.4 1.20.6 1.21.4
Загрузчики / Платформы
paper spigot
Показать изменения
This update brings a few new things, some bug fixes and some preliminary support for Folia. # 🚨 IMPORTANT INFO 🚨 > Due to API changes/new features in Skript 2.10.x, SkBee now requires Skript 2.10.x+ > `using item_components` has now been removed (Poorly designed feature that has caused more confusion than anything else) > For those that hate the new runtime errors/warnings, you can now disable them in the SkBee config. > (Note: This will disable just SkBee's runtime errors/warnings, not any provided by Skript/other addons) # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## ADDED: - Added a property system for simplifying simple properties on objects, see [Properties Wiki](https://github.com/ShaneBeee/SkBee/wiki/properties) for current examples. - Added unknown command event - Added an option to get/set the message (as a component) in the unknown command event - Added tick start/end events - Added support for multiple bounds in the bounds contains check - Added an effect to dispatch a command with permission (works on all [CommandSenders](https://docs.skriptlang.org/classes.html?search=#commandsender)) - Added an option to prevent saving when unloading a chunk - Added [preliminary Folia support](https://github.com/ShaneBeee/SkBee/wiki/Folia) ## FIXED: - Fixed an error with world creators if the name created an invalid key - Fixed an issue with "or" not working in a bound location check - Fixed an error with nbt on Spigot - Fixed an issue with NBT#toString being blocked off main thread when unsafe NBT is enabled
Войти

2.12 MB

3.5.9 Release 17.03.2025

SkBee 3.5.9

Поддерживаемые версии Minecraft
1.18.2
Загрузчики / Платформы
paper spigot
Показать изменения
This is not actually a new update. This is a repost of a legacy jar for MC 1.18.2 servers. See [original changelog](https://github.com/ShaneBeee/SkBee/releases/tag/3.5.9)
Войти

1.83 MB

2.11.0 Release 17.03.2025

SkBee 2.11.0

Поддерживаемые версии Minecraft
1.17.1
Загрузчики / Платформы
paper spigot
Показать изменения
This is not actually a new update. This is a repost of a legacy jar for MC 1.17.1 servers. See [original changelog](https://github.com/ShaneBeee/SkBee/releases/tag/2.11.0)
Войти

1.16 MB

1.15.3 Release 17.03.2025

SkBee 1.15.3

Поддерживаемые версии Minecraft
1.16.5
Загрузчики / Платформы
paper spigot
Показать изменения
This is not actually a new update. This is a re-post of a legacy jar for MC 1.16.5 servers. See original [changelog](https://github.com/ShaneBeee/SkBee/releases/tag/1.15.3)
Войти

1.18 MB

1.12.4 Release 17.03.2025

SkBee 1.12.4

Поддерживаемые версии Minecraft
1.13.2 1.14.4 1.15.2
Загрузчики / Платформы
paper spigot
Показать изменения
This is not actually a new update. This is a re-post of a legacy jar for MC 1.13-1.15.2 servers. See original [changelog](https://github.com/ShaneBeee/SkBee/releases/tag/1.12.4)
1.10.3 Release 17.03.2025

SkBee 1.10.3

Поддерживаемые версии Minecraft
1.8.8 1.12.2
Загрузчики / Платформы
paper spigot
Показать изменения
This is not actually a new update. This is a re-post of a legacy jar for 1.8.x/1.12.x servers. See original [changelog](https://github.com/ShaneBeee/SkBee/releases/tag/1.10.3)
Войти

0.63 MB

3.9.2 Release 10.03.2025

SkBee 3.9.2

Поддерживаемые версии Minecraft
1.19.4 1.20.6 1.21.4
Загрузчики / Платформы
paper spigot
Показать изменения
Some small changes/fixes. # 🚨 IMPORTANT INFO 🚨 > Due to API changes/new features in Skript 2.10.x, SkBee now requires Skript 2.10.x+ > `using item_components` has now been removed > For those that hate the new runtime errors/warnings, you can now disable them in the SkBee config. > (Note: This will disable just SkBee's runtime errors/warnings, not any provided by Skript/other addons) # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## FIXED: - Fix the `allow-unsafe-nbt-operations` config option in the wrong section - Fixed a bug in ExprCraftingResultFromItems causing an error on older java versions (Thanks [@Fusezion](https://github.com/Fusezion)) ## CHANGED: - `custom nbt of %object%` now supports all NBT objects.
Войти

2.07 MB

3.9.1 Release 01.03.2025

SkBee 3.9.1

Поддерживаемые версии Minecraft
1.19.4 1.20.6 1.21.4
Загрузчики / Платформы
paper spigot
Показать изменения
Some small changes/fixes. # 🚨 IMPORTANT INFO 🚨 > Due to API changes/new features in Skript 2.10.x, SkBee now requires Skript 2.10.x+ > `using item_components` has now been removed (Poorly designed feature that has caused more confusion than anything else) > For those that hate the new runtime errors/warnings, you can now disable them in the SkBee config. > (Note: This will disable just SkBee's runtime errors/warnings, not any provided by Skript/other addons) # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## CHANGED: - Changed a few checks for async NBT operations - Items deserialized from NBT will run thru DataFixerUpper when need be, thus updating NBT correctly to newer versions. ("DataVersion" will be attached to full NBT of items to make sure the correct DataFixerUpper scheme is used) - Repeating while loops can now use [Skript's Exit Effect](https://docs.skriptlang.org/effects.html?search=#EffExit) to stop the loop early - Task timer can now also use the exit effect and `stop current task` is now deprecated. ## ADDED: - Added a config option for unsafe NBT operations (doing NBT operations off the main thread) - Added "debug" to the SkBee command to enable/disable debug messages
Войти

2.07 MB

3.9.0 Release 22.02.2025

SkBee 3.9.0

Поддерживаемые версии Minecraft
1.19.4 1.20.6 1.21.4
Загрузчики / Платформы
paper spigot
Показать изменения
Time for some new stuff! # 🚨 IMPORTANT INFO 🚨 > Due to API changes/new features in Skript 2.10.x, SkBee now requires Skript 2.10.x+ > `using item_components` has now been removed (Poorly designed feature that has caused more confusion than anything else) > For those that hate the new runtime errors/warnings, you can now disable them in the SkBee config. > (Note: This will disable just SkBee's runtime errors/warnings, not any provided by Skript/other addons) # 🛠️ THIS UPDATE 🧑🏼‍🍳: ## ADDED: - Added the Timespan's TimePeriod ClassInfo - Added a timespan function (to create a timespan) - Added an expression to get/set the custom score name of an objective - Added a scoreboard type/ClassInfo - Added an expression to get the main scoreboard or create a new (custom) scoreboard - Added an expression to get/set/reset the scoreboard of a player - Added the ability to get objectives/teams of different (custom/new) scoreboards - Added an expression to get objectives from scoreboards based on display slots (can clear as well) - Added an expression to get objectives from scoreboards based on criterias - Added the option to use text components for objective number format and objective display name - Added an option to get a blank text component in the text component expression - Added biome parameter points for chunk generators - Added a function to calculate Peaks and Valleys - Added an option for world creators to set the default spawn location (This can greatly increase the speed to load a new world.) - Added noise and surface gen options to the chunk generator structure. (When I originally wrote this, I didn't fully understand what these all did) - Added an expression for lines of component lore of items - Added a structure to create aliases using Minecraft Tags - Added a while loop section with a repeat (similar to Skript's while loop but with a built in repeat) - Added a dyed color item component ## CHANGED: - Everything related to FastBoard scoreboards has been renamed to FastBoard (previously scoreboard) - For the time being all syntax will still work, but you are advised to change - Ex: `set line 1 of player's scoreboard to...` to `set line 1 of player's fastboard to...` - Everything named Objective/ScoreboardObjective has been renamed to Scoreboard - Team elements have been merged in with Scoreboard elements and is no longer its own element (no separate config option). - Changed the bound create size error (the 2x2x2 error) to ignore Y when its a full bound - Changed the chunk load effect to not hold a chunk open when loading, without explicitly adding a ticket ## FIXED: - Fixed a toString bug with ComponentWrapper - Fixed the async chat event not actually being async (Skript changed something shortly after I added this event, and I didnt know it) - Fixed not being able to delete fastboard lines - Fixed a memory leak issue with return section expression (local variables were not getting cleared, oops) - Fixed an issue where bounds loaded for unavailable worlds wouldn't function properly
Войти

2.07 MB

3.8.2 Release 30.01.2025

SkBee 3.8.2

Поддерживаемые версии Minecraft
1.19.4 1.20.6 1.21.4
Загрузчики / Платформы
paper spigot
Показать изменения
Please see [**GitHub ChangeLog**](https://github.com/ShaneBeee/SkBee/releases/tag/3.8.2) for all changes.
Войти

2.03 MB