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 community!

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

  1. itstwist3d

    API WardenSK || All Warden Syntaxes 1.0

    Skript addon* which ports all Lusk warden syntaxes to a .sk file. Utilizes Skript-Reflect WardenSK 1.0 is still in development, and releases may not be stable across all versions. Join the discord here for support. Documentation can be found at SkDocs.org
  2. itstwist3d

    API TskTsk alpha-v1.1.0

    TskTsk features custom syntaxes that include custom events, effects, expressions, and quality of life aliases. Bugs can be reported @ https://discord.gg/MrB93ApEvB https://github.com/itstwist3dmc-commits/TskTsk/releases
  3. L

    SkBee Scoreboard Custom Font

    hi, im trying to add a custom font to my skbee scoreboard, but i cant really figure out how, and i cant really find anything online. the font is in a resource pack, and i can get it to work with a send/broadcast but i cant figure out how to do it with skbee on join: while player is online...
  4. Sccout

    I need help with skript attributes

    I'm trying to add attributes with functions but i get and error every time on line 16 17 18 and 19
  5. O

    Toggle to lock item frames with item on-click

    Hey there! This one has been driving me nuts for days... I've been up and down the docs, checked dozens of examples (most of which don't work) and even had an AI take a stab at it. Please help! I have an item that can be used on an item frame (with an item, eventually) to lock the frame...
  6. H

    Solved Item attributes

    So I really need help with item attributes I have been trying to make them for a few days now like item edit has, but it just doesn't work the tab completions aren't working or something else it's just so annoying my addons are skbee and skcrew I just want it to be like this: /itemattribute...
  7. T

    1.21.6 Skript/SkBee getting item name problem

    My problem is actually very simple but I couldn't find a solution. I am making a market system, I designed a chest gui that can earn money by selling items and each person has a chest where they can market their own items. With a command like /shop look <player>, whatever, I set everything, like...
  8. LivingDeadXD

    why this not working

    i'm using Skript, Skbee, Lusk and the code is: set {_badL} to potion tiers of bad luck of active potion effects of player and it says: Can't understand this expression: 'potion tiers of bad luck of active potion effects of player' all i want is saving specific potion effect's tier to variable
  9. TACStudios

    Stop a function from running its next code if variable is true

    This may sounds straight forward but it isnt. I have a function that runs to play a round of a game out, however I want to immediately stop that function from running any further code if there is only 1 player left. I dont want to add "if"'s to like EVERY line of code (considering there are...
  10. san0412

    My skript doesn't work

    My skript doesn't work. Help me! I'm running on mc 1.21.1 and skript 2.9.5. I've got this errors. [23:59:03] [Server thread/ERROR]: #!#! [23:59:03] [Server thread/ERROR]: #!#! [Skript] Severe Error: [23:59:03] [Server thread/ERROR]: #!#! An error occurred while trying to load a Structure...
  11. T

    SkBee v3.6.1 → SkBee v3.7.0

    Hello. Need help with SkBee. Updated the server from version 1.20.4 to 1.21.1 and the addon to version SkBee-3.7.0. (Skript-2.9.0). Now the custom_items.sk script does not work
  12. N

    How To Update NBT-API in SkBee for 1.21.4

    I want to using skbee in minecraft 1.21.4, but nbt-api is still not updated. I can use test version of nbt-api, But how can i merge it in skbee?
  13. N

    How To Update NBT-API in SkBee for 1.21.4

    I want to using skbee in minecraft 1.21.4, but nbt-api is still not updated. I can use test version of nbt-api, But how can i merge it in skbee?
  14. R

    Solved Help with vectors and armor stand generation; Entity-homing wave attack

    So I found this attack on hypixel skyblock and I really wanted to recreate it with only Skript and SkBee. I did well at first, getting some things right, but then progress just stopped moving and I couldn't figure it out. The specific help I need is to calculate the "movement/generation" of the...
  15. C

    Armorstand Boomerang

    Hi! I'm new to skript and i can't seem to find any forums on boomerangs or much anything about armorstands... all i am trying to do is make it so that if you right click on a snowball it cancels the event and creates an armorstand that rotates and moves forward in the direction that you were...
  16. VeryGoodSand

    Solved SkBee attribute modifiers

    apply attribute modifier to {_tool}: attribute: movement_speed id: "minecraft:movement_speed" slot: mainhand_slot_group amount: {_lvl} operation: add_number This returns the error "'movement_speed' is not a attribute type," however, it is an attribute type? I don't know how...
  17. R

    SkBee duration of potion effect change

    hi, i was trying to change duration of potion effect via skbee, but it gives a error code: on potion effect added: if "%event-potioneffecttype%" = "night vision": if potion duration of event-potioneffect converted to minutes is greater than 5: set potion duration of...
  18. G

    Timer with skBee help

    I am making a game, where players get a random item every 10 seconds. So far, the code works but the bossbar progress doesn't go down, and there isn't any errors. please help and thank you! every 10 second: loop all players: if {BedrockTowers::%loop-player%.random} = true...
  19. SirSmurfy2

    Script Skript | Custom Merchants 1.2.1

    == CUSTOM MERCHANTS == [ Required Plugins: Skript 2.8.2+, SkBee 3.4.0+, Skript-Reflect ] This Skript allows you to easily create, customize, and manage merchants. - MERCHANTS - Each merchant created allows you to set different trades Trades are saved and loaded when editing in the "Trade Editor...
  20. T

    how to make a sphere of particles around the player with skbee?

    i have nothing to write here just read the title