skript 1.19.4

  • 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. Z

    Can't understand this structure

    I'm trying to use "if size of a variable", but it isn't working Addons: Skellet, SkQuery, skRayFall, Skbee, skript-gui Code: if size of {compactors::%player's uuid%::*} is 7: send "work" to player
  2. Z

    Solved Can't understand this section: (skript-gui)

    I am having an issue where if I try run a command on click of a gui slot, it throws this error (attached below) Skript Addons: skript-gui, skRayFall, SkBee, Skellet Code: command /gui: trigger: create a gui with virtual chest named "&c&lCOMPACTOR" with 1 rows: make gui...
  3. Z

    Solved Switched from SkQuery GUI's to skript-gui's, but it's throwing errors I don't understand.

    I switched from SkQuery's GUI creation system to skript-gui's, but since I tried to change the formatting to support skript-gui, it is throwing errors I haven't ever seen (attached below) My skript might be completely broken, but i'm not sure as this is my first time using skript-gui Skript...
  4. Z

    Solved 'else' has to be placed just after another 'if' or 'else if' section

    I was making a gui which shows which items you are able to compact, but I ran into this issue. No matter what I do, I cannot seem to find the isssue. Skript Addons: Skbee, Skellet, SkQuery, skRayFall Skript: command /gui: trigger: wait 2 ticks open chest with 1 row...
  5. D

    How do I add attributes to items?

    I'm trying to make a skript, which previews crates/kits, but I would like to add attributes to the showcased items function viewCrate(p: player, crate: text): if {_crate} is "iron": set {_p} to a new chest inventory with 3 rows with name "&f&lIron &7Crate"...
  6. M

    Skript for item giving effects on right click

    Category: Skript Suggested name: Ink&Run Spigot/Skript Version: paper=[git-Paper-545 (MC: 1.19.4)] skript= 2.6.4 What I want: I would like a skript that gives players in a radius of 10 blocks blindness for 10 seconds and gives the user speed 2 for 10...