Skip to content

The new MCPy-Tools version. Minecraft tools using Python. You can find useful tools such as Stronghold finder, Perimeter/volume calculator, Command generator, Mineshaft finder and more.

License

Notifications You must be signed in to change notification settings

ZeyaTsu/mcpy-tools-new

Repository files navigation

MCPy-Tools-New

pip install -r requirements.txt

The new MCPy-Tools version. Minecraft Tools using Python. You can find useful tools such as Stronghold finder, Perimeter/volume calculation, Command generator, Mineshaft finder and more.

  • Open main.py to start the app or use the discord bot here .

Tools available

Finder

  • Mineshaft mirror - Find another mineshaft by finding a mineshaft.
  • Stronghold Finder - Find stronghold, require 2 Ender eye.

Vectors

  • Perimeter - Calculate a perimeter.
  • Volume - Calculate a volume
  • Distance - Calculate a distance

Other

  • Best Y Level - List of all best Y levels for ores.
  • Blocks/Chunks converter - Convert chunks to blocks & vice versa
  • CanPlaceOn & CanDestroy - Command generator to give item that can destroy/be placed on specific block.

Files related

  • World Level.dat Editor/Reader - Read, edit, export the level.dat file from a minecraft save.
  • World stats Editor/Reader - Read, edit, export the stat.json file from a minecraft save.

Learn how to mod/create an extension to MCPy-Tools here

Screenshots

Main app

main

Level.dat editor/reader

leveldat

Stats Editor/Reader

stats01 stats02

Planned / Doing

Python Done
Web/WebApp Doing (todo:distance/unavailable:leveldat)
GUI TBD
Minecraft Mod TBD

Other repositories concerning MCPy-Tools