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. 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.
  2. 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...
  3. 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...
  4. 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...
  5. Riknesh

    Skript GUI

    Are there any addons that will be able to create custom gui other than SkQuery and TusKe?
  6. 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...
  7. 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
  8. 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...
  9. 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...
  10. Skaya

    Solved Shift click in GUI

    Hi, How can i detect shift click in a GUI? Thx, Skaya :emoji_slight_smile:
  11. 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...
  12. XSKRIPTX

    Solved endet

    endet
  13. 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...
  14. 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...
  15. Dabriel

    Solved Inventory list (Detect, Add to list, if the item is, give back)

    Alright, so I'm trying to create this really cool feature on my server. It's not happening tho. I'm a beginner in Skript so I need help. Why not create this Skript together? So what I have in mind, is making some kind of blacksmith. So it's a GUI, obv. The first row until slot 7, should be...
  16. Aidanete

    Solved I had a problem with TuSKe GUIs and Permissions

    A day ago, I tried to use LuckPerms for my server, and was very cool and worked fine, anyway, I had a problem that when you execute a command from a TuSKe GUI when deopped, also when you have the permission to execute that command, it will not work, also I tried to use the command in chat and...
  17. P

    Gui Skript 1.8.9

    Can somebody send me the right plugins and the right version for a gui in 1.8.9 because i cant use to run [make player execute command "testshop testlol"] but I can do this to run "testshop testlol" But the problem is that i need the player to run the command
  18. S

    Script PunishmentGui + | Unlimited Punish , Config 1.0

  19. P

    My gui won't work

    So im making this gui for my prison server (The server is on 1.8.9). and my skript wont work. This is my code that works: Command /vs: trigger: open chest with 5 rows named "&2&lVagt Shop" to player wait 1 tick set slot 4 of player's current inventory to gold helmet...
  20. Blobbyguy

    Solved TuSke GUI manager issues.

    Hey, so I loaded my GUI's up today (TuSke) and all of a sudden I'm getting errors all over the place and I'm not too sure what's happened. There were no errors previously and everything WAS working fine. Code: ``` make gui slot 13 with {_nextItem} named "%{_nextName}%" with lore...