mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
9289d89bbe
1 changed files with 7 additions and 6 deletions
|
@ -2,9 +2,10 @@
|
||||||
Minetest README
|
Minetest README
|
||||||
===============
|
===============
|
||||||
|
|
||||||
`Minetest <https://www.minetest.net/>`_ is an open source clone of `Minecraft <https://en.wikipedia.org/wiki/Minecraft>`_, the creative/explorational building blocks game.
|
`Minetest <https://www.minetest.net/>`_ is a `Minecraft <https://en.wikipedia.org/wiki/Minecraft>`_-inspired creative/explorational building blocks game, written from scratch and licensed
|
||||||
|
under the LGPL (version 2.1 or later). It supports both survival and creative modes along with multiplayer support, dynamic lighting, and an "infinite" map generator.
|
||||||
|
|
||||||
The Minetest multiplayer server can be installed as part of Internet-in-a-Box (IIAB) on Raspberry Pi, Ubuntu 18.04 and possibly also Debian.
|
The Minetest multiplayer server can be installed as part of Internet-in-a-Box (IIAB) on Raspberry Pi (Raspbian), Ubuntu 18.04 and Debian 9 Stretch.
|
||||||
|
|
||||||
Please note that the initial configuration is for creative mode, and a number of mods are installed (see the list in `tasks/main.yml <tasks/main.yml>`_).
|
Please note that the initial configuration is for creative mode, and a number of mods are installed (see the list in `tasks/main.yml <tasks/main.yml>`_).
|
||||||
|
|
||||||
|
@ -22,8 +23,8 @@ No password is required.
|
||||||
Configurable Parameters
|
Configurable Parameters
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
- ``minetest_install:`` set minetest up to install; default is False
|
- ``minetest_install:`` set Minetest up to install; default is False
|
||||||
- ``minetest_enabled:`` set minetest up to be enabled; default is False
|
- ``minetest_enabled:`` set Minetest up to be enabled; default is False
|
||||||
- ``minetest_port:`` port on which client should connect; default is 30000
|
- ``minetest_port:`` port on which client should connect; default is 30000
|
||||||
- ``minetest_server_admin:`` user with all permissions on minetest server; default is Admin
|
- ``minetest_server_admin:`` user with all permissions on minetest server; default is Admin
|
||||||
|
|
||||||
|
@ -33,14 +34,14 @@ Configurable Parameters
|
||||||
File Locations
|
File Locations
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
- The config file is: ``/etc/minetest/minetest.conf``
|
- The config file is ``/etc/minetest/minetest.conf``
|
||||||
- The world files are at ``/library/games/minetest/worlds/world``
|
- The world files are at ``/library/games/minetest/worlds/world``
|
||||||
|
|
||||||
File Locations on Raspberry Pi
|
File Locations on Raspberry Pi
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
- The server binary is ``/library/games/minetest/bin/minetestserver``
|
- The server binary is ``/library/games/minetest/bin/minetestserver``
|
||||||
- The working directory is ``//library/games/minetest``
|
- The working directory is ``/library/games/minetest``
|
||||||
- mods are in ``/library/games/minetest/games/<game>/mods``
|
- mods are in ``/library/games/minetest/games/<game>/mods``
|
||||||
|
|
||||||
File Locations on Other Platforms
|
File Locations on Other Platforms
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue