Package valorless.havenbags
Class ConfigValidation
java.lang.Object
valorless.havenbags.ConfigValidation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
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.
-