Uses of Class
org.bukkit.configuration.InvalidConfigurationException
Package
Description
Classes dedicated to facilitating
configurations
to be read and
stored on the filesystem.-
Uses of InvalidConfigurationException in org.bukkit.configuration.file
Modifier and TypeMethodDescriptionvoid
Loads thisFileConfiguration
from the specified location.void
Loads thisFileConfiguration
from the specified reader.void
Loads thisFileConfiguration
from the specified location.abstract void
FileConfiguration.loadFromString
(@NotNull String contents) Loads thisFileConfiguration
from the specified string, as opposed to from file.void
YamlConfiguration.loadFromString
(@NotNull String contents)