diff options
author | Tai <dch tai gmail com> | 2016-12-25 08:58:31 +0000 |
---|---|---|
committer | Tai <dch tai gmail com> | 2016-12-25 08:58:31 +0000 |
commit | 59d811e8b66dc868f67b950ff9667f667d54e343 (patch) | |
tree | 5bd9d37a48fd0ad51d7e6181d98fbe38f077a8ed /README.md | |
parent | 2243b177b5a8c30051420e0c116b17dc0a0cf731 (diff) | |
parent | 88fa3316bf0ab9189a05b1c9d040d00589ffb300 (diff) |
Add support for areas hud and toggle settings
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc6ffc3 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# PvP Areas + +Sets an area for PvP control. + +Use safemode to make areas be safe zones; otherwise they are killzones by default. + +## Config + +* `pvp_areas.safemode` + * safemode = true --> PvP Control areas are safe zones + * default is `false`, making PvP Control areas kill zones + +* `pvp_areas.label` + * 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. + +## Commands + +* `/pvp_areas` + * without arguments lists areas, if any. +* `/pvp_areas pos1` + * selects the players current position as the area minimum. +* `/pvp_areas pos2` + * selects the players current position as the area maximum. +* `/pvp_areas set` + * adds an entry using pos1 and pos2 values. +* `/pvp_areas remove n` + * removes an area entry. |