public class ConfigFile
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
org.bukkit.configuration.file.FileConfiguration |
config |
| Constructor and Description |
|---|
ConfigFile(java.io.File file) |
ConfigFile(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
createConfig() |
org.bukkit.configuration.file.FileConfiguration |
getConfig() |
void |
reloadConfig() |
void |
saveConfig() |