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. 5jgk

    Random integer

    this script does not work in the afk area and its not every 5-10 minutes? can you help?
  2. 5jgk

    Random integer

    its alr
  3. 5jgk

    Random integer

    nvm fixed it
  4. 5jgk

    Random integer

    So im getting this error
  5. 5jgk

    Random integer

    So im tryna make a random integer thingy like this This is my code every 1 tick: set {_1} to 5 set {_2} to 10 set {_random} to random integer between {_1} and {_2} every {random} minutes: loop all players: if "%region at loop-player%" contains "afk": so idk how to do...
  6. 5jgk

    "name" is not a location?

    So in my skript it is like buggin or smth cos it my skript is on break of stone: if player's inventory contains 1 cobblestone of mending called "&7Ston&8e Autocom&0pressors": if player's inventory contains 32 cobblestone: remove 32 cobblestone from player's inventory give player...
  7. 5jgk

    Skript Indentation error

    So im trying to write an inventory full script but it works when i have no sound play when your inventory is full. But it doesnt when i play a sound when your inventory is full. My code is " on break: if player's inventory can't hold 1 diamond sword: send title "&c&lInventory full" with...