Add maphack privilege for advanced blocks like command blocks
This commit is contained in:
parent
5d2df6db4c
commit
3f0bfa0aa8
6 changed files with 82 additions and 5 deletions
1
mods/MISC/mcl_privs/description.txt
Normal file
1
mods/MISC/mcl_privs/description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Shared privileges in MineClone 2
|
3
mods/MISC/mcl_privs/init.lua
Normal file
3
mods/MISC/mcl_privs/init.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
minetest.register_privilege("maphack", {
|
||||
description = "Can place and use advanced blocks like monster spawners, command blocks and barriers.",
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue