Package | Description |
---|---|
org.bukkit.configuration |
Classes dedicated to handling a plugin's runtime configuration.
|
org.bukkit.configuration.file |
Classes dedicated to facilitating
configurations to be read and
stored on the filesystem. |
Modifier and Type | Class | Description |
---|---|---|
class |
MemoryConfigurationOptions |
Various settings for controlling the input and output of a
MemoryConfiguration |
Modifier and Type | Method | Description |
---|---|---|
@NotNull ConfigurationOptions |
ConfigurationOptions.copyDefaults(boolean value) |
Sets if the
Configuration should copy values from its default
Configuration directly. |
@NotNull ConfigurationOptions |
Configuration.options() |
Gets the
ConfigurationOptions for this Configuration . |
@NotNull ConfigurationOptions |
ConfigurationOptions.pathSeparator(char value) |
Sets the char that will be used to separate
ConfigurationSection s |
Modifier and Type | Class | Description |
---|---|---|
class |
FileConfigurationOptions |
Various settings for controlling the input and output of a
FileConfiguration |
class |
YamlConfigurationOptions |
Various settings for controlling the input and output of a
YamlConfiguration |
Copyright © 2020. All rights reserved.