Class ConfigValidation

java.lang.Object
valorless.havenbags.ConfigValidation

public class ConfigValidation extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    Validates and initializes various components of the application.
    This method sequentially calls:
    - Config() to configure the system settings.
    - Lang() to handle language or localization setup.
    - Weight() to set up or validate weight configurations.
    - Blacklist() to process or validate the blacklist.
    - Filters() to process or validate the filters.
    - Plugins() to initialize or validate plugins.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfigValidation

      public ConfigValidation()
  • Method Details

    • Validate

      public static void Validate()
      Validates and initializes various components of the application.
      This method sequentially calls:
      - Config() to configure the system settings.
      - Lang() to handle language or localization setup.
      - Weight() to set up or validate weight configurations.
      - Blacklist() to process or validate the blacklist.
      - Filters() to process or validate the filters.
      - Plugins() to initialize or validate plugins.