RobJan.Minecraft.ChunkRemover 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global RobJan.Minecraft.ChunkRemover --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local RobJan.Minecraft.ChunkRemover --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=RobJan.Minecraft.ChunkRemover&version=1.1.0
nuke :add-package RobJan.Minecraft.ChunkRemover --version 1.1.0

How to use

Open your terminal and navigate to the world folder. From there you can use the command as followed:

chunkrm -r <range> -c <coord> [<coord> <coord> ...]

Arguments

  • -w or --world Defaults to the current directory. Path to the world folder.
  • -r or --range Defaults to 32. Range of chunks to not remove.
  • -c or --coordinates List of coordinates to not remove any chunks around within the range. Coordinates are in the format x,y.

Examples

Remove everything but regions within 32 chunks from origin:

chunkrm -c 0,0

Remove everything but regions that are within 50 chunks from x:0, y:0; x:-1000, y:500; and x:5600, y:5000:

chunkrm -r 50 -c 0,0 -1000,500 5600,5000

Remove everything but regions that are within 32 chunks from origin in the world located at /home/user/world:

chunkrm -w /home/user/world -c 0,0
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.1.2 448 6/20/2022
1.1.1 390 6/20/2022
1.1.0 417 6/19/2022