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

    Solved List of skript placeholders to use?

    Hello, So I am making a hub skript with a scoreboard. I want people to be able to edit this easily by using placeholders. I know there are a few possible in skript like %player% and to get the world of a player and stuff. But is there somewhere a list with all placeholders built in to Skript...
  2. T

    Solved Loop players in world *argument*

    loop all players in "%arg 1%": loop {@Lines} times: broadcast "" broadcast "{@Prefix} {@Chat cleared message}" I have a command with an argument so I can clear the chat in a specific world. However, when I reload the skript it says "%arg 1% is...
  3. T

    Solved Help with chat

    Hey skripters, I wanna know how I add something to the thing when a player chats. So like I dont wanna cancel the chat event and customize the message but I wanna get the message that you would get always but add something in front of this. I wanna do this because I am using a plugin that adds...
  4. T

    Solved help with world thing please

    hey i want to make a thing that when the skywars skript gets unloaded the player's sidebar will be wiped IF THEY ARE IN THE WORLD OF THE SKYWARS LOBBY. i have this skript but i dont know why it doesnt work. command /setskywarslobby: trigger: set {skywars.lobby} to location of...
  5. T

    Help with making a randomtp thing

    Hey people im back i am making a skript that lets you do /randomtp and it will teleport you to a random player but i want it that it can not teleport you to yourself second of all i want it to be like if you are the only player online it will tell you that there is nobody to teleport to. so...
  6. T

    Solved Help with skript on move event spam

    Hey dear skripters, I am making a skript in which you can freeze people. I want to send a message to frozen players when they are trying to move. But i dont want it to get spammed in their chat so i want to have a delay of 1 second between the messages. How do i do this? Here is my code: on...
  7. T

    Help skript statements with command thing pls

    Hey can anyone tell me how to do this? command /trap <player>: trigger: set {_player} to arg 1 set {trapped._player} to false i want a command to untrap but when they are trapped they can not break blocks but when untrapped they can break blocks again.
  8. T

    Solved Help with skript arguments reference

    Hey people, I am writing a skript for my server, to make a system with which you can trap players in a cage. However, it doesnt work. Can someone please help me? (The problem is that it doesnt recognice the player reference / the location of the player but i dont know what to use i tried...