Minetest realtime mapserver, written in go
app | ||
areasparser | ||
blockaccessor | ||
colormapping | ||
coords | ||
db | ||
doc | ||
docker_builder | ||
eventbus | ||
layer | ||
luaparser | ||
mapblockaccessor | ||
mapblockparser | ||
mapblockrenderer | ||
mapobject | ||
mapobjectdb | ||
media | ||
params | ||
pics | ||
postgres_test | ||
settings | ||
static | ||
testutils | ||
tiledb | ||
tilerenderer | ||
tilerendererjob | ||
travelnetparser | ||
vfs | ||
web | ||
worldconfig | ||
.dockerignore | ||
.gitignore | ||
.travis.yml | ||
colors.txt | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
license.txt | ||
main.go | ||
Makefile | ||
readme.md |
Minetest mapserver
Realtime mapserver for Minetest
Demo: Pandorabox Server map
Documentation
- Installation
- Building
- Mapserver mod
- Parameters
- Search
- Configuration
- Contribution
- Development
- License
- Changelog
How it works
Compatibility
- Minetest 0.4.15 - 0.4.17.1
- Minetest 5.0
Features
Current features
- Click-and-run installation
- Initial and incremental map rendering
- Param2 coloring
- Realtime rendering and map-updating
- Realtime player and world stats
- Search bar
- Configurable layers (default: "Base" from y -16 to 160)
- POI markers / mod integration
- Protector display
- LCD Displays as markers
- Monitoring with Prometheus
Planned Features
- Isometric view
- Route planning (via travelnets / trains)
Supported map-databases
The connection is auto-detected from your world.mt
:
- Sqlite3
- PostgreSql
Screenshots
Web interface
Terminal
Map objects (as markers)
Enable/Disable those in the Configuration See: mapobjects
Bugs
There will be bugs, please file them in the issues page.