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

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

  1. S

    Solved Tablist Sort

    Skript: on join: wait 2 seconds if {Ranks::%player's uuid%} isn't set: set {Ranks::%player's uuid%} to "Member" loop all players: if {Ranks::%loop-player's uuid%} is "Owner": set loop-player's tablist name to " &a&l%{Ranks::%loop-player's uuid%}%...
  2. S

    Solved SOLVED PREFIX SKRIPT

    I tried without using the replace thing and it didn't work and therefore if you'd not add the replace thing and all of that it wouldn't work
  3. S

    Solved SOLVED PREFIX SKRIPT

    Don't worry I solved it now :D Here's the skript if you guys also wanna use it: command /prefix <text>: trigger: set {Prefix::%player's uuid%} to colored arg-1 on chat: set {_message} to message set {_player} to player set {_color} to {Color::%player's uuid%} set...
  4. S

    Skrip Prefix

    command /prefix <text> <text>: trigger: set {Prefix::%player's uuid%} to arg-1 set {Color::%player's uuid%} to arg-2 on chat: set {_message} to message set {_player} to player cancel event set {_test} to "&%{Color::%player's uuid%}%" broadcast...
  5. S

    Loop Shot FireBall

    Hello I am very new to using the famous Minecraft plugin Skript. But I've tried making a skript that shoots a fireball from the player, and then I tried making it loop all blocks in the radius 5 of the fireball and if a block in the radius 5 isn't air it should stop the loop and send " Block is...