Recent content by PlaySkyHd

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

    Skript: Can't understand this condition/effect

    set slot 10 of player's current inventory to leather named "&8&lArmor" Use this Nic
  2. P

    Solved Afk kick prevention

    every 4 minutes: loop all players: if {AFK.%loop-player%} is set: make console execute "warp %player% afkpool" if {AFK.%loop-player%} is not set: set {AFK.%loop-player%} to loop-player's location on any move: delete {AFK.%player%} on chat...
  3. P

    Skript Round Number

    You can use set {_number} to 3/4 rounded to 3 decimal places
  4. P

    Solved Timer

    You can use: every 12 hours
  5. P

    Solved Infinity Loop?

    You can make: while player is online: broadcast "Hey"