Uses of Class
org.bukkit.configuration.ConfigurationOptions
Package
Description
Classes dedicated to handling a plugin's runtime configuration.
Classes dedicated to facilitating
configurations
to be read and
stored on the filesystem.-
Uses of ConfigurationOptions in org.bukkit.configuration
Modifier and TypeClassDescriptionclass
Various settings for controlling the input and output of aMemoryConfiguration
Modifier and TypeMethodDescriptionConfigurationOptions.copyDefaults
(boolean value) Sets if theConfiguration
should copy values from its defaultConfiguration
directly.Configuration.options()
Gets theConfigurationOptions
for thisConfiguration
.ConfigurationOptions.pathSeparator
(char value) Sets the char that will be used to separateConfigurationSection
s -
Uses of ConfigurationOptions in org.bukkit.configuration.file
Modifier and TypeClassDescriptionclass
Various settings for controlling the input and output of aFileConfiguration
class
Various settings for controlling the input and output of aYamlConfiguration