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
444 B
11 lines
444 B
# Privs of an areas mod owner
|
|
creative_regions.owner_privs (Owner privs) string "+creative, +fast, +fly"
|
|
|
|
# Privs of an areas mod guest
|
|
creative_regions.guest_privs (Guest privs) string "-fly, -fast"
|
|
|
|
# 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"
|
|
|