Just downloaded the latest version. The protector wand is undefined...

In the logs...
- Code: Select all
ERROR[Server]: Item "protector:stick" not defined
I used the old mintest-protector before and the stick worked, if that's of any consequence.
ERROR[Server]: Item "protector:stick" not defined
KzoneDD wrote:Hiya; any idea why the server crashes with ... init.lua:159:find_nodes_in_area(): area volume exceeds allowed value of 551368?
KzoneDD wrote:It was. Then tried 30, still crashes. Then tried 16... no crash so far.
TenPlus1 wrote:Notice:
- protector.drop feature has been disabled, can easily be exploited using lag.
TenPlus1 wrote:Typically the server owner builds spawn first (with help) before using spawn protection...
TenPlus1 wrote:The 'delprotect' priv was deprecated and replaced with 'protection_bypass' which does the same, and protector_drop mode was removed as players misused it to cheat in duplicate items on occasion.
if minetest.is_protected(pos, hitter:get_player_name()) then
if not minetest.is_protected(pos, hitter:get_player_name()) then
Sokomine wrote:Add a command that takes a volume (i.e. as defined by WorldEdit), lists the positions of protectors that are either in this volume or at least active there, and that allows to add or remove a player from all your protectors that affect that volume.
Sokomine wrote:A command to check if all inside the marked volume is actually protected by the player.
auouymous wrote:It would probably need to be an admin/mod only feature because a large area might need to add numerous forceloaders, find all protectors in that area and then remove the forceloaders. Iterating over the list of found protectors and adding players is easy at this point.
Users browsing this forum: No registered users and 1 guest