summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJordan Irwin <antumdeluge@gmail.com>2018-07-26 03:26:33 -0700
committerTai Kedzierski <dch.tai@gmail.com>2018-07-26 11:26:33 +0100
commit6e4d66d6e8e9520180f71e4f955eff8e7f4e1799 (patch)
tree80bf68e9cb42f6b0430be000cd29fcfd53491060 /README.md
parent0188945d0a7507b29789ce45c7a1dd89cefec477 (diff)
Update settingtypes.txt & Use 0.4.16 API on Newer Servers (#3)origin/masterorigin/HEAD
* Change setting key "pvp_areas_enable_pvp" to "pvp_areas.enable_pvp"... ...to match other settings format. * Use Minetest 0.4.16 settings API if available * Update settingtypes.txt & README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index c61faf5..7ed1100 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,10 @@ Use safemode to make areas be safe zones; otherwise they are killzones by defaul
## Config
in minetest.conf
+* `pvp_areas.enable_pvp`
+ * Allow PvP by default.
+ * default is `false`, PvP is disabled
+
* `pvp_areas.safemode`
* safemode = true --> PvP Control areas are safe zones
* default is `false`, making PvP Control areas kill zones