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 community!

    Now, what are you waiting for? Join the community now!

  1. Hakuyamu

    SkQuery GUI formating problem

    Hello! This is my code i am using for creating a GUI: command /hystery: trigger: open chest with 5 rows named "&b[&fHystery GUI&b]" to player wait 2 ticks format slot 0 of player with {gui.slot0} named "" to run [execute player command "/givehead 1"] format...
  2. A

    Solved Problem with GUI lores.

    Hello everybody I am doing my own skript for Lottery game but when I do it with the GUI I came across a problem.. My skript has load for 3k ms for some reason.. only when I have gui with lore . When I remove the lore everything become normal and I have no idea why is like that here is the code ...
  3. N

    Solved can't make player execute command ""

    hello, I made a gui script, to open the chast it can, but inside it is nothing, how can the way to fill the chast and the block in the chast can be clicked to make the player execute the command ??? server Version : 1.14 skript version : Skript2.4-alpha3 Sorry for bed engglis :) Here is the...
  4. M

    gui click event won't work

    format gui slot 0 of player with black glass named "&c&lEpic test item" to run console command "buyitem black glass %player% black glass" using left mouse button when i open the gui it won't execute any command and i can just take it out i use TuSke for GUIs
  5. C

    Solved GUI ban skript not running commands

    i've been making a gui ban skript or my server for a few hours and i can't get it to run commands anymore it worked fine before but it just stopped working for some reason i am using skript 1.14 thanks for any help here is the skript command /punish <offline player>: permission: sc.punish...
  6. Nightmarinya

    Crate Inventory / GUI Issues

    +===================================================+ | Skript Version: bensku-2.3.6 | Skript Addons: Skellett, SKDragon, SKRayFall, SKQuery, TuSKe | Server Version: 1.13.2 +===================================================+ Hi there! Recently I've been getting back into scripting and wanted...
  7. S

    Skript GUI

    Hey is it possible to open a command block gui or a gui with 5 slots? please help me.. my server is 1.8 and i use TuSKe and SKQuery.
  8. Runakai

    Skript Vanilla GUIs

    You are looking for a good way of making GUIs in Skript? Without having to update an Addon or possibly risk that it's going to get unmaintained? Well, you cant stop searching now! Because vanilla GUIs are integrated into Skript. That's how the name origins from. It's a vanilla feature from...
  9. couger44

    Solved Skript does not recognize the code "format slot..."

    command /worldcoins [<text>]: trigger: arg 1 is not set: open chest with 4 rows named "&e&lWorldCoins" for player wait 1 tick format slot 10 of player with 42 named "&eCompra el rango &a[VIP]&e!" with lore "&eSi tienes &a500&e WorldCoins puedes...
  10. C

    Solved My custom GUI and op message not working

    For some reason, my friend and my server does not tell us when we op someone we just have to assume it worked or check through the deop and tabbing. So I decided that I should try and fix this with a GUI and some messages. Here is the skript I have written but it does not seem to work. (The part...
  11. Riknesh

    Skript GUI

    Are there any addons that will be able to create custom gui other than SkQuery and TusKe?
  12. Runakai

    Solved Multible Page

    So. I had found a skript where you were able to loop something in a gui with multible pages. I think it was from ShaneBee. Well, since I am upgrading my Server to 1.13.2 it is not working anymore. It just works for ONE more page. Like 36 Heads on the one page, then 36 on the other but it is just...
  13. S

    Solved Skript GUI - Drops contents

    Hi there I am in trouble with this Skript: https://pastebin.com/TfutphNt If a player spam the command, it drops the glass pane :( Is there something in the skript that is written wrong? Please tell me. Best regards Simon
  14. S

    Script GUISHOP | All Items, Short Code, Sign Support 1.0.1

    Features - Guı Shop - Customize Category - Add new item's data code to yml is Add New Item To Shop :emoji_slight_smile: - Open Gui With Gui - Amounts Support 1 - 4 - 8 - 16 - 32 - 64 - 128 - 256 - Sound Support Coming Soon - Your Think ( Share Idea With Me in Google Forms) Images Sıgn Shop...
  15. C

    Gui Doesn't work

    Hello Guys, i have created a skript and when i reload it says that it doesn't understand this: Can't understand this condition/effect: format slot 5 of player with 160:14 named "&r" to be unstealable (fix.sk, line 10: format slot 5 of player with 160:14 named "&r" to be unstealable') and open...
  16. Skaya

    Solved Shift click in GUI

    Hi, How can i detect shift click in a GUI? Thx, Skaya :emoji_slight_smile:
  17. S

    Skript GUI help

    I'm attempting to use skript to create a multiverse gui world manager. I want to create a gui and when an object in the gui is clicked to have a new gui open. My laptop died so this is from my phone, I know a bit of syntax isn't right so please forgive me. My code so far has been...
  18. XSKRIPTX

    Solved endet

    endet
  19. J

    I keep getting the same error with TuSKe

    I'm trying to make a simple ban GUI using the Skript addon TuSKe. I've tried finding the solution to my problem but everything I find gives me the same error. It opens the menu for me but the item doesn't show up. command /sban [<text>]: permission: staff.sban permission message: &c&lYou...
  20. C

    on rightclick on sign

    So I am making so when you click on a sign it opens a gui for you. This is my current code: on right click on sign: 1st line of clicked block is "&0[&5TreinTickets&0]" open chest with 3 rows named "{@menu-naam}" to player wait 1 tick set {_slot} to 0 loop 28 times...