Skip to content
MDT168 edited this page Aug 15, 2026 · 2 revisions

Intro

MDTConfig is a light-weight open-source library that provides developers an easy way to create, maintain and define Configs.

Plugin Developers can create hundreds of config settings without handling anything. Errors, missing keys and everything is handled by the API

Key Features

  • Easy creation of config settings: You can easily create a config setting, you will be provided with Java methods that will easily get you the cleaned value from the config.
  • Documented Config Settings: The settings are documented with comments, the default value and the data type.
  • Automatic Handling: Values are read from the file, and given to you as the chosen data type in code, it will handle the errors, wrong types and missing settings.
  • Optimized: All the important data lives in memory, giving you fast access to data.
  • Dynamic Creation And Read: You can create settings mid runtime, with unlimited amount of config files. You can reset the config values from the file without the need of restarting the server.
  • A lot of pre-made templates: Lots of premade data types and config settings, giving you simpler Config usage
  • Large support range: This plugin can support lots of older and newer Minecraft versions

Feedback

For Feedbacks, bug reports and suggestions. Please report it to GitHub Issues Or direct messaging on Discord: @mdt_168

Clone this wiki locally