mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-10 01:33:50 +01:00
6 lines
214 B
Lua
6 lines
214 B
Lua
local S = minetest.get_translator(minetest.get_current_modname())
|
|
|
|
minetest.register_privilege("maphack", {
|
|
description = S("Can place and use advanced blocks like mob spawners, command blocks and barriers."),
|
|
})
|