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

    Solved CommandLog not working

    function checkFile(name: player) :: boolean: if file "../../../plugins/CommandLog/data/%{_name}%.log" dosen't exist: return false else: return true function createFile(name: player): if (checkFile({_name}) is false): create file...
  2. M

    Solved Loop

    How to loop horizontal blocks
  3. M

    Permission "c.warp" is not an item type

    every 1 ticks: if player has permission "a.Good": set {aGood.%uuid of player%} to &aGood else: set {aGood.%uuid of player%} to &cNot Good if player has permission "j.Good": set {jGood.%uuid of player%} to &aGood else: set...