diff options
Diffstat (limited to 'conf-tmpl/battle/misc.conf')
-rw-r--r-- | conf-tmpl/battle/misc.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf-tmpl/battle/misc.conf b/conf-tmpl/battle/misc.conf index 6f7479351..d767e829f 100644 --- a/conf-tmpl/battle/misc.conf +++ b/conf-tmpl/battle/misc.conf @@ -39,6 +39,10 @@ manner_system: yes // For PK Server Mode. Change this to define the minimum level players can start PK-ing pk_min_level: 55 +// For PK Server Mode. It specifies the maximum level difference between +// players to let them attack each other. 0 disables said limit. +pk_level_range: 0 + // Allow muting of players? muting_players: yes |