Search results

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

    Shulker Box Open On RightClick

    does anyone know how to make a shulker box open on rightclick this is my code it doesnt really work at all on rightclick: if player is holding any shulker box: cancel event set {_tool} to player's tool open {_tool}'s inventory to player and this code does for some...
  2. UntitledGaming

    skdragon particles not showing

    # AMONG US on region enter: wait 4 ticks if "%region at player%" contains "scan-skeld": make player execute command "/task scan" on any movement: if {scan.%player%} is true: cancel event # TASKS command /task <text>: trigger: if arg-1 is "scan"...
  3. UntitledGaming

    Pets crashing the server

    so i edited a pet skript and it now crashes the server i think its the while spawned entity is alive: but im not sure pls help me command /Pet [<text>]: permission: command.pet permission message: [&c&l!&f] You don't have permission aliases: /pets trigger: if...
  4. UntitledGaming

    kill token not working

    im trying to make a void spawn/kill skript involving a kill token but i cant seem to make it work if anyone can help pls do every 1 second: loop all players: if loop-player's y coordinate is between 66 and 0: if {VoidSpawnTp.%loop-player%} is false: if...
  5. UntitledGaming

    Solved damage cause not working

    im trying to make a person imune to explosions on damage: if damage cause is explosion: victim is a player: cancel event
  6. UntitledGaming

    Solved autobc toggleping not working

    i made a autobc skript and implemented and /toggleping but the toggleping command is not working if anyone knows a solution to this please tell me skript addons: Skellet, SkQuery, SkRayFall, Skript, skript-placeholders, TuSKe command /toggleping: trigger: if {toggleping.%player%}...
  7. UntitledGaming

    Scoreboard placeholders

    i've tried everything but i cant get it to work i was hoping anyone on the forum could help Addons: Skrayfall skquery skript-placeholders TuSke every 5 seconds: loop all players: if loop-player's world is "ul_oldskymines": wipe loop-player's sidebar set...
  8. UntitledGaming

    custom variable shop not working

    i dont understand whats wrong because it doesnt send any errors it just doesnt work pls if you know a solution pls help on inventory click: if name of player's inventory is "&7&lKITPVP EXTRA ITEMS": if clicked slot is 13: cancel event if {balance::%player%}...