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.

12 lines
433 B

5 years ago
# Privs of an areas mod owner
creative_regions.owner_privs (Owner privs) string "+creative, +fast, +fly"
5 years ago
# Privs of an areas mod guest
5 years ago
creative_regions.guest_privs (Guest privs) string ""
5 years ago
# Default privs when not in an area
5 years ago
creative_regions.noregion_privs (Noregion default privs) string "-creative, -fast, -fly"
# Default privs for a new area
5 years ago
creative_regions.default_privs (Region default privs) string "+creative, +fast, +fly"