Uses of Class
org.bukkit.configuration.ConfigurationOptions
Packages that use 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
Subclasses of ConfigurationOptions in org.bukkit.configurationModifier and TypeClassDescriptionclass
Various settings for controlling the input and output of aMemoryConfiguration
Methods in org.bukkit.configuration that return ConfigurationOptionsModifier 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
Subclasses of ConfigurationOptions in org.bukkit.configuration.fileModifier and TypeClassDescriptionclass
Various settings for controlling the input and output of aFileConfiguration
class
Various settings for controlling the input and output of aYamlConfiguration