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

    Solved Add percentage of variable to variable

    Hello guys, I want to make a skript so you can add percent of a variable to a variable. I think my code explains what I mean: command /test: trigger: send "CN: 50 +10%%" set {_test} to 50 add 10% of {_test} to {_test} send "NN: %{_test}%" Thanks already :D...
  2. Ronnoc2w

    Unbreakable Tools 1.8

    Hello guys, I am making a BuildFFA Skript and I want to make the tools unbreakable. I have found a thread with umbaska but that does not work for me. Also I found a posibillity to do it with Skript dev-12b or something but that also does not work for me because version and stuff. So where I have...
  3. Ronnoc2w

    Solved Add variables to variables

    Hello guys I wanted to make a token system but I cannot add a custom number to a variable :/ Here is my code: (Problem in line 9) command /eco [<text>] [<text>] [<text>]: trigger: if player has permission "tokenapi.eco" or "tokenapi.*": if arg-1 is set...