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

    Help with looping players to assign them to arenas

    So I don't know if this is possible in skript: So what I want is if I do /eventstart it will loop all the players, and assign all of them to fight against eachother in different arenas. For example we have 4 players, and it's going to assing Player 1 to fight Player 2 in arena 1, and assign...
  2. B

    Solved Looping all fox named "Forest Fox" and displaying how many there are

    Hello! I don't know if it's possible, what I want is a command where the command I wrote will send a mesage showing how many foxes there are with the name "&cForest Fox" in the 200 block radius of player. command /enfox <text>: trigger: if player is op: if arg 1 is...
  3. B

    Script LAST LIFE skript!

    BlackVen4m submitted a new resource: LAST LIFE skript! - Working last life plugin, like the new last life seires Read more about this resource...
  4. B

    Indentation Error: Expected 5 tab, but found 20 spaces. HELP!

    command /tempban [<Offlineplayer>] [<Text>] [<Text>]: trigger: if player has permission "{tempban.blockmcadmin}": if arg 1 is set: if arg 2 is set: set {banned.%arg 1%} to true set {ban.time.%arg 1%} to now...