Sashie / skript-yaml

The proper way to do yaml in skript
MIT License
32 stars 22 forks source link

"Type of YAML node" expression #50

Open Budgo opened 1 year ago

Budgo commented 1 year ago

Currently, the all yaml nodes expression has no way to differentiate between yaml values and yaml lists. A type of yaml node <node> expression should either return list or value depending on which one it is.