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. 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...
  2. 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)
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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
  8. P

    Gui help

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

    Solved Vanilla GUI If player has item

    Im trying to make it so when a player clicks on the gui item, it "upgrades" the current item. Im using vanilla GUIS. Nothing happens when the item is clicked. on inventory click: if event-slot is wooden pickaxe named "&8Wooden &7Pickaxe &8[&e2&8]": if player has 128 coal: give...
  10. JAYJAYTEE

    Solved Take quantitys away from a GUI slot

    Skript Version: 2.5-alpha3 Skript Author: Bensku Minecraft Version: 1.12.2 How could I remove an amount from a slot with 6 diamonds (for example) from a GUI. Here's a helpful list of plugins I am running. - Sk-NBeet - Vault - ViaVersion, ViaBackwards and ViaRewind - SkQuery -...
  11. Riknesh

    TusKe GUI

    Hey, Im trying to make a gui using TusKe. But players are able to take the items from the gui out of the inventory. Is there any way to fix it? Using TusKe 1.8.2-Pikachu-Patch-3 and Skript 2.5-alpha3 on Paper version git-Paper-126 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)...
  12. J

    Solved Kitpvp gui help

    Hello! I'm a returning skript veteran, and I need a little help getting my head around function guis. Could someone give me an example or extract of a kitpvp gui, with functions. E.g format slot 10 of player with stone sword to run function (warrior, p:player) function(warrior): give 1 of...
  13. H

    Auction House Skript

    I'm in need of a skripted auction house where everything is done in a gui. The gui would have pages, containing items, the cost of the item and the seller. Item would stay in the auction house for 24 hours. By default players can only put 1 item in the auction house at a time. But the maximum...
  14. F

    Multi GUI not workig

    Hello everyone, i hope you are all safe. I'm having a problem with Skript. I'm trying to make a kind of shop GUI system to buy enchanted books. I'm trying to open another GUI if you click an item on the first GUI. But it just closes the first gui and doesn't do anything. Code ...
  15. T

    Solved Gui Help

    So i'm basically trying to make something to upgrade your pickaxe with efficiency. command /upgrade: trigger: open virtual hopper named "&aUpgrades" to player if {wooden_efficiency::%player's uuid%} = 0: create a gui slot 0 of player with wooden pickaxe named...
  16. C

    Solved Help needed with gui for rank system

    Hi i have a problem with my code when i try this code: options: p: &f[&aNew&2Name&f] command rank [<offline player>] [<text>] [<text>]: permission: lobby.staff permission message: &cYou do not have those permissions. trigger: if arg-1 is set: if arg-2 is...
  17. perryoo11

    Solved gui becomes stealable if you spam the gui

    Hey, here is the code: issue: i use player heads where poeple can right click on to open a gui (https://i.imgur.com/YJUfQ0R.png) that opens for example shop (https://i.imgur.com/z7RiL5E.png), select boss and rewards. but if i open and close it ~5 times in a row the gui becomes stealable...
  18. 0

    Refresh GUI while player is in GUI

    Hello, i want to refresh my GUI while player is in the GUI. set slot 15 of player's current inventory to 1 bottle o' enchanting named "&aAktive Sellbuffs" with lore "&8||&eGlobaler Sellbuff||&8➥ &a+%{Sellbuff}% &8(&apermanent&8) ||||&ePrestige Sellbuff||&8➥ &a+X &8(&apermanent&8)" There is a...
  19. H

    `If clicked slot` detecting multiple slots

    Hey so I've been working on this crafting skript and I've encountered a bug. The following code : if clicked slot is 18: Seems to detect both slot 18 in the current gui and slot 18 in the player's inventory. I just need it to detect ONLY the GUI slot 18 I've tried using the following: - if...
  20. P

    Solved Can anyone please find the Error?

    Here is the script: https://pastebin.com/SsFp1jPk Server Version: 1.8.8 Plugins: MundoSk, WildSkript, skDragon, skUtilities, SkExtras, SkQuery, TuSKe, ProtocolLib, Skellet, skRayFall Best greetings Philippe