Package org.kingdoms.utils.string
Class ConfigPrinter
java.lang.Object
org.kingdoms.utils.string.ConfigPrinter
A simple pretty colored printer for YAML configs. Not intended for saving YAML data.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidprintConfig(org.bukkit.configuration.ConfigurationSection section) static voidprintConfig(org.bukkit.configuration.ConfigurationSection section, String nestLevel) static voidprintConfig(ConfigSection section)
-
Method Details
-
printConfig
public static void printConfig(org.bukkit.configuration.ConfigurationSection section) -
printConfig
public static void printConfig(org.bukkit.configuration.ConfigurationSection section, String nestLevel) -
printConfig
-
printNode
-