public class Configuration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
debug |
static ACStatus |
defaultStatus |
static java.util.List<java.lang.String> |
motd |
static boolean |
motdFirstJoin |
Constructor and Description |
---|
Configuration(AutismChat plugin)
Initialize the configuration
|
Modifier and Type | Method and Description |
---|---|
static org.bukkit.configuration.file.YamlConfiguration |
getConfig()
Gets the configuration file.
|
static java.io.File |
getConfigFile()
Gets the configuration file.
|
static void |
loadConfig()
Loads the configuration file from the .jar.
|
static void |
readConfig()
Read configuration
|
public static boolean debug
public static java.util.List<java.lang.String> motd
public static boolean motdFirstJoin
public static ACStatus defaultStatus
public Configuration(AutismChat plugin)
plugin
- Pluginpublic static org.bukkit.configuration.file.YamlConfiguration getConfig()
public static java.io.File getConfigFile()
public static void loadConfig()
public static void readConfig()