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

    Solved Command not recognized by SK?

    command /buyshop [<text>]: trigger: if arg 1 is "irongen": if {balance::%player%} is more than or equal to 100: add 1 iron block named "&fIron &7Generator" to player subtract 100 from {balance::%player%} else if...
  2. O

    Can't run multiple lines of code with format slot?

    Is there a way to put multiple lines of code in [] when you do format slot (number) of player with (item) to close then run [here]? and I dont want it to make the player run or make the console run a command because I want to use event-block in it like this: on rightclick on gold block...