yl_speak_up/privs.lua
2020-11-20 11:45:50 +01:00

7 lines
223 B
Lua

local npc_master_priv_definition = {
description="Can use the staffs to command NPCs",
give_to_singleplayer = false,
give_to_admin = true,
}
minetest.register_privilege("npc_master", npc_master_priv_definition)