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

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

  1. G

    Problem with loops

    Why do I get the error "There are multiple loops that match value etc..." I tried putting loop-value-1 but it doesn't seem to work. every second: loop all offline players: set {_pdurs::*} to objects in column "duration" from result of query "SELECT * FROM punishmentduration WHERE...
  2. G

    Chests don't fill up

    command /chester: permission: OP trigger: loop blocks within {skywars::pos::1} to {skywars::pos::2}: if loop-block is trapped chest: add 1 to {_n} set loop-block to {sw.trapped_chest.arena::%{_n}%} add apple to inventory of...