Parties can now have max size limits (configurable), by default party sizes are unlimited.

This commit is contained in:
nossr50
2019-01-11 06:17:07 -08:00
parent c7a49dd283
commit 19c38f0cb1
10 changed files with 78 additions and 0 deletions

View File

@ -242,6 +242,8 @@ Items:
# Settings for Parties
###
Party:
# Maximum size for a party, -1 for infinite
MaxSize: -1
# Amount of time (in hours) to wait between automatically kicking old party members
# To only run at server start, set to 0
# To never kick old users, set to -1