Uses of Class
org.bukkit.configuration.file.YamlConfigurationOptions
Package
Description
Classes dedicated to facilitating
configurations
to be read and
stored on the filesystem.-
Uses of YamlConfigurationOptions in org.bukkit.configuration.file
Modifier and TypeMethodDescriptionYamlConfigurationOptions.codePointLimit
(int codePointLimit) Sets the maximum code point limit, that being, the maximum length of the document in which the loader will readYamlConfigurationOptions.copyDefaults
(boolean value) YamlConfigurationOptions.copyHeader
(boolean value) Deprecated.Deprecated.YamlConfigurationOptions.indent
(int value) Sets how much spaces should be used to indent each line.YamlConfiguration.options()
YamlConfigurationOptions.parseComments
(boolean value) YamlConfigurationOptions.pathSeparator
(char value) YamlConfigurationOptions.width
(int value) Sets how long a line can be, before it gets split.