Reset map/world to original

  • 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 community!

    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!

lateeagle

Active Member
Jan 29, 2025
104
8
18
Which plugin/addon/skript can I use to reset the world to its original state
I want to be able to save it and then reset it to the save

I want players to be able to break every block, but after the round ends replace it to how it looked before

I know I can remove the world folder but it resets the world to the original seed, I want it to replace it to the world i saved
 
I have no idea how to do this in skript, but you can get the region data files and change them manually, or change out the entire folder
and you may be able to use a world edit mod in junction with skript to run commands like execute console command "/schem load world_template" but idk
 
you save a region using world edit and load it using skript or just download a plugin that does this
 
save it as a schematic then using skript you can load it like this
Code:
command /loadregion:
    permission: loadregion.use
    trigger:
        send "&aLoading schematic 'myRegion'..."
        execute console command "schem load myRegion"
        wait 1 tick
        execute player command "//paste -a"
        send "&aPasted schematic at your location!"
did a little more reasurch
 
making a ton of schematics is confusing, so i cant use it.
how can i copy and paste the entire world using commands
 
idk, the best way to do so without lag is by making a whole bunch of schematics. it will be tedious but it will work the best