forked from MTSR/mapserver
Minetest realtime mapserver, written in go
cf6d84eabb
prevents the creation of an empty database-file, which in turn lets the minetest-engine crash closes #171 |
||
---|---|---|
.github | ||
app | ||
areasparser | ||
blockaccessor | ||
colormapping | ||
coords | ||
db | ||
dev | ||
doc | ||
docker_builder | ||
eventbus | ||
layer | ||
luaparser | ||
mapblockaccessor | ||
mapblockparser | ||
mapblockrenderer | ||
mapobject | ||
mapobjectdb | ||
media | ||
params | ||
pics | ||
postgres_test | ||
public | ||
settings | ||
testutils | ||
tiledb | ||
tilerenderer | ||
tilerendererjob | ||
travelnetparser | ||
web | ||
worldconfig | ||
.dockerignore | ||
.gitignore | ||
.gitmodules | ||
colors.txt | ||
create_map.sh | ||
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
- Recommended specs
- Stats webfragment
- Web API
- 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
- Skin support
- 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.