diff options
author | Jordan Irwin <antumdeluge@gmail.com> | 2018-07-26 03:26:33 -0700 |
---|---|---|
committer | Tai Kedzierski <dch.tai@gmail.com> | 2018-07-26 11:26:33 +0100 |
commit | 6e4d66d6e8e9520180f71e4f955eff8e7f4e1799 (patch) | |
tree | 80bf68e9cb42f6b0430be000cd29fcfd53491060 /settingtypes.txt | |
parent | 0188945d0a7507b29789ce45c7a1dd89cefec477 (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 'settingtypes.txt')
-rw-r--r-- | settingtypes.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/settingtypes.txt b/settingtypes.txt index d0c30d5..22572b8 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -1,2 +1,9 @@ # Allow PvP by default. -pvp_areas_enable_pvp (PvP by Default) bool false +pvp_areas.enable_pvp (PvP by default) bool false + +# When not enabled PvP Control areas are kill zones. +pvp_areas.safemode (PvP Control areas are safe zones) bool false + +# If ShadowNinja's `areas` mod is also present with HUD registration feature, +# this label will be displayed anywhere a PvP Control area has been set. +pvp_areas.label (Show PvP area labels) string Defined area. |