Create / Edit GUI (Section) — skript-gui

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

Syntax

create [a] [new] gui [[with id[entifier]] %-string%] with %inventory% [(and|with) ([re]move[e]able|stealable) items] [(and|with) shape %-strings%]

Description

The base of creating and editing GUIs.

Examples

create a gui with virtual chest inventory with 3 rows named "My GUI"
edit gui last gui:
	set the gui-inventory-name to "New GUI Name!"

View source