summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-11-03 05:03:44 +0100
committerWuzzy <almikes@aol.com>2016-11-03 05:03:44 +0100
commitaccfc3c2e917fb87c2a36c20483446f33000adcd (patch)
treedb771608036bea89d08263a1681206b855244a4f /init.lua
parent66d82500b7567c058f3a0e7d3ecb9e09782cb025 (diff)
Add some commands text
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua18
1 files changed, 17 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 242053d..3e66e0b 100644
--- a/init.lua
+++ b/init.lua
@@ -285,7 +285,23 @@ doc.new_entry("online", "intro", {
-- TODO
doc.new_entry("online", "commands", {
name="Server commands",
- data="TODO"})
+ data=
+[=[
+Server commands are special commands to the server that can be entered by any player via the chat to cause the server to do something. There are a few commands which can be issued by everyone, but some commands only work if you have certain privileges granted on the server.
+
+To issue a command, simply type it like a chat message or use the console. All commands have to begin with “/”, for example “/mods”.
+
+Try it for yourselves: Close this window and say “/mods” in chat. This server will show you a list of mods installed on this server.
+
+In Minetest, there is a small set of basic commands which are always available. Additional commands may be added by mods. This means, on other servers you might have new commands.
+
+To help you get started, here are some basic commands:
+
+* /help all: Lists and describes all server commands
+* /privs: Lists your privileges
+* /help privs: Shows description about all privileges
+]=]
+})
-- TODO
doc.new_entry("online", "privs", {