All YAML Nodes (Expression) — skript-yaml

Addon: skript-yaml · Category: Expression · Since: 1.0.4

Syntax

[all] [skript-]y[a]ml (node|path)[s] (of|in|from) %string%

Description

Gets a list of all nodes of a cached YAML file.

Examples

set yaml value "test1.test2" from "config" to "test3"
set yaml value "boop.beep" from "config" to "bop"
 
set {_list::*} to all yaml nodes of "config"
broadcast "%{_list::*}%"

View source