Recent content by SuperWader

  • 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. SuperWader

    if a player disconnects his loots falls in a cheat

    on disconnect: set block at player to chest set {_block} to block at player set {_slot} to 0 loop 36 times: set {_item} to slot {_slot} of player's inventory add "%{_item}%" to {items::%player%::*} add 1 to {_slot} loop {items::%player%::*}...
  2. SuperWader

    Solved telekinesis

    This is the wrong section. This is for skript not java.
  3. SuperWader

    Is it possible to execute a command with arguments every 15 seconds in Skript?

    every 15 seconds: execute console command "/example"