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
436 B

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