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

    Solved adding player into list variable doesnt works

    Hello, i have problem with adding player into list variable, then i need this variable call in stop command for my minigame. Does anyone know how to fix it please? if arg-1 is "join": if arg-2 is set: if {arena.%arg 2%} exist: if...
  2. A

    Murder skript - Role select

    Hello, i'm working on murder mystery skript, i have everything done, but i have 1 problem.. I don't know, how to code role selecting (Murder, Detective, Innocent). I tried some, but it doesn't works. Screen from game: It gives all roles at arena start. Thank's for any answer/help. ;) Start...
  3. A

    Arena regeneration

    Hello guys, i coding EggWars minigame, but i have a little problem, i don't know how to code arena regeneration. Is there anyone who can help me? Thank's for the answers. ;)
  4. A

    Solved Refreshing lore of item on event On break:

    Hello, is there anyone who can me help with Lore refreshing of item on event on break: ? My problem is: I want to refresh lore every, if player break a block, bcs i have integer variables in that lore. On skript reload is anything OK, but it doesn't work. Server version: 1.18.1 Addons: Using...
  5. A

    How to check player's biome

    Hi i want a little help. Is there a way to check player's location biome ? i want it for temperature system. thx for any answer. :emoji_wink:
  6. A

    Island protect

    Hello there, I need a little help with my one block skript. I need island protect code. Idk how to code it. There is a create command to implement variables for island protect. if arg-1 is "create": if {ob.%player%} is false: if {obhome.%player%} is not...
  7. A

    Solved Skript minigame need code for arena start

    Hi SkUnity Users, I need help with arena start code. I'm currently coding a dragons minigame, everything works, but i don't know how to write command for arena start with full arena slots or automatically start. Server version: 1.16.1 if arg-1 is "join": if arg-2 is set...