Skip to content

monsieurluge/minecrafttools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Minecraft tools library, written in Python

This library can be used to:

  • print a cartography based on the in-game crafted maps (80%)
  • manage the server (later)
  • manage the whitelist (later)
  • manage the banned players (later)

Requirements

  • Python v3.5 or later
  • nbt library

Installation

Go into the package directory, then run this command:

python3.5 -m pip install .

Soon:

python3.5 -m pip install minecrafttools

Usage

Cartography

Command line example:

python3.5 minecrafttools/scripts/cartographer.py -d "/home/minecraft/server/" -o "/home/minecraft/cartography/" -t "unique"

Python interpreter:

>>> from minecrafttools.scripts import cartographer

>>> cartographer.generateCartography("/home/minecraft/server/", "/home/minecraft/cartography/", "unique")

Changelog

See the CHANGELOG file

Roadmap

See the Trello board (fr)

About

Some Minecraft tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages