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 | Description |
---|---|---|
class |
YamlConfiguration |
An implementation of
Configuration which saves all files in Yaml. |
Modifier and Type | Method | Description |
---|---|---|
FileConfiguration |
FileConfigurationOptions.configuration() |
Modifier and Type | Method | Description |
---|---|---|
FileConfiguration |
Plugin.getConfig() |
Gets a
FileConfiguration for this plugin, read through
"config.yml" |
Modifier and Type | Method | Description |
---|---|---|
FileConfiguration |
JavaPlugin.getConfig() |
Copyright © 2019. All rights reserved.