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

    How to Change original status for another player?

    Original status is For example, maximum Mana value, etc... The default Health is command /sethealth <player> [<number>]: trigger: {@use-permission} is true: player do not have permission "{@permission}": send "{@prefix}: &4{@permission-message}"...
  2. N

    a mana system with a subtitle

    every 2 ticks: loop all players: send action bar "&b%{mana.%loop-player%}%&b/%{maxmana.%loop-player%}% Mana" to loop-player every 20 ticks: loop all players: if {mana.%loop-player%} is greater than {maxmana.%loop-player%}: set {mana.%loop-player%} to...