Recent content by IlanBirn

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

    Skript Command Not Working

    i see some problems, you need to do: loop player's inventory: if loop-value is contained with 15 diamonds: #my code is probably not right. try searching it or something
  2. I

    Help with Skript open Gui clicking a entity

    glad i could help!
  3. I

    I need a skript

    Here ya go! on join: add 1 to {queue} every 1 second: if {queue} is equal to 2: broadcast "worked" on quit: subtract 1 from {queue}
  4. I

    Help with Skript open Gui clicking a entity

    I see many problems here, Let me try fixing it, and explaining how it works... I suggest you not use the Skript-GUI addon or tuske, but use the good ol' vannila one. here's my skript: on right click on armor stand: if entity's name is "gunshop": set metadata "gunshop" of player to...