Home - ShaneBeee/SkBee GitHub Wiki
Welcome to SkBee.
This is an addon for Skript which allows you to do a whole bunch of things, like manage your server's recipes, manipulate block/item/entity NBT, create custom regions and make fancy scoreboards.
[!TIP] You can download the plugin on SpigotMC or in the Releases Tab
==NBT==
(This refers to NBT syntaxes in SkBee 3.0.0+)
NBT Intro - Learn what NBT is all about.
NBT Compounds
NBT Compound - Learn how to get an NBT compound from an item, entity, block, file, string or chunk.
NBT Compound Tags - Learn how to get/set/modify NBT compound tags.
NBT Data Component Format - Learn more about Minecraft's new data component format for Item NBT (Minecraft 1.20.5+).
NBT Notable Changes for MC 1.20.5+ - Learn more about big changes in Minecraft 1.20.5 Item NBT and how it affects Skript.
NBT Extras
NBT Effects (coming soon) - Learn how to spawn an entity with NBT, set a block with NBT and some other fun stuff.
NBT Pretty Printing - Learn how to send nicer looking NBT strings to players/console.
NBT Attribute Modifiers - Learn how to use NBT to apply attribute modifiers to items.
NBT Heads - Learn how to create custom heads.
NBT Item Components - Check out some examples of Item Components (Minecraft 1.20.5+).
==Scoreboards==
Scoreboards - Learn how to add spice to your server with a sexy scoreboard.
==BossBars==
BossBars - Learn how to make some simple yet bitchin boss bars for your server.
==Particles==
Particles - Learn how to add some flare to your server with some partyin particles.
==Text Component==
Check out all the cool things you can do with Text Components
Creating Components
Modifying Components
Hover Events
Click Events
Sending Components
Book Pages
Item Chat
==Tab Completion==
Tab completion allows you to manipulate the completion lists in a tab complete event.
Tab Complete Event
Tab Completions
Tab Arguments
==World Creator==
Create your own custom worlds.
World Creator
Void World
==Chunk Generator==
Create your own chunk generator
Chunk Generator
Sections:
Biome Gen
Chunk Gen
Height Gen
Block Pop
Examples:
See my Skript Snippets repo for examples.
==Virtual Furnace==
Virtual Furnace Intro
Fuels
Recipes
Items
==Structure==
Create, load, fill, manipulate, place and save structures
Structure Object
Structure Fill
Structure Properties
Structure Save
Structure Place
Structure BlockStates
==Bounds==
Bounds - Learn how to create and manipulate SkBee bounds - simple yet powerful
==Recipes==
Recipe Registration Sections (coming soon)
Shaped Recipe
Shapeless Recipe
Recipe Registration Effects (soon to be deprecated)
Shaped Recipe
Shapeless Recipe
Cooking Recipes
Stonecutting Recipe
Recipe Handling
Locking/Unlocking Recipes
Removing Minecraft Recipes
Knowledge Book
Minecraft Tags and Material Choices
Minecraft Tags
Material Choices
==Config==
The config for this addon is quite small and straight forward
==Docs==
You can find all the docs on SkriptHub
==Benchmarks==
==Tricks & Quirks with Skript
These wikis are not necessarily relating to SkBee but provide some insight to common issues Skripters may find.
Item Comparison
Hiding Attribute Modifiers