| Package | Description |
|---|---|
| nl.taico.configplus | |
| nl.taico.configplus.bukkit |
| Modifier and Type | Method and Description |
|---|---|
static Config |
Config.getNewConfig(Logger logger,
File folder,
String name)
Creates a new config and loads it.
If the file doesn't exist, will save the default config. Example usage:
public static Config config;You can then get values by doing:
String str = config.getString("path.to.str");You can set values like so:
config.set("Section1.tutorial", "This is a tutorial!"); |
| Modifier and Type | Class and Description |
|---|---|
class |
BukkitConfig
Represents a YAML Config.
|
Copyright © 2014. All rights reserved.