Package com.kamikazejam.kamicommon.configuration.standalone


package com.kamikazejam.kamicommon.configuration.standalone
  • Classes
    Class
    Description
    A class that represents a configuration file
    This is an extension of a YamlConfiguration, so all get, set, and put methods are available.
    A class that represents a configuration file (Meant for implementations WITHOUT a JavaPlugin object available)
    If you have a JavaPlugin object, it is recommended to use @KamiConfig instead
    This is an extension of a YamlConfiguration, so all get, set, and put methods are available.
    StandaloneConfig but with some extended features