on load:
print warning "[{@base.name}] Updates data into permanent variables for fast writing!" to console
# Set cache list command
delete {AUTHME_CACHE::SRV::CMDLIST::*}
loop yaml node keys "command-list" from "{@config}":
loop yaml node keys "command-list.%loop-value-1%" from "{@config}":
broadcast "%loop-value-2%"
set {_A} to yaml value "command-list.%loop-value-1%.%loop-value-2%" from "{@config}"
broadcast "%{_A}%"
#set {AUTHME_CACHE::SRV::CMDLIST::%loop-value-1%::*} to {_value::*}
This my yml
This my code
No error and after I debug it on broadcast