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.

8 lines
291 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
switch_creative.guest_privs (Default privs) string "-creative, -fast, -fly"