skbee

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. cheezburga

    Script Better Text Displays 1.4

    Adds a command (/textdisplay) which allows you to create, copy or remove text displays in your world. SkBee was the addon used for the text displays. The command supports mini messages as the text, so make the most of that. This script requires Skript (obviously) and SkBee. It was coded using...
  2. dialed

    Script GUI Code Generator 1.0

    The Minecraft GUI Generator is a user-friendly tool designed to simplify the process of creating custom Graphical User Interfaces (GUIs) for Minecraft Skript scripts. With an intuitive interface and a wide range of customization options, this generator allows users to effortlessly design and...
  3. C

    Custom recipe with custom named items

    I'm trying to make a recipe for a item im making but with orange dye name "&6Blaze Dust", the skript loads fine but doesn't work, skript here: Can someone please help me?
  4. ZLatKo

    Solved error when drawing particles with argument

    hello everyone! Please help me to find a workaround to solve my problem. If you use "50, 80 and 120" instead of a variable, everything works. i need to use rgb variable in particle drawing but ran into this problem: command /test72 [<text>]: trigger: if arg 1 is "attackbullet"...
  5. erenkara

    Script Buttons 1.0.1

    Introduction This resource allows you to add pressable buttons to Minecraft, you can run any code when a button is pressed. It uses the offhand swap button but everyone will see their own key binds in the text. Installation Put the script in your scripts folder. Requires SkBee and...
  6. erenkara

    Script Animated BossBars 1.0

    Easily display animated boss bars using Animated BossBars. It supports PAPI placeholders but it is disabled by default. Enable it inside animated-bossbars.sk. Installation Unzip inside plugins/Skript/scripts. Requires skript-reflect and SkBee Usage Method 1 - Using the config Create a bossbar...
  7. B

    Can't make the block destroy stage reset

    in field 2 i have tried everything from -2 to 0 the block updtaes after 10 seconds or so
  8. M

    Disguising a MOB / Zombie

    command createbot: permission: op trigger: spawn zombie at player set name of last spawned entity to "SKPVPBot" set {_d} to player set disguise of last spawned entity to {_d} I have tried this but yet it didn't disguise into the player's skin.
  9. G

    Skbee Paste structure not working.

    I don't know why this isn't working, there are no console or skript reload errors. The messages work as needed just when it comes to pasting nothing is loaded. This is for extra credit at my school and I'm trying to do something different from everyone else. #why is this not working command...
  10. AsuDev

    Skript Chest Inventory Serialization (SkBee)

    This is a little tutorial on how to serialize chest inventories and items using SkBee. Main serialization function function serializeInventoryContents(inv: inventory) :: objects: loop (rows of {_inv})*9 times: set {_i} to slot (loop-value - 1) of {_inv} set...
  11. R

    Solved Trying to make a bossbar for a mob in SkBee

    I am making a boss fight that uses a blaze mob. When i run the command it creates a bossbar, but it does not update the bossbar with the health of the mob and does not make the bossbar invisible when the mob dies. command /blazetest: trigger: spawn blaze at location 1000.500, 160...
  12. Nikd0

    SkBee's structure rotation reset

    I need to get the default rotation of a SkBee structure, my code: on load: set {_s} to structure named "str" set {_l1} to location(-24,61,-285, world "world") set {_l2} to location(-19,56,-269, world "world") fill structure {_s} between {_l1} and {_l2} save structure {_s} now, if I...
  13. B

    Skript Invalid Book Tag

    i dont know why this skript when you made a book e give Invalid Book Tag i use skbee the native language is italian. Here my code. #DIPENDENZE: #Skript 2.6.2 #SkBee (Se usate una versione minecraft sotto la 1.17 scaricate SkBee 1.10.2...
  14. N

    (solved) Need Help with level/scoreboard script

    need help with my leveling skript and scoreboard script level system: variables: {level::%player%} = 1 {max::%player%} = 10 {xp::%player%} = 0 on chat: set message format to "&7[&a%{level::%player%}%&7] %player's prefix%%player's displayname%: %message%" on death: if...
  15. Y

    Skript autocompact not working

    Hey, first post here, I use a 1.18.2 revivenode server with 4gb ram and every time I run this command nothing happens? options: {autocompact::%player%} = 0 command /autocompact: trigger: if {ACaccess::%player%} = true: if {autocompact::%player%} = 0: set {autocompact::%player%} to...
  16. Jake

    Skript [SkBee] Easy Tutorial for Scoreboards!

    Hello! If you're reading this tutorial then you probably need help making a scoreboard, don't worry, I'll teach you step by step how to make a clean Scoreboard without flickering. IMPORTANT INFO REQUIREMENTS: Skript, SkBee List of plugins needed if you want the scoreboard to have...
  17. S

    particle skbee

    i want to make this command: /particle minecraft:glow_squid_ink ~ ~ ~ 0.1 100 0.1 0 2500 force in a skript but i have no idea how to convert it because i just searched particle beam on google i want that the beam spawns on a player
  18. C

    Remove NBT from Entity

    Hi, how can i remove, with the SkBee Addon, NBT from Entity? "remove "{map:28}" from nbt of event-entity" is not working
  19. A

    Skbee not working

    My skbee is not working, and when i execute my code it says internal error my flavour is paperspigot tho. it cannot run any code after: set {enchants::%{_player}%::*} to stored enchants of {%{_a}%::%{_player}%} I need some help and if u can help i would appreciate i
  20. R

    Scoreboard not showing (SkBee)

    So i've made this scoreboard skript using SkBee and it not showing on my server, and i have SkBee, SkRayfall, TuSke on my server for the skript addon. Idk what's wrong with this code, maybe someone can help me? on join: while player is online: set title of player's scoreboard to...