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