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

    problems with gui and variable

    So, I was making a skript and my goal was when a player right clicks on a gold block, an (existing) gui would open, in this case, on right click on gold block: if block below event-block is red wool: open {_gui} to player but then I looked for help and a friend told me, "if the...
  2. N

    Hello, I'm having problems with permissions on skript

    So, it seems very simple, but this is really complicating me, Where should I fit the command "player has permission" command /test: trigger: set {_gui} to a new chest inventory with 3 row with name "teste" if player's level is above 3: set slot 0 of {_gui} to...
  3. N

    Hello, can anyone help me?

    I'm new to this skript plugin, and I have a question, How do I create my own gui for each player? like a backpack. I have an idea of how to make a basic gui, but not for each player, as if it were an ender chest.