Package com.github.cyberryan1.cybercore.spigot.config
package com.github.cyberryan1.cybercore.spigot.config
-
ClassDescriptionUsed to keep track of the different config files.Allows one to read and write data from a YML file.Loads YML files via the following: Creates the file if it doesn't exist If the file already exists, updates it's contents When the above is completed, the file is loaded into a
FileConfiguration
object.Allows one to read the data from a YML file.