Skip to content

Instantly share code, notes, and snippets.

@peteristhegreat
Last active December 31, 2022 16:36
Show Gist options
  • Save peteristhegreat/f42f2a47021ec811951c064710290fcb to your computer and use it in GitHub Desktop.
Save peteristhegreat/f42f2a47021ec811951c064710290fcb to your computer and use it in GitHub Desktop.
Clean up a Minecraft world to upgrade to a new version, MC 1.17, MCEdit, WorldEdit, NBTExplorer, MCA Selector

Introduction

Several tools exist to work on minecraft worlds to clean out blocks. If you remove blocks and chunks, then more new ones will spawn with the juicy goodness of world changes and latest updates from MC.

TL;DR

Get the latest MCA Selector

https://github.com/Querz/mcaselector

Get the latest buildtools installed

https://www.spigotmc.org/wiki/buildtools/#windows (requires git and latest openjdk)

https://adoptium.net/temurin/releases?version=17 - Change to the right version, select for Windows

https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar

Copy it to C:\minecraft_server\build_tools

Run update_and_run_BuildTools.bat

Copy world, world_nether, and world_end into a backup folder.

Stop Services for Minecraft.

Run MCA Selector.

Update BungeeCord

https://ci.md-5.net/job/BungeeCord/

Change run.bat for spigot_survival to the newer version.

Start Services for Minecraft.

To troubleshoot, run watch_logs.bat, or stop the service and launch it again in the current user run.bat instead.

Clean up plugins, or update plugins if you are a glutton for punishment.

Historical Info

for MC <1.11 MCEdit was the standard.

http://www.mcedit.net/ Last update in 2016.09

MCEdit was superceded by Amulet.

NBTExplorer gets some mentions

WorldEdit is a popular spigot plugin for terraforming and importing/exporting schematics in game.

And if you aren't really editing, but just removing chunks, then MCA Selector sounds like the way to go.

See the fourth comment on this page:

https://gaming.stackexchange.com/a/27623/274559

MCA Selector

https://github.com/Querz/mcaselector

https://youtu.be/ADDTXGRJo20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment