Go to file
BuckarooBanzay b1319ae228 replace asserts with checks 2022-08-18 08:49:19 +02:00
.github/workflows add integration test 2020-04-13 20:00:35 +02:00
bridge Add support for realtime APercy Airutils-based planes 2022-08-14 12:24:32 +02:00
sounds teleport sound 2020-01-19 20:39:24 +01:00
textures Add files via upload 2020-11-30 20:47:31 +01:00
.luacheckrc add `airutils` to write globals 2022-08-14 12:24:55 +02:00
bones.lua replace asserts with checks 2022-08-18 08:49:19 +02:00
border.lua fix typo 2020-04-26 13:27:35 +02:00
common.lua streamline can_dig/can_interact 2019-05-15 16:06:49 +02:00
init.lua use "minetest.get_modpath" to detect the qos mod 2021-05-14 07:43:38 +02:00
integration-test.sh add integration test 2020-04-13 20:00:35 +02:00
integration_test.lua add integration test 2020-04-13 20:00:35 +02:00
label.lua adjust crafting to be compatible with MC2 2020-04-26 13:27:35 +02:00
legacy.lua export from https://github.com/thomasrudin-mt/mapserver 2019-05-04 20:55:32 +02:00
mod.conf Add support for realtime APercy Airutils-based planes 2022-08-14 12:24:32 +02:00
poi.lua poi formspec fixes 2020-07-23 20:33:15 +02:00
privs.lua export from https://github.com/thomasrudin-mt/mapserver 2019-05-04 20:55:32 +02:00
readme.md add contributors 2020-04-26 13:32:55 +02:00
show_waypoint.lua working waypoint 2020-01-19 20:17:36 +01:00
train.lua refactor for after_place_node instead of on_construct, [NOT TESTED] 2022-01-20 20:40:39 +01:00

readme.md

mapserver mod

This is the complementary mod for the mapserver: https://github.com/minetest-tools/mapserver

Documentation

See: https://github.com/minetest-tools/mapserver/blob/master/doc/mod.md

example for active mode configuration

minetest.conf

secure.http_mods = mapserver
mapserver.url = http://127.0.0.1:8080
mapserver.key = myserverkey

Contributors

Thanks to:

  • @Panquesito7 (mod.conf/depends.txt cleanup)
  • @SwissalpS (minor corrections)
  • @Athemis (mineclone support)

License