summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-11-28 14:58:01 +0100
committerWuzzy <almikes@aol.com>2016-11-28 14:58:01 +0100
commit44f8110edc84b83b6efd1783a8dd28f3c06d29cf (patch)
tree6c6aa32d93c8582267a535eac412e57d11fcba2b /init.lua
parentda3cb87eb0360e4dd8e626278b4ea3789ece593a (diff)
Add basic server intro
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua7
1 files changed, 6 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 1cfe2b5..d2b0016 100644
--- a/init.lua
+++ b/init.lua
@@ -353,7 +353,12 @@ Technical:
-- TODO
doc.new_entry("online", "intro", {
name="Introduction to online multiplayer",
- data="TODO"})
+ data=
+[=[
+Every Minetest server is (more or less) different. A server can have any subgame and mods the server operator likes to.
+
+Servers provide ALL gameplay functionality (subgame, mods) and media files out of the box, no additional configuration neccessary. You only need to make sure to have a recent Minetest version to be able to connect to most servers.
+]=]
-- TODO
doc.new_entry("online", "commands", {