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

    Script Skript Files Hub v1.0.1

    What is Skript Files Hub? Skript Files Hub (Also known as S.F.H.) is a Skript file that lets you download files easily into your scripts folder. All you have to do is load the data in and check the GUI to check any of the Skripts. It adds the command /skriptfileshub (or /sfh), which pops up a...
  2. HeliumBoi

    Solved I need help making a gen collector and need to make it so it works with essentials :)

    So the plugin is already ready here: CLICK I need to make a gen collector that can collect certain 1 block I set it to on my plot. Yes, I'm using plotsquared v7. So it has it's own currency named "fragments", I hate it because I can't see the baltop. Need to make it work with essentials. Btw...
  3. dialed

    Script GUI Code Generator 1.0

    The Minecraft GUI Generator is a user-friendly tool designed to simplify the process of creating custom Graphical User Interfaces (GUIs) for Minecraft Skript scripts. With an intuitive interface and a wide range of customization options, this generator allows users to effortlessly design and...
  4. ItzRepsac_

    Prestige system

    Hey everyone! I am kinda new to skript, but i would like to make a prestige system for my skimining server. It would be great if the skript can make it so, that you need required items to prestige and it opens a gui with asking to confirm your prestige When the required items are taken, the...
  5. xWires

    GUI script

    I made this script (SkEditor+ generated the GUI part) but when I run /ranks nothing happens, can someone please explain to me what I did wrong here?
  6. eyzk

    Script SIMPLE BACKPACKS v1.0 2.2-dev34+

    SIMPLE BACKPACKS v1.0 Simple, customizable backpacks in just 10 lines (when compressed)! Compressed? Remove all notes, options, line breaks, and permissions for 10-lines of backpacking beauty! Download the file above, or copy the code from below. # SIMPLE BACKPACKS v1.0 # Please do not delete...
  7. O

    anvil inventory item

    hello, I wanted to make a skript in which if I clicked with an object on an event block an anvil gui opened for me in which there was a piece of paper inside, but I can't do it. this is the skript: on rightclick on black glazed terracotta: if player's tool is a book named "&fCarta...
  8. Z

    Custom GUI Inventory not stopping to work?

    Hey! So I created a custom GUI on join of my server to display rules, you can either accept them or deny them, second one will lead to a kick. Now my problem: Even after I accepted the rules, the custom GUI still seems to be applying to my normal inventory, ender chests etc... it basically is...
  9. T

    Anvil renaming does not work on virtual inventory

    Script Version: 2.6.3 Minecraft Version: 1.19 Code: open anvil inventory to player
  10. sluhtie

    Custom Model Data GUI

    Hey, I'm looking for a way to create gui with custom model data to the player. Is that somehow possible?
  11. Jayden13O

    Solved skript-gui glowing stack

    I have been using skript-gui as it's a good gui addon and am trying to make a glowing stack of items inside a gui. Something like this: make gui 18 with 2 of glowing dirt named "&a&lCompressed Dirt" I tried this but it didn't work. Can anyone help me figure out how to do this? Edit: found out...
  12. H

    how do I delete a thread?

    nvm
  13. N

    GUI not "exiting"

    I'm using vanilla skript, latest version apparently (idk how to check). When I make a gui it works and all, but when I exit using ESC, it kinda stays in the gui menu. I click anywhere in my inventory and it just instantly throws me in the gui. I cant click or whatnot, idk how to fix. Heres the...
  14. WeakBrainStorm

    Enchantments from variables in a gui

    im trying to make a gear upgrade gui. but i cant use variables to the enchantment set slot 0 of player's current inventory to iron sword of sharpness {%player%.sharpness} it dosent work... only if i type a number instead of the variable
  15. N

    How do I make a manage world gui per player

    I want to make a Skript gui where every players starts off where it says create server then they click it then they get teleported to a diffrent world which was just created and they can use the gui to manage that world but the gui can be different for every players and I can access everyone's...
  16. F

    format gui slot doesnt work

    I tried making a menu, and when i try to foram a gui slot, it shows an error. error: code: command /gui: trigger: open virtual chest inventory with size 3 named "&4Parkour menu" to player format gui slot 0 of player with stone named "&6Easy parkour!" to run: send message "a" to...
  17. I

    HELP! COMMAND NOT WORKING AFTER USING TUSKE GUI

    Hi guys, I just created a new Minehut server for development with another person and currently I'm working on a shop skript, but apparently the command will just vanish if you add one line into the code: This code looks normal command /merchant: trigger: send "&8»&3Merchant at your...
  18. Hiddencode

    I have a question with enchanted books (I pay whoever helps solve it)

    Hi Skunity Guys, I've been trying to solve a problem with enchanted books for a long time, and I'm willing to pay whoever gets the hang of it. I'm doing a gui to enchant objects but I can't make the script detect if the player has a sharpness book in their inventory and then remove it and apply...
  19. Mjatt_

    Players name as variable

    Hey there, I'm relatively new to coding/skript and wanted to open an GUI when clicking on another player. So that would start with on right click on player bla bla bla. But i want the name of the GUI as the name of the player you clicked on. Could anyone help? I cannot figure it out. All help...
  20. KingDooms

    Vanilla GUI stealable glitch

    So there's a weird bug with vanilla GUIs where there's a way to take out items by SHIFTING + RIGHT CLICKING + CLOSING INVENTORY. I can't use TuSKe due to server problems, so is there any fix? command /test: permission: op trigger: open chest inventory with 3 rows named "§c§lTest" to...