kiranhart / Auction-House

Auction House is a complete auction system for your server.
20 stars 22 forks source link

Splitting the config into smaller files for easier management #87

Open BrainRTP opened 9 months ago

BrainRTP commented 9 months ago

Currently, the plugin configuration file in YAML format consists of 2000 lines, which makes it difficult to manage and maintain. To improve the structuredness and usability of the configuration, it is proposed to decompose this large file into several smaller files with logical groupings of parameters. This process should significantly improve the readability, maintainability and extensibility of the plugin configuration file, facilitating future changes and the addition of new parameters.