tuske 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. _FlashMC_

    Solved TuSKe GUI not working

    Hello, i want to make some kind of mmorpg classes, but TuSKe gui doesn't work. Can somebody help me? Skript 2.6.4 TuSKe 1.8.3 PikatchuPatch-v3 And i just wanted to add that without the gui thing the command does work EDIT: i just discovered that any command does not work with tuske, and idk...
  2. KingDooms

    Solved TuSKe GUI stops working

    So i was trying out making a TuSKe GUI, but for some reasson, it stopped working and it doesn't cancel event or anything. Everytime i click the gray stained glass pane, it normally cancels event, but nothing, the anvil, also nothing, i can just steal it. But for some reasson the inventory click...
  3. P

    problem with a line

    i have been getting a console error with this line: format gui slot 1 of player with stone named "stone" to run: full code: command /cmd: trigger: open virtual chest inventory with size 3 named "test" to player if {%player%_var} is 1: format gui slot 1 of player...
  4. G

    Remove item that is used to click on TuSKe GUI item.

    When somebody clicks on an item in a TuSKe GUI I want that item to be deleted and I would like for somebody to point me in the right direction! I want the player to drag an item into an anvil and that item that was dragged into the anvil to vanish while it gives you a new, better item. My code...
  5. M

    TuskeGUI skript

    Tuske: 1.8.3 Skriptdev-36 Mc version 1.8.9 paper function Server(p: player): set {_u} to uuid of {_p} close {_p}'s inventory play sound "note.pling" with volume 1 and pitch 1 at {_p} for {_p} open chest with 5 rows named "&6&lServer &7&l- &aPRISON" to {_p} format gui slot...
  6. S

    Solved Need help with TuSke GUI

    What happened? I was making a simple Admin GUI and when I went to test it opened an empty GUI with nothing inside it and gave me an internal error. Expected Behavior A GUI should open with an option named Weather options and inside two buttons. One button for sunrise, the other one for the day...
  7. FoxCraftGaming

    Solved gui error

    hey everyone, can someone help me with this skript cuz i dont get it to work with whatever i try command /bwgui: permission: sk.bwgui permission message: &8&l(&c&l!&8&l)&7 &cUnknown&7 command, type &c/help&7 for help trigger: set {bwps} to number of players in world...
  8. U

    Solved chest GUI to save items

    i'm making a game, i need to set a few items players need to find. instead of putting the items in the skript, i thought it would be nicer if i could do that in game. what i want to do is open a chest gui with a command, i can then drag and drop items in this chest inventory, and save the items...
  9. 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)...
  10. Georges

    Skipt 1.13 gui error

    Skript Version (do not put latest): Skript 2.3.7 Minecraft Version: 1.13.2 command /maps [<text>]: permission message:^&aDenied. trigger: if arg-1 is set: if arg-1 is "official": open chest with 6 rows named "&bOfficial maps" to player...