Uses of Class
com.plotsquared.core.configuration.MemorySection
Packages that use MemorySection
-
Uses of MemorySection in com.plotsquared.core.configuration
Subclasses of MemorySection in com.plotsquared.core.configurationModifier and TypeClassDescriptionclassThis is aConfigurationimplementation that does not save or load from any source, and stores all values in memory only. -
Uses of MemorySection in com.plotsquared.core.configuration.file
Subclasses of MemorySection in com.plotsquared.core.configuration.fileModifier and TypeClassDescriptionclassThis is a base class for all File based implementations ofConfiguration.classAn implementation ofConfigurationwhich saves all files in Yaml.