#How do I make specific slots for GUIs?
1 messages · Page 1 of 1 (latest)
i personally use
command /gui:
trigger:
set metadata tag "gui" of player to chest inventory with 3 rows named "&cgui"
set slot 0 of metadata tag "gui" of player to chest named "woohoo"
open (metadata tag "gui" of player) to player```
tuske is bad, it's outdated and it messes up other stuff. just use metadata tags like the example above
I love tuske.
bro ppl cant even use skript with no addons
trigger:
set {_gui} to a new chest inventory named "E" with 6 rows
set slot 0 and 1 and 2 of {_gui} to oak planks named "&2i &8ran out&1&l of ideas for &9names"```
works for me...
or use vanilla gui
command /shop:
trigger:
set {_gui} to a new chest inventory with 4 row with name "&7ᴘʟᴀʏᴇʀ | ᴜᴘɢʀᴀᴅᴇꜱ"
set slot 0 of {_gui} to gray glass pane named "&7"
set slot 1 of {_gui} to gray glass pane named "&7"
set slot 2 of {_gui} to gray glass pane named "&7"
set slot 3 of {_gui} to gray glass pane named "&7"
set slot 5 of {_gui} to gray glass pane named "&7"
this is how simple it gets
why
why
set slot (all integers between 0 and 5)
why make it so difficult on urself
I tried that and it didn't work.
I was just mainly giving an example of the vanilla gui.
I would normally try to use metadata
It does work u just have a skill issue
No, I tried it.
It's probably something with my skript.
Idk, I switched over to metadata now though so it doesn't matter too much.
Metadata tags iss trash, skript-gui is advanced best way to make guis
what does metadata tags with sk-gui to do?
Wdym?
Metadata tags are just trash and non simple way to make guis
Skriptgui is best way
use variables?
Ydk wim
well... you can use variables instead of metadata
Why would i do that?
cause... it's not metadata?
metadats are pretty good
they are indeed
metadata is fine, skript-gui is also fine, variables are again fine.
It depends on what the person likes
i was told its not good
u could just do "set slot 0, 1, 2, 3, 4, 5 of {_gui}"
i think i forgot to turn ping off
i hatemyself
That is a terrible way of doing it
It's way better to do
set slot (all integers between 0 to 5) of {_gui}
kinda long ngl
now it sounds weird
