You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be an additional syntax for format/make gui slot used as
format gui slot %slot% with [[un]stealable] %item%
adding the un is self-explanatory.
I'm saying to add this as I'm not sure if this is intended but when using skript-gui-1.3-beta2
in order to use format gui slot 2 with stealable dirt you have to create the GUI using with stealable items
the way I found to use it and still add unmoveable slots is by doing
format gui slot 1with dirt:
stop
I feel like it would be easier if we could just use format gui slot 1 with unstealable dirt
The text was updated successfully, but these errors were encountered:
This sounds more like it might be a bug. All items are unstealable by default.
If you want a specific item to be stealable, you should only have to do with stealable dirt and not add with stealable items to the GUI creation.
EDIT: Yes, this is a bug. stealable %item% should not require with stealable items
APickledWalrus
changed the title
Additional syntax to "format gui"
Stealable GUI items aren't stealable unless with stealable items is true for a GUI
Aug 11, 2022
Description
There should be an additional syntax for
format/make gui slot
used asadding the
un
is self-explanatory.I'm saying to add this as I'm not sure if this is intended but when using
skript-gui-1.3-beta2
in order to use
format gui slot 2 with stealable dirt
you have to create the GUI usingwith stealable items
the way I found to use it and still add unmoveable slots is by doing
I feel like it would be easier if we could just use
format gui slot 1 with unstealable dirt
The text was updated successfully, but these errors were encountered: