GUI Values (Expression) — skript-gui

Addon: skript-gui · Category: Expression · Since: 1.0.0

Syntax

[the] gui slot

Description

Different utility values for a GUI. Some are available in vanilla Skript. Not all values are available for the GUI close section.

Examples

create a gui with virtual chest inventory:
	make gui 10 with water bucket:
		set the gui item to lava bucket

View source