diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-29 18:09:01 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-29 18:09:01 +0000 |
commit | 71782e27ab99b98b2ec07796087dd8a46d4889d8 (patch) | |
tree | a5226394abeda724e418c24755bd1a22f21253c8 /README.md | |
parent | cfbe158cb26b6280c9c07c1bbd1862ccd1b95414 (diff) |
tweak protector_remove and add protector_replace commands
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -53,20 +53,32 @@ Usage: (requires server privelage) list names to remove - /delprot + /protector_remove remove specific user names - /delprot name1 name2 + /protector_remove name1 name2 remove all names from list - /delprot - + /protector_remove - Whenever a player is near any protectors with name1 or name2 then it will be replaced by an air block. +show owner name to replace + + /protector_replace + +replace owner with new name + + /protector_replace owner new_owner + +reset name list + /protector_replace - + + The following lines can be added to your minetest.conf file to configure specific features of the mod: protector_radius = 5 |