FlashyReese / CommandAliases

Alternate short commands for complex commands
MIT License
26 stars 6 forks source link

Backup Mods #54

Open mnfu opened 1 year ago

mnfu commented 1 year ago

Is it possible to relocate the command aliases data folder out of the world folder, or have an option to change where it is located? Drag and drop backup mods do not work, due to the LOCK.file inside the command aliases directory. Moving this elsewhere would fix this.

mnfu commented 1 year ago

Of course I can do this manually by editing the code of a backup mod, or one that has a working file exclusion config section

But overall, I think a change like this would make this mod even more compatible going forward into future versions, and hopefully as more people discover and use it.

FlashyReese commented 1 year ago

I will investigate the matter, but the objective is to ensure that the database is saved along with the world, preventing the use of the same database for a different world.

mnfu commented 1 year ago

I mean, makes sense. Anyways, lmk if you make a decision/have a fix