| 1016 | |
| 1017 | ################################################################################################################### |
| 1018 | # |
| 1019 | # Rated arena matches config |
| 1020 | # |
| 1021 | # MaxRatingDifference: the maximum rating difference between two groups in rated matches |
| 1022 | # Default: 0 (disable, rating difference is discarded) |
| 1023 | # |
| 1024 | # RatingDiscardTimer: after the specified milliseconds has passed, |
| 1025 | # rating information will be discarded when selecting teams for matches |
| 1026 | # also initiates an update by this timer |
| 1027 | # Default: 60000 |
| 1028 | # |
| 1029 | # AutoDistributePoints: set if arena points should be distributed automatically, or by GM command |
| 1030 | # Default: 0 (disable) (recommended): use gm command or sql query to distribute the points |
| 1031 | # 1 (enable): arena points are distributed automatically |
| 1032 | # |
| 1033 | # AutoDistributeInterval: how often should the distribution take place |
| 1034 | # if automatic distribution is enabled |
| 1035 | # in days |
| 1036 | # Default: 7 (weekly) |
| 1037 | # |
| 1038 | ################################################################################################################### |
| 1039 | |
| 1040 | Arena.MaxRatingDifference = 0 |
| 1041 | Arena.RatingDiscardTimer = 60000 |
| 1042 | Arena.AutoDistributePoints = 0 |
| 1043 | Arena.AutoDistributeInterval = 7 |
| 1044 | |
| 1045 | ################################################################################################################### |
| 1046 | # |
| 1047 | # Battleground config |
| 1048 | # |
| 1049 | # PrematureFinishTimer: the time to end the bg if there are less than minplayersperteam on one side |
| 1050 | # in milliseconds, 0 - disabled |
| 1051 | # Default: 0 |
| 1052 | # |
| 1053 | ################################################################################################################### |
| 1054 | |
| 1055 | BattleGround.PrematureFinishTimer = 0 |