[Autosave]
# If checked, enables periodic autosave of party data, otherwise data is only
# saved on server shutdown (and not saved at all in case of a crash).
simple_parties_autosave (Enable party data autosave) bool true

# Interval in seconds between each autosave.
simple_parties_autosave_interval (Autosave interval) int 60 1 1440

[Limits]
# Maximum length of text in the description field.
simple_parties_description_size (Maximum description size) int 256 1 16384

# Maximum length of party name.
simple_parties_max_party_name_size (Maximum length of faction name) int 16 1 128

# Minimum length of party name.
simple_parties_min_party_name_size (Minimum length of faction name) int 4 1 128

[Decorations]
# Character placed on the left of party name in player nicknames.
simple_parties_left_separator (Left name separator) string "["

# Character placed on the right of party name in player nicknames.
simple_parties_right_separator (Right name separator) string "]"

[Party Chest]
# If checked, enables a chest that shares contents with all members of the 
# party.
simple_parties_enable_party_chest (Enable party chest) bool true

# Amount of slots in party chest.
simple_parties_party_chest_size (Size of party chest inventory) int 48 1 48
