NBT - Is Blank Compound (Condition) — SkBee

Addon: SkBee · Category: Condition · Since: 3.13.2

Syntax

%nbtcompounds% (is|are) [a[n]] (blank|empty) nbt compound

Description

Checks whether or not the provided nbt compounds are empty.

Examples

broadcast whether empty nbt compound is an empty nbt compound
send whether nbt from "{}" is an empty nbt compound

set {_nbt} to custom nbt copy of player's tool
if {_nbt} is a blank nbt compound:
	broadcast "You got zero nbt ;("

View source