19 lines
417 B
Lua

-- privileges for various height layers
minetest.register_privilege("moon_access", {
description = "Can travel to the moon"
})
minetest.register_privilege("asteroids_access", {
description = "Can travel to the asteroid belt"
})
minetest.register_privilege("mars_access", {
description = "Can travel to the mars"
})
minetest.register_privilege("warzone_access", {
description = "Can travel to the warzone"
})