mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-10-28 20:28:21 +01:00
5 lines
195 B
Lua
5 lines
195 B
Lua
local S = minetest.get_translator("mcl_privs")
|
|
|
|
minetest.register_privilege("maphack", {
|
|
description = S("Can place and use advanced blocks like mob spawners, command blocks and barriers."),
|
|
})
|