Skip to content

Small CLI utility to clean and export Minecraft Java Edition worlds for mapmakers

License

Notifications You must be signed in to change notification settings

nikalon/mineworldexport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mineworldexport

Small CLI utility to clean and export Minecraft Java Edition worlds. Useful for mapmaking.

Usage

In Windows:

mineworldexport DIRECTORY

In Linux:

./mineworldexport DIRECTORY

where DIRECTORY is a valid root directory for a Minecraft Java Edition world. It will export the world into a new directory called DIRECTORY_RELEASE.

Behavior

Right now this program will clean up the world in the following way:

  • Remove old level.dat files
  • Modify level.dat file to disable cheats (allowCommands = 1) and remove all player data
  • Empty advancements, playerdata and stats directories
  • Remove data/scoreboard.dat file

About

Small CLI utility to clean and export Minecraft Java Edition worlds for mapmakers

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages