-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
By default, relocate the database file to the world folder instead of the mods folder. By default, the database is stored within the mods directory, which can cause issues for server administrators when updating mods.
- Database is World-Specific: The database is inherently linked to the world data, as it stores player statistics within that world. Therefore, it makes more sense to store it alongside the world files.
- Mod Updating: Storing the database in the mods folder creates conflicts when updating mods. The database file, which is constantly being updated, interferes with the process of comparing and replacing mod files.
-
- Organization: Separating the database from the mods folder improves organization and makes it easier to manage server files.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels