percentage

  • 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 community!

    Now, what are you waiting for? Join the community now!

  1. B

    Magic find

    Ok so im trying to make a magic find system which doubles your chances for every 100 magic find you have. here is the code: options: coal_precentage: 5 iron_precentage: 2.5 gold_precentage: 1 diamond_precentage: 0.5 emerald_precentage: 0.1 netherite_precentage: 0.01...
  2. 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...