Repair / duplicate minigame world

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

sandor_1234

Active Member
Jan 26, 2017
165
5
0
21
I have this huge structure which is used for one of my minigames and this structure will be destoyed by players during the minigame, what is the best way to repair this structure for the next round of the minigame? I tried using schematics (Worldedit) but that's just to much load for the server and is not realistic. Would there be some way to just duplicate the world and repeat that for each minigame round?
 
Make a "master copy" of your gameworld that never get's touched by anybody but you or other staff. Each time players start a minigame, make a copy of that world with multiverse (which is a really fast process).

Make sure no entities are in the master world. Multiverse copies entities exactly (with the same UUID), which will create problems!
 
Status
Not open for further replies.