Skip to content
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

Fix: Not compatible with worldedit snapshots #135

Open
BenWoodworth opened this issue Oct 4, 2012 · 3 comments
Open

Fix: Not compatible with worldedit snapshots #135

BenWoodworth opened this issue Oct 4, 2012 · 3 comments

Comments

@BenWoodworth
Copy link

Your plugin saves the worlds like this:
.\backup[world name][date][world's folder]

World edit needs this:
.\backup[world name][world folder]

World edit is looking for files like level.dat inside the " .\backup[world name][date]" folder, when they are really in the " .\backup[world name][date][world's folder]"

I hope you can fix this. Thanks :D

@tgxn
Copy link
Owner

tgxn commented Dec 21, 2012

I was pretty sure I tested this and it was resolved.

Will take a look over the holiday break.

@tgxn tgxn closed this as completed Dec 21, 2012
@tgxn tgxn reopened this Dec 21, 2012
@SmallBeeWayne
Copy link

version 154
need \backups\world_name\date
got \backups\world_name\date\world_name

@tgxn
Copy link
Owner

tgxn commented Jun 4, 2013

An option needs to be added for this, if there is not already one.

@ghost ghost assigned tgxn Jun 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants