GUI Values (Expression) — skript-gui

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

Syntax

[the] gui slot

Description

Obtains various utility values related to a GUI. Many of these values are available in vanilla Skript, but have been kept for compatibility and/or ease of use. Some values may not be available in certain sections (e.g., 'gui close').

Examples

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

View source