TextComponent - Chest Inventory (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 2.4.0

Syntax

[a [new]] chest inventory with component name %textcomp% [with %-number% row[s]]

Description

Create a chest inventory with a component name.

Examples

set {_t} to mini message from "<rainbow>THIS IS A CHEST"
set {_i} to chest inventory with component name {_t} with 2 rows
set slot 1 of {_i} to diamond sword
open {_i} to player

View source