minetest-pvp/mods/pvp_areas
Solebull f352dd94e1 Remove references to pvp_areas.mode 2018-12-26 16:20:31 +01:00
..
.gitignore Installed and configured pvp_areas/ mod 2018-12-20 16:57:04 +01:00
LICENSE.txt Installed and configured pvp_areas/ mod 2018-12-20 16:57:04 +01:00
README.md Remove references to pvp_areas.mode 2018-12-26 16:20:31 +01:00
depends.txt Installed and configured pvp_areas/ mod 2018-12-20 16:57:04 +01:00
init.lua Remove references to pvp_areas.mode 2018-12-26 16:20:31 +01:00
mod.conf Installed and configured pvp_areas/ mod 2018-12-20 16:57:04 +01:00
settingtypes.txt Installed and configured pvp_areas/ mod 2018-12-20 16:57:04 +01:00

README.md

PvP Areas

Sets an area for PvP control.

Config

in minetest.conf

  • pvp_areas.enable_pvp

    • Allow PvP by default.
    • default is false, PvP is disabled
  • 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.

Local modifications

The configuration key pvp_areas.safemode is not needed anymore and is by default set to true.