Minetest mod: Toggle privs in areas
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
282 B

4 years ago
# Privs of an areas mod owner
4 years ago
toggle_areas.owner_privs (Owner privs) string "+creative, +fast, +fly"
4 years ago
# Privs of an areas mod guest
toggle_areas.guest_privs (Guest privs) string "-fly, -fast"
# Default privs
4 years ago
toggle_areas.guest_privs (Default privs) string "-creative, -fast, -fly"