Camas/mods/privs/init.lua
Wuzzy d4d7f710fc Add "maphack" privilege for placing villages
This priv can later be re-used for other advanced map-changing tools
2019-09-26 13:58:13 +02:00

7 lines
223 B
Lua

local S = minetest.get_translator("privs")
minetest.register_privilege("maphack", {
description = S("Can make advanced changes to the map, like placing villages"),
give_to_singleplayer = false,
give_to_admin = false,
})