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

    Solved Help with list variables.

    I managed to get it to work. Here is that code. I don't really know why this one works and the other doesn't. every second: loop {commandcooldown::*}: if {commandcooldown::%loop-index%} is greater than 0: subtract 1 from {commandcooldown::%loop-index%} command /time: trigger...
  2. H

    Solved Help with list variables.

    I'm trying to make it so you can see the time you must wait to use a command again. I understand that you can use "cooldownmessage:" and %remaining time% for that, but it shows 2 decimal places. I want it to only show whole seconds. Here is the code that I tried. I cannot figure out why it does...