1 Protector Redo mod
[protect]
3 Protector redo for minetest is a mod that protects a players builds by placing
4 a block that stops other players from digging or placing blocks in that area.
6 based on glomie's mod, remade by Zeg9 and reworked by TenPlus1.
8 https://forum.minetest.net/viewtopic.php?f=
11&t=
9376
14 0.3 - Added Protection Logo to blend in with player builds
15 0.4 - Code tweak for
0.4.10+
16 0.5 - Added protector.radius variable in init.lua (default:
5)
17 0.6 - Added Protected Doors (wood and steel) and Protected Chest
18 0.7 - Protected Chests now have "To Chest" and "To Inventory" buttons to copy
19 contents across, also chests can be named
20 0.8 - Updated to work with Minetest
0.4.12, simplified textures
22 1.0 - Only owner can remove protector
23 1.1 - Set 'protector_pvp = true' in minetest.conf to disable pvp in protected
24 areas except your own, also setting protector_pvp_spawn higher than
0 will
25 disable pvp around spawn area with the radius you entered
26 1.2 - Shift and click support added with Minetest
0.4.13 to quickly copy stacks
27 to and from protected chest
28 1.3 - Moved protector on_place into node itself, protector zone display changed
29 from
10 to
5 seconds, general code tidy
30 1.4 - Changed protector recipes to give single item instead of
4, added + button
31 to interface, tweaked and tidied code, added admin command /delprot to remove
32 protectors in bulk from banned/old players
33 1.5 - Added much requested protected trapdoor
34 1.6 - Added protector_drop (true or false) and protector_hurt (hurt by this num)
35 variables to minetest.conf settings to stop players breaking protected
36 areas by dropping tools and hurting player.
38 Usage: (requires server privelage)
44 remove specific user names
48 remove all names from list
52 Whenever a player is near any protectors with name1 or name2 then it will be
53 replaced by an air block.