World Rollback Every Restart

Status
This thread has been locked.

Auxio

Banned
Feedback score
4
Posts
54
Reactions
25
Resources
0
Need a plugin made for 1.8.8 that doesn't save the world and rolls it back to how the world was when the server started up.

So for example, if I started the server on 7/22/17 and restarted it on 7/24/17, the world would be set back to the exact world that it was on 7/22/17.

Maybe I could put the world in the plugin folder or something but this should be rather easy.

Price: $3-8

Need this done rather quickly so if you could PM me and get started ASAP I will pay a little bit higher.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Auxio

Banned
Feedback score
4
Posts
54
Reactions
25
Resources
0
This would be useful if someone griefed the server, you could just roll it back to where it was all. like nothing happend Kappa
You can also use coreprotect for that :tup:
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/auxio-scam-report.292951/)

Auxio

Banned
Feedback score
4
Posts
54
Reactions
25
Resources
0
You could have a copy of the world file and just replace your griefed world file with a copied one from the past AKA backup.
It’s not for grief prevention it’s for a mini game.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/auxio-scam-report.292951/)

Cinque

Deactivated
Feedback score
0
Posts
99
Reactions
96
Resources
0
Instead of using a plugin, perhaps it might be more efficient to just set up a simple launch script that replaces the world folder with a copy.
 

Auxio

Banned
Feedback score
4
Posts
54
Reactions
25
Resources
0
Instead of using a plugin, perhaps it might be more efficient to just set up a simple launch script that replaces the world folder with a copy.
Would you mind giving me an example or helping me write one?
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/auxio-scam-report.292951/)

Cinque

Deactivated
Feedback score
0
Posts
99
Reactions
96
Resources
0
Would you mind giving me an example or helping me write one?
I assume you are running the server on linux, which means you can use a bash script. I am not too familiar with bash, so I wrote this in pseudo code:

Code:
delete world folder
copy folder world_backup to world
start server
repeat this process as soon as the server exits

world_backup would be a folder containing the original world here.
 

Bill

a rare billy boy has appeared
Premium
Feedback score
11
Posts
842
Reactions
336
Resources
0
I assume you are running the server on linux, which means you can use a bash script. I am not too familiar with bash, so I wrote this in pseudo code:

Code:
delete world folder
copy folder world_backup to world
start server
repeat this process as soon as the server exits

world_backup would be a folder containing the original world here.

I already made him a plugin for this, but nice idea though.
 
Status
This thread has been locked.
Top