Recent content by Devrse

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

    Solved trying to make a splash potion go a certain speed

    on rightclick: if event-item is splash potion of healing: shoot splash potion of healing from player at speed 1
  2. D

    how do the loop arg 1 times

    try this command /example [<text>] trigger: if argument 1 is not set: give player’s tool to player if argument 1 is set: loop %arg-1% time: give player’s tool to player
  3. D

    Gamerule - Not Supplied.

    try this on damage: if damage is cause void: kill victim
  4. D

    how do the loop arg 1 times

    try this command /example [<text>] trigger: if argument 1 is not set: give player’s tool to player if argument 1 is set: loop 1 time: give player’s tool to player
  5. D

    Personal tab color only

    try this ommand /example: trigger: if player has permission ”tablist.see”: loop all players: if loop-player has permission ”tablist::*”: add loop-player to %tablist::*% set loop-player’s tablist name to...
  6. D

    Solved Change nametag and tab name

    on join: if player has permission ”staff”: set player’s tablist name to ”&4%player%” else: set player’s tablist name to ”&7%player%” every 1 second: loop all players: if loop-player has permission "staff": set loop-player tablist...
  7. D

    teleport player to location at (63,53,-145) in world "world" not working

    command /example: trigger: if event-world is "world": teleport player to location at 63, 53, -145
  8. D

    skLobbies

    I agree
  9. D

    Solved Advanced skript challenge

    Make the most advanced skript in 1 minute command /advanced: aliases: a trigger: message “you’re advanced”
  10. D

    Solved Why doesn't work why function?

    have you ever used this function every 1 minute: loop all players: wipe loop-player’s sidebar set name of sidebar of player to "" set score " " in sidebar of player to 11 set score "" in sidebar of player to 10...
  11. D

    skLobbies

    If you don’t like the feature /register remove it from the skript
  12. D

    Can't get gui's to work.

    plugins: added skellett skript skquery skellett
  13. D

    teleport player to location at (63,53,-145) in world "world" not working

    command /example: trigger: if event-world is “world”: teleport player to location at 63, 53, -145