Package | Description |
---|---|
org.bukkit.configuration.file |
Classes dedicated facilitating
configurations to be read and
stored on the filesystem. |
org.bukkit.plugin |
Classes specifically relating to loading software modules at runtime.
|
org.bukkit.plugin.java |
Classes for handling
plugins written in
java. |
Modifier and Type | Class and Description |
---|---|
class |
YamlConfiguration
An implementation of
Configuration which saves all files in Yaml. |
Modifier and Type | Method and Description |
---|---|
FileConfiguration |
FileConfigurationOptions.configuration() |
Modifier and Type | Method and Description |
---|---|
FileConfiguration |
Plugin.getConfig()
Gets a
FileConfiguration for this plugin, read through
"config.yml" |
Modifier and Type | Method and Description |
---|---|
FileConfiguration |
JavaPlugin.getConfig() |
Copyright © 2021. All rights reserved.