Recent content by UntitledGaming

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

    on any move:

    on any movement: kill player wait 3 seconds stop
  3. 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"...
  4. UntitledGaming

    Shooting straight snowballs??

    not sure if this is gonna work i havent tested it but maybe like on rightclick: player is holding iron horse armor named "gun": shoot a snowball from player at speed 100
  5. 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...
  6. UntitledGaming

    Solved autobc toggleping not working

    ok ill try i found a way to make it work just remove the else if {toggleping.%loop-player%} is false: stop
  7. 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...
  8. 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
  9. UntitledGaming

    Scoreboard placeholders

    thank you ill try it out it worked thank you ver much!! :D
  10. 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%}...
  11. UntitledGaming

    Scoreboard works fine for me, friend that joins doesn't have it.

    stupid question but is your friend in the world "Prison" if he/she is try If loop-player's world is "Prison" instead of If loop-player is in world "Prison"
  12. 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...
  13. UntitledGaming

    custom variable shop not working

    ill try thx the shop still doesnt work ;-; there are no errors tho
  14. UntitledGaming

    custom variable shop not working

    ill try the all the above Code every 5 seconds: loop all players: if loop-player's world is "hub": wipe loop-player's sidebar set name of sidebar of loop-player to "&6&lFoxScape" set {sidebarname.%loop-player%} to "&6&lFoxScape" set id...