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

    Making Numbers To Letters

    I have a mob skript that has a billion hp and how can i make it say 1 b instend of 1000000000 the code: command /devp: trigger: open chest inventory with 3 rows named "&cDev Panel" to player wait 1 tick set slot 0 of player's current inventory to stone named "&aZombie" on...
  2. TimeStellar

    Every tick doesn't work with variable

    I am making a action bar for health and when i tried to show the variable it says that there is no player in a particular event Here is the code every 1 tick: send action bar "&c%{myhp.%player%}%&7/&c%{mymaxhp.%player%}%" to players