2015-02-13 20:10:29 +01:00
|
|
|
Protector Redo mod [protect]
|
2014-11-09 20:43:01 +01:00
|
|
|
|
2015-08-31 12:05:55 +02:00
|
|
|
Protector redo for minetest is a mod that protects a players builds by placing
|
|
|
|
a block that stops other players from digging or placing blocks in that area.
|
|
|
|
|
|
|
|
based on glomie's mod, remade by Zeg9 and reworked by TenPlus1.
|
2014-11-09 20:43:01 +01:00
|
|
|
|
2015-01-05 19:53:00 +01:00
|
|
|
https://forum.minetest.net/viewtopic.php?f=11&t=9376
|
|
|
|
|
2015-02-13 20:10:29 +01:00
|
|
|
Released under WTFPL
|
|
|
|
|
|
|
|
0.1 - Initial release
|
|
|
|
0.2 - Texture update
|
|
|
|
0.3 - Added Protection Logo to blend in with player builds
|
|
|
|
0.4 - Code tweak for 0.4.10+
|
|
|
|
0.5 - Added protector.radius variable in init.lua (default: 5)
|
|
|
|
0.6 - Added Protected Doors (wood and steel) and Protected Chest
|
2015-08-31 12:05:55 +02:00
|
|
|
0.7 - Protected Chests now have "To Chest" and "To Inventory" buttons to copy
|
|
|
|
contents across, also chests can be named
|
2015-04-11 14:09:00 +02:00
|
|
|
0.8 - Updated to work with Minetest 0.4.12, simplified textures
|
2015-05-27 16:57:19 +02:00
|
|
|
0.9 - Tweaked code
|
2015-08-19 09:51:42 +02:00
|
|
|
1.0 - Only owner can remove protector
|
2015-08-31 12:05:55 +02:00
|
|
|
1.1 - Set 'protector_pvp = true' in minetest.conf to disable pvp in protected
|
|
|
|
areas except your own, also setting protector_pvp_spawn higher than 0 will
|
|
|
|
disable pvp around spawn area with the radius you entered
|
|
|
|
1.2 - Shift and click support added with Minetest 0.4.13 to quickly copy stacks
|
2015-10-09 16:13:24 +02:00
|
|
|
to and from protected chest
|
|
|
|
1.3 - Moved protector on_place into node itself, protector zone display changed
|
2015-11-13 12:23:30 +01:00
|
|
|
from 10 to 5 seconds, general code tidy
|
|
|
|
1.4 - Changed protector recipes to give single item instead of 4, added + button
|
2015-11-13 13:10:52 +01:00
|
|
|
to interface, tweaked and tidied code, added admin command /delprot to remove
|
|
|
|
protectors in bulk from banned/old players
|