itssamtaylor/SimpleCommands

In singleplayer, homes and warps are saved in the game folder instead of the world folder

Closed this issue · 2 comments

This causes homes and warps to carry over into other worlds where they may not always make sense.

image

I don't make fabric mods, but I assume there is a better way to get the config location than this?

https://github.com/samueljtaylor/TaylorCommands/blob/e31ea6afcd0b9a807cf1c2dccd7be38b1b90761d/src/main/java/ca/samueltaylor/taylor_commands/TaylorCommands.java#L145-L147

Just a note, this is in 1.17 using the build artifact from here.

Thanks for the issue @Purpzie

Yeah that's definitely a problem - I haven't really kept up with this but I'll be working on a rewrite to fix a number of things.

Hi @Purpzie

I have released a new version after rewriting the mod. It addresses that issue.

Release

Let me know if you run into any other issues, thanks!