Class BukkitConfigSystem

  • All Implemented Interfaces:
    SubSystem
    Direct Known Subclasses:
    SpongeConfigSystem

    @Singleton
    public class BukkitConfigSystem
    extends ConfigSystem
    ConfigSystem for Bukkit.

    Bukkit and Bungee have different default config file inside the jar.

    • Method Detail

      • copyDefaults

        protected void copyDefaults()
                             throws java.io.IOException
        Description copied from class: ConfigSystem
        Copies default values from file in jar to Config.
        Specified by:
        copyDefaults in class ConfigSystem
        Throws:
        java.io.IOException - If file can't be read or written.