mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-05 07:13:51 +01:00
6 lines
195 B
Lua
6 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."),
|
|
})
|