Add "protection_bypass" priv.
authorAuke Kok <sofar@foo-projects.org>
Wed, 20 Jan 2016 14:29:48 +0000 (14:29 +0000)
committerparamat <mat.gregory@virginmedia.com>
Sun, 13 Mar 2016 04:48:57 +0000 (04:48 +0000)
commit2fb40be4098cd6964b5247a7227c79be9576331a
tree3d789b33358b9a8df2e8c72d3da8f950b9eb7155
parentf8f7502e3253d50e4e0829fdd6e2ad7aab2e4cd3
Add "protection_bypass" priv.

The access privilege allows players that have it to bypass protection
on locked doors/trapdoors, chests and bones.

The priv also allows bypassing any minetest.is_protected() check,
including digging nodes and placing them. It is meant for world
moderators to clean up and fix map issues.

Original patch by red-001. Split up and rebased/rewritten by sofar.

This patch requires https://github.com/minetest/minetest/pull/3800
mods/bones/init.lua
mods/default/nodes.lua
mods/doors/init.lua