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 [a] %inventory% [(and|with) ([re]mov[e]able|stealable) items] [(and|with) (layout|shape) %-strings%]

Description

Creates a new GUI or edits an existing one.

Examples

create a gui with virtual chest inventory with 3 rows named "My GUI"
create a gui with a virtual chest inventory with layout "xxxxxxxxx", "x-------x", and "xxxxxxxxx"
edit the player's gui:
	make the next gui slot with a slime block named "Don't Touch!"

View source