[SOLVED]Loop Through YML | Bukkit Forums
bukkit.org › threads › solved-loop-through-ymlMay 02, 2012 · CorrieKay. to loop through a config, you need to understand how a config works, kinda. Lemme explain. theres a method in the configuration section (which the config extends) called getKeys (boolean) Basically, you need to grab the configuration section of the area you wanna work through. What this means is, you grab the node (i call them nodes ...