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

    Script PunishmentGui + | Unlimited Punish , Config 1.0

  5. 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...
  6. 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...
  7. Riknesh

    Solved Tuske GUI Error

    I faced this error few months ago. But one of the Moderators [ @Pikachu ] gave me a link to download a new Tuske jar.But the link isnt working now.I dont have the Tuske.jar since im using another laptop. So is there any other way to fix this error? The GUI works when I click it while im opped...
  8. Runakai

    Solved Add/Remove Player's Skull in GUI

    Hey, it's me again... I didn't know how to describe my problem in the title, so it may be misleading. command /report [<player>] [<text>]: trigger: if arg 1 is not set: message "&8[&cReport&8] &7Bitte gebe einen Namen ein" stop if arg 2 is not set...
  9. Tinkot

    Found some nice solid skinheads for whoever needs them

    Are you looking for solid colored heads for your gui? I found a few players that have a solid colored skin and didn't play for a long time. Its not likely that they change their skin. Pls let me know if you know a better method of doing this. I am interested in that! code: command /colors...
  10. U

    [Hypixel] Bow Messages

    This is a simple Skript that can be used in a variety of game modes to show a player's health when they are shot. An example of how you could use this Skript includes: ■ In game modes such as Skywars or Survival games. ■ Factions ■ And many other mini-games or game modes! This Skript...
  11. L

    Resquest gui with warps help

    Category: gui Suggested name: Lugares What I want: Hi!, i find create a warp gui but that is auto fill with warps createds (no essentials plugin with the skript) example: /setlugares test1 send message of the warp created and when put /lugares create a gui with the created warp Ideas for...
  12. D

    Weather and time only 4 one player

    I want do do a simple settings GUI where users (in SkyPvP) can set only there Own Weather and time. on npc right click: if citizen is named "&8● &cEinstellungen &8●": make player execute command "/§893424" stop command /§893424: trigger: wait 1 tick...
  13. L

    Solved Help with skull in gui

    Hi, i have the problem of the skull in gui is rotate for direction of player i need that the skull rotate to opposite direction of player command /info [<player>]: trigger: if arg 1 is not set: open chest with 1 rows named "&aTienda" to player wait 1 tick...
  14. SoMuchWessel

    Virtual chest

    Hey guys, I got an idea, but i dont know how to work this out. I want that you can do a command, like /storage, and that it shows a gui as big as a normal chest. Then you can only put in like diamonds and gold, nothing else. If you close the gui, then it will stay stored, so if you do /storage...
  15. L

    Issue Getting Commands To Execute Using GUI Items

    So, this is an issue I've come across multiple times working on different commands and projects, and each time I would just shelve this part for later thinking it was just some syntax or wording errors I had in the codes, but at this point I've tried every different phrasing and syntax and...
  16. R

    Gui help

    Hey guys, im quiet new to skript and i have a bug which me and a friend of mine neither can't solve. If i open the gui and want to click on one of the slots to execute another command it wont execute.
  17. S

    Closing a Menu and running a command

    So I have recently started coding skript, and i just made a gui where I can choose kits, and I wanted to make many different pages for it, so I coded this. on right click: if held item is iron sword named "&eKit Selector &7(Right Click)": open chest with 3 rows named "&eKit...
  18. L

    Solved Creating GUI That Shows Heads Of Online Players

    I'm trying to create a moderator tool that allows me to view a GUI that shows me the heads of all online players, and then if I were to click on a head it would teleport me to that player. I haven't bothered trying to code the click/teleport function, because I am so far unable to get showing...
  19. Riknesh

    Solved Issue with GUI

    Im using TusKe to make a gui.I set one of the GUI slots to run a player command to run on click.But when I click on the item,it spams my console with errors.The GUI only works if im Op-ed and spams errors if not Op-ed.How can I fix this?? [11:24:53] [Server thread/ERROR]: Could not pass event...
  20. D

    Solved Add durability to tools in menus

    Minecraft Version:1.8 --- Full Code: command /mmenu: trigger: open chest with 5 rows named "Main menu" to player # Assault class # format slot 0 of player with paper named "Assault" to close if {bc.rifle.%player%} is 0: format slot 9 of...