|
@@ -727,12 +727,13 @@ NumberOfNecessaryPartyMembers = 4
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
|
# Player punishment for illegal actions:
|
|
|
-# 1 - broadcast warning to gms only
|
|
|
-# 2 - kick player(default)
|
|
|
-# 3 - kick & ban player
|
|
|
-# 4 - jail player (define minutes of jail with param: 0 = infinite)
|
|
|
-# Default: 2
|
|
|
-DefaultPunish = 2
|
|
|
+# NONE - do nothing
|
|
|
+# BROADCAST - broadcast warning to GMs only
|
|
|
+# KICK - kick player(default)
|
|
|
+# KICK_BAN - kick & ban player
|
|
|
+# JAIL - jail player (define minutes of jail with param: 0 = infinite)
|
|
|
+# Default: KICK
|
|
|
+DefaultPunish = KICK
|
|
|
|
|
|
# This setting typically specifies the duration of the above punishment.
|
|
|
# Default: 0
|