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. T

    Tuske error help

    ok so i am trying to make thing gui thin but it either wont accept my command or it will and not show the clickable item in the gui help!! here is my code command /Vehicle: aliases: /cars permission: car.buy permission message: &7[&4Rusty&7] &6You Dont Have Persmission! trigger...
  2. D

    LuckPerms GUI Skript Error

    So I was making a LuckPerms gui skript to switch around ranks really fast but when I try to switch ranks it says: <none> is not a valid username/uuid. but for some reason my regular ranks work perfectly fine, but when I click on the Staff and Special ranks it gives me that message. Here is my code:
  3. Minecoll_YT

    Solved Error message using TuSKe GUI and Functions

    Skript parts: https://pastebin.com/BV1wHTT0 Console message when clicking the item: https://pastebin.com/jitsJPgK I'm not sure if its an error I'm unable to find or if its a problem with tuske Found a workaroung, no help needed.
  4. L

    Solved Make a player perform an command with an permission

    Hey, i am trying to make an gui. But now i would like that if a player click on an item the command get executet with an permssion (or as op) if index of event-slot = 13: cancel event make player execute command "/mv tp jumpandrun" [that command should run with...
  5. M

    Moving items in a Tuske GUI

    Hello, How do I create a tuske GUI that I can move items in and out of?
  6. J

    Player head click in gui?

    i have this problem with my gang skript, there is like a promotion system where you have to click a players head in a gui to promote them. but i dont know how to track if a player head is clicked here is my skript if clicked item = player head: if {bande.owner.%{bande.%uuid of...
  7. X

    HELP GUI enchanting LEvel 50 enchants

    Hello PLS HELP ME HELP ME I need help I want a level 50 GUI enchant on my server just like the hypixel skyblock ones HELP ME HELP HEre is what I got now: #on enchant prepare: # set {_lv15} to 1 or 2 or 3 or 4 # create gui with id "Enchanting table" with virtual chest with 6 rows named...
  8. Runakai

    Script Level your Spawner! 1.0

    This script was only tested on 1.16 and 1.15 but should work on all versions that support SkBee's nbt syntax. This Script requires SkBee This Script allows you to upgrade following Entities: Pig, Chicken, Fox, Cat, Wolf, Cow, Sheep, Mooshroom, Horse, Blaze The wool block will be green, if...
  9. 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...
  10. 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...
  11. T

    GUI Shop not working?

    Command /casino: trigger: open chest with 3 rows named "&4Køb poletter!" to player wait 1 tick format slot 10 of player with music disc pigstep named "&6Heldig polet" with lore "&bPris: &a$7500" format slot 12 of player with music disc strad named "&7Sølv...
  12. Z

    Inventories in tuske

    Hi. Is there a way to make items in a players inventory unstealable when theyre in a tuske gui? https://gyazo.com/2777596793468c09e95ca532fc796e25 In that gif i want to be able to make it so players cant move anything in their main inventory when a different inventory is opened.
  13. DKPeak

    Solved NPC Open empty gui with item in hand

    Hi I have a GUI that is suposed to open when you righclick on a NPC. But when you rightclick on the NPC with any item, it just opens a empty GUI, but if you just rightclick with your hand, it does it right. Video: I have tried to use "on right click on entity:" and the plugin commandNPC, but...
  14. G

    trading thing like from hypixel skyblock

    hello so i just started skripting and I am really bad at it. I was wondering if anyone here could make a trade menu like from hypixel skyblock. so when u shift-rightclick somebody, or do /trade, it sends that person a message, like "Grandfish has sent you a trade request! do /tradeaccept to...
  15. RealNetwork

    Solved Skript GUI HELP

    Hello. I have been trying to make a punish GUI for my anticheat, it will show all online players and when you click on a player, It will open another GUI with some other tools(ban, kick, other stuff). Here is my code so far: if arg 1 is "punish": if arg 2 is not set: wait 3 ticks...
  16. N

    Admin Items Skript (Need Help)

    Hey, I made a Admin Items Skript, so that normal players can see them but only Admins can edit them. The Skript worked in 1.12.2 but the saving mechanism wont work in 1.16.4. Can somebody help me with that? [EDIT] Also there is no error message if i reload the Skript [EDIT] command /adminitems...
  17. 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...
  18. N

    Tuske GUI Update

    format gui slot 10 of player with 5 of red wool named "&4&l-5 Diamanter" with lore "" to run: remove 5 from {_antal} send "%{_antal}%" format gui slot 11 of player with 1 of red wool named "&4&l-1 Diamant" with lore "" to run: remove 1 from {_antal}...
  19. Squarebuilder

    Solved Custom Head in a GUI

    Hi there, I've been trying to get custom heads (e.g. https://minecraft-heads.com/custom-heads/miscellaneous/4318-twitter) into a GUI for a few weeks now. I tried this code among others: command /gui: trigger: open virtual chest inventory with 1 row named "&6GUI" to the sender...
  20. N

    Variable do not "communicate"

    My script do not communicate as it should. It is suppose to add x to {_antal} when the green wool is clicked but the diamond in the middle don't change command /coinflip: trigger: set {_antal} to 1 open chest with 1 row named "&4&lCoinFlip" to player wait 1 tick set slot 0 of...