Migrate Server Configs to Data
Caltinor opened this issue ยท 0 comments
Instead of having server configs in the /serverconfig/
folder (though neo puts them in the /config/
folder), they will now be moved to datapacks/yourpack/data/pmmo/
.
This will allow pack creators to ship config settings with their datapacks removing the need for users to delete their settings to get updated configurations.
Additionally, since pmmo will be shipping with 3 new default data packs built in, each pack can have its own level scaling, mob scaling values, perks, vein, etc to give each experience a holistic packaging.
Additionally, this will resolve some of the issues with TOML formatting as it relates to attributes, which have been problematic for users and a source of frustration.