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.

11 lines
422 B

# Privs of an areas mod owner
switch_creative.owner_privs (Owner privs) string "+creative, +fast, +fly"
# Privs of an areas mod guest
switch_creative.guest_privs (Guest privs) string "-fly, -fast"
# Default privs when not in an area
switch_creative.noarea_privs (Default privs) string "-creative, -fast, -fly"
# Default privs for a new area
switch_creative.default_privs (Default privs) string "+creative, +fast, +fly"