| Package | Description | 
|---|---|
| org.bukkit | The root package of the Bukkit API, contains generalized API classes. | 
| org.bukkit.configuration.file | Classes dedicated to facilitating
  configurationsto be read and
 stored on the filesystem. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| YamlConfiguration | Server.Spigot. getBukkitConfig() | |
| YamlConfiguration | Server.Spigot. getConfig() | |
| YamlConfiguration | Server.Spigot. getPaperConfig() | |
| YamlConfiguration | Server.Spigot. getSpigotConfig() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| YamlConfiguration | YamlConfigurationOptions. configuration() | |
| static YamlConfiguration | YamlConfiguration. loadConfiguration(File file) | Creates a new  YamlConfiguration, loading from the given file. | 
| static YamlConfiguration | YamlConfiguration. loadConfiguration(Reader reader) | Creates a new  YamlConfiguration, loading from the given reader. | 
| Constructor | Description | 
|---|---|
| YamlConfigurationOptions(YamlConfiguration configuration) | 
Copyright © 2020. All rights reserved.