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

    Shiny not working : "format slot 1 of player with shiny paper"

    This is my skript: # SKRIPT LAVET AF WALLHACK27 # DISCORD: WALLHACK27::1111 command /kits: trigger: wait 3 ticks open chest with 3 rows named "&6&lKITS" to player format slot 13 of player with glowing glass named "&eTag dit kit." with lore "&7- Klik her for at tage...
  2. S

    Switch item in gui?

    This code works on one item, but when you need to press another item, it just makes it unstealable. Please, help me if there is a fix for this. Thanks in advance. on rightclick on painting: if {Tasks.%player%::*} contains "Shields - Prime Shields": if "%region at player%" contains...
  3. fasteR

    Solved Need help for my GUI

    Hi there, I am new at Skript and skQuery. I want to learn it and trying to write some skripts. I need your help at that skript: command /ada <player>: description: Ada ile ilgili komutları gösterir. trigger: if arg-1 is set: wait 0.2 seconds open chest...
  4. M

    My shop skript's buyable stuff (stone, logs, etc) not showing

    Skript Version: Skript 2.51 (dev20c) Skript Author: Bensku Minecraft Version: 1.16.3 --- Full Code: Code (Skript): command /gh: trigger: set {money::%uuid of player%} to 1000 command /gy: trigger: set {money::%uuid of player%} to 0 command /shop: trigger: open virtual...
  5. BadName

    Is there any way to make arguments work work with vanilla GUI?

    Hi, im trying to make a /report plugin/script with a GUI. I was wondering if the is any way to make arguments(%arg-#%) work with Vanilla GUIs.
  6. D

    Formatting Inventory Slots

    Hey guys. I'm new to skunity, and skript in general. im using SkQuery v4.1.4 and Skript 2.5, and was wondering how to detect an item in the inventory, like for example format slot 12 of player with slot 56 of player, or something like that. I'm making it so that a gui will copy the...
  7. G

    Set slot item bugged

    Hello everyone! so i make a skript when a player click on anvil crafting gui showed, but when i close the gui the item in 3rd slot of my toolbar cant be move it only happend with stone blocks please help! on inventory click: if inventory name of current inventory of player is...
  8. 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.
  9. Arownic

    Solved Are Chest Menus Broken?

    Server Version: git-Paper-129 1.16.1 Skirpt Version 2.5-alpha6-MH Server Host: Minehut Yesterday, I was starting to work on a teleport menu for the nether, I stopped working on it for the night because it was getting late. I reloaded the skirpt (skript below). And then I got this error...
  10. S

    Solved Multiple Item Gui

    Hey there! I've just started using Skript and I can't seem to find a way to make a GUI with multiple items in it. I've managed to make one item, but wouldn't know how to add more. Skript Version: 2.5-alpha6-MH Installed Skript Addons: TuSKe v1.8.2 Server Host: Minehut All suggestions...
  11. Qurao

    inventory GUI

    I have a code, but it doesn't work and gives an error: [15:36:04 ERROR]: [Skript] In 1.13+ you cannot get the title name of an inventory outside of an InventoryClickEvent, Only if this inventory has an InventoryHolder may it be used in this state. Code: on rightclick on player: if...
  12. devsucs

    Solved Gui in Gui Not working :(

    hello i am trying to make a gui open another gui but for some reason it just closes the first gui i have made an example with 2 options of command execution i tryed and did not work for me i did allsoo check if everything was okey with the alinement and that did just be fine no problems with...
  13. U

    loop items from GUI and add only items to list variable, not air

    i've been trying to find a solution for a few hours now, and i can't find anything. this is the part that generates the list variable from the GUI inventory loop 54 times: set {_loop} to loop-value - 1 set {bingo.%{_loop}%} to slot {_loop} of player's current inventory...
  14. C

    Shop GUI

    I want a shop gui where people are able to buy and sell items: items to sell: coal ($20) iron ($100) items to buy: Coal Block named "&0&l&oCoal Generator" (buy for $500) Iron Block named "&f&l&oIron Generator" (buy for $2000)
  15. L

    My %arg 1% comes back as <none>

    So.. I'm trying to create a Report GUI to be unique, and not generic like everyone else. You know, to make this mf pop! Here is my code : https://pastebin.com/SUn3G0En Here is the message that is comes out as : https://gyazo.com/40a9b99204b36cce5549af4ce6cd1625 There is no error in console, or...
  16. WrexBG

    Vanilla GUI Border+ Functions

    These are functions you may find useful when working with GUI's. It's just an easy way to add border, border with preset pattern, and fill or clear the inventory. Some things to know beforehand: - These are functions - Required addons: none - Tested on Minecraft 1.15.2 and Skript 2.4.1 - There...
  17. WhiteWolf

    Dyed Armor in Chest GUIs (TuSKe)

    I'm working on BedWars shops and one of the things I need to do is make colored chestplates for each team's player. I've looked up multiple solutions on here like format gui slot 12 to leather (chestplate|tunic) dyed green and format gui slot 12 to leather (chestplate|tunic) colored green and...
  18. J

    Drag and Drop Sell GUI

    Hello, I'm trying to make a GUI when /sell is done. You are supposed to drag and drop the listed items then they will be sold and give the player the set money. Here's what I got so far, I get no errors, the GUI opens correctly but when I drop the items and close the GUI, nothing happens...
  19. Rexu

    Gui dosen't work?

    GUI dosen't work in any skripts. Is GUI supported in 1.8.8? And can I fix it? skript ver: 2.2-dev36 TuSKe ver: 1.8.2 server spiggot: 1.8.8
  20. P

    Gui help

    I want to place a Enchanted diamond sword in the gui, but it says it is a error.