GUI 1.13 servers

  • 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!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

FallingCatus

Member
Jun 29, 2017
38
0
6
33
Does anyone know of a gui addon that has been updated for 1.13?

I am currently using the latest dev version of Skript but making a gui does not show items.
 
ah was not aware of the bug. do you know a work around or just waiting for a update to fix?
the work around is a bit convoluted ... plus theres really no point, because Skript for 1.13 is currently an Alpha version for testing/looking for bugs
[doublepost=1536349604,1536349204][/doublepost]
ah was not aware of the bug. do you know a work around or just waiting for a update to fix?

Here is what I have been using for testing. You have to create an item.... but use quotes and parse it as an item, since skript is still having issues parsing items.
code_language.skript:
command /test:
    trigger:
        open virtual chest inventory named "&aTEST GUI" to player
        set {_stone} to "stone" parsed as item
        set name of {_stone} to "&bTestStone"
        format gui slot 1 of player with {_stone}
 
Status
Not open for further replies.