Package org.bukkit.configuration
package org.bukkit.configuration
Classes dedicated to handling a plugin's runtime configuration.
-
Interface SummaryInterfaceDescriptionRepresents a source of configurable options and settingsRepresents a section of a
Configuration
-
Class SummaryClassDescriptionVarious 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. -
Exception Summary