Skip to content

Commit

Permalink
revised description of setting
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS committed Sep 22, 2024
1 parent 68e8237 commit e50cc25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions settingtypes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
#areas.filename (Configuration file path) string (world_path)/areas.dat

# Use smallest area volume precedence concept. (experimental may change)
# Determine area access based on the smallest area volume that contains
# the interaction position. Sharing areas is achieved with factions instead
# of using /add_owner.
# This allows players to have private areas within a greater open/shared area
# and also define open/shared areas within those private areas.
# If set to `false`: interacting is allowed if the interaction position
# resides in the players own area, area is open or shared with factions.
# Even if other more restrictive areas enclose the interaction position.
areas.use_smallest_area_precedence (Smallest area rules) bool false

# Allow players with a privilege create their own areas using /protect
Expand Down

0 comments on commit e50cc25

Please sign in to comment.