Is YAML Empty (Condition) — skript-yaml

Addon: skript-yaml · Category: Condition · Since: 1.1.5

Syntax

[skript-]y[a]ml %string% is empty

Description

Checks if a cached YAML file using said ID is empty. - Input is the ID.

Examples

yaml "config" is empty:
	broadcast "is empty"

View source