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

    Script LAST LIFE skript! - Update 1.2.1 - Minor Bugfixes

    Bug fixes: Fixed /life reset resetting the wrong player's lifes. Fixed /life reset sending back the wrong message.
  2. B

    Script LAST LIFE skript! - Update v1.2

    New Update! Update 1.2 After a while, a new update is finally here! What's new? - /life add - used for adding lives to players - /life subtract - used for subtracting lives from players - reworked the plugin info screen - cleaned up the code a bit Bug Fixes: Fixed the bug where you could set...
  3. B

    Help with looping players to assign them to arenas

    Okay thx for the help I will try to brainstorm a solution!
  4. 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...
  5. B

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

    Tsym it works! Hope you have a great day, and thanks for your help again! :D
  6. 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...
  7. B

    Script LAST LIFE skript!

    BlackVen4m updated LAST LIFE skript! with a new update entry: Update 1.1 - New features and some bug fixes Read the rest of this update entry... If you encountered any errors, just reply to this comment!
  8. B

    Script LAST LIFE skript! - Update 1.1 - New features and some bug fixes

    New Things: Added /lifeonjoin command, which allows you to disable the random generation of lives, and set a number which all new players lives would be set. Added a countdown with sounds, before choosing the number of lives you will get Bug fixes: Fixed a bug in the code, which would set...
  9. 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...
  10. B

    Script LAST LIFE skript! 1.2.1

    Welcome! This skript is a last life skript, like the new series by Grian, and other content creators. It's tested, so it should work, if you see any errors, just msg me. SkQuery is required Concept: When a player joins the system choses the lives of the a player (a number between 3 and 6, but...
  11. 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...