-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating deletes previously set homes #1
Comments
Hi there, The issue is because of bugs in the previous code which resulted in a malformed configuration file. Due to this I had to rework the way the configuration file got created and written out to whenever someone saved a new home. Unfortunately because of this I was unable to safely reuse the old configurations for this new version of the plugin. Therefore the only way I can see to fix this problem is as follows:
Best of luck and I am so sorry for the inconvenience, |
I am sad that this is how it has to be fixed. I have to delete 4447 things just for *id---- and I have to do this by hand no shortcuts. |
I very sorry that this is the only option available, and to hear of the significant work it has burdened you with. In terms of the shortcuts my best suggestion would be to find a nice text editor that lets you use "regular expressions" in its find and replace functionality. I'm not here to give a tutorial on how to use "regular expressions", but I think if you can figure that out then it will significantly cut down the amount of work that you would have to do by hand. For example the text editor I am using in the screenshots above is called "Sublime 3" and it allows you to use "regular expressions" in its find and replace. Again, so sorry for the inconvenience, |
No worries, I understand that you didn't for see this happening. It is all good now I spent the last few days just working on it and it is all done now yay! :) |
Thank you for understanding. I am very happy to hear that you got everything sorted out! Happy Crafting :) |
Hello, I love using this plugin on my server, however when I tried updating to the newest version of the plugin it deletes all previously set homes. I am not sure what the problem is but I was hoping you would be able to help. I am currently still using the 1.13 version of the plugin. Thanks!
The text was updated successfully, but these errors were encountered: