All Known Subinterfaces:
ViaVersionConfig

public interface Config
  • Method Summary

    Modifier and Type
    Method
    Description
    Get all the configuration values
    void
    Reloads the config
    void
    Saves the config
    void
    set(String path, Object value)
    Sets the specified path to the given value.
  • Method Details

    • reload

      void reload()
      Reloads the config
    • save

      void save()
      Saves the config
    • set

      void set(String path, Object value)
      Sets the specified path to the given value.
      Parameters:
      path - Path of the object to set.
      value - New value to set the path to
    • getValues

      Map<String,Object> getValues()
      Get all the configuration values
      Returns:
      Map with key-values