Package org.bukkit.configuration
package org.bukkit.configuration
Classes dedicated to handling a plugin's runtime configuration.
-
InterfaceDescriptionRepresents a source of configurable options and settingsRepresents a section of a
Configuration
-
ClassDescriptionVarious settings for controlling the input and output of a
Configuration
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.