Package org.bukkit.configuration
Classes dedicated to handling a plugin's runtime configuration.
-
Interface Summary Interface Description Configuration Represents a source of configurable options and settingsConfigurationSection Represents a section of aConfiguration
-
Class Summary Class Description ConfigurationOptions Various settings for controlling the input and output of aConfiguration
MemoryConfiguration This is aConfiguration
implementation that does not save or load from any source, and stores all values in memory only.MemoryConfigurationOptions Various settings for controlling the input and output of aMemoryConfiguration
MemorySection A type ofConfigurationSection
that is stored in memory. -
Exception Summary Exception Description InvalidConfigurationException Exception thrown when attempting to load an invalidConfiguration