skript-gui

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

    Solved return something in function when clicked on inventory with skript-gui

    i have a function that creates a gui and when a player clicks on a item it returns something. when i want to reload my skript it says "The return statement cannot be used here"
  2. Z

    Solved Can't understand this section: (skript-gui)

    I am having an issue where if I try run a command on click of a gui slot, it throws this error (attached below) Skript Addons: skript-gui, skRayFall, SkBee, Skellet Code: command /gui: trigger: create a gui with virtual chest named "&c&lCOMPACTOR" with 1 rows: make gui...
  3. Z

    Solved Switched from SkQuery GUI's to skript-gui's, but it's throwing errors I don't understand.

    I switched from SkQuery's GUI creation system to skript-gui's, but since I tried to change the formatting to support skript-gui, it is throwing errors I haven't ever seen (attached below) My skript might be completely broken, but i'm not sure as this is my first time using skript-gui Skript...
  4. Skript AnvilGUI is not compatible with 1.20.4.

    Skript AnvilGUI is not compatible with 1.20.4. Is there a solution? In version 1.20.4, the add-on loaded normally, but was not usable. Could not pass event PlayerCommandPreprocessEvent to Skript v2.6.4 java.lang.NoClassDefFoundError: Could not initialize class net.wesjd.anvilgui.AnvilGUI...
  5. A

    "There is no loop that matches 'loop-value'

    I recently made a skript with skript-gui there im looping all values in a list with player names but it just gives me errors that theres no loops that matches 'loop-value'. How could i fix this?
  6. I

    Drag item in a gui

    I want to make a Custon Enchant skript using skript-gui and i wnat to be able to drag a tool to a slot and change the gui depand of the item
  7. Jayden13O

    Solved skript-gui glowing stack

    I have been using skript-gui as it's a good gui addon and am trying to make a glowing stack of items inside a gui. Something like this: make gui 18 with 2 of glowing dirt named "&a&lCompressed Dirt" I tried this but it didn't work. Can anyone help me figure out how to do this? Edit: found out...
  8. S

    Can you fill slots of a skript-GUI gui with functions?

    I used to have a skript for a shop with TusKe but it has been broken in the new update, I have been recommended skript-GUI and wanted to know whether I could do the same thing with skript-GUI My skript (A snippet): if arg 1 is "6": open virtual chest inventory with 6 rows...
  9. S

    gui lock status breaking.

    Anyone knows if "/skript reload scripts" break the "set the gui-lock-status to true" ? I'm testing guis from skript-gui, and I don't know if gui lock status break in a random circunstance or when I reload the scripts. Thanks.