Skip to content

liubai01/minecraft_map_monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minecraft map monitor

a minecraft map monitor(dynmap) for recording our excellent time in MC by the map plugin. Statistics includes each player's spatio-temporal track, hit-point, etc.

Player-info Sample

{
	"currentcount": 13,
	"hasStorm": true,
	"players": [{
		"world": "world",
		"armor": 19,
		"name": "xxx",
		"x": 2131.0,
		"y": 65.0,
		"health": 20.0,
		"z": 460.0,
		"sort": 1,
		"type": "player",
		"account": "xxx"
	}, {
		"world": "world",
		...

Prerequisite

python3, requests

Quick Start

pip3 install requests
python3 ./MAIN.py

Update Log

2018/11/16: realize the function of downloading the player meta info

Releases

No releases published

Packages

No packages published

Languages