Various updates and improvements.
This commit is contained in:
@@ -525,15 +525,14 @@ AltItemAuctionTimeExtendsOnBid = 0
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# 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
|
||||
# BROADCAST - broadcast warning to GMs only
|
||||
# KICK - kick player (default)
|
||||
# KICKBAN - kick and ban player
|
||||
# JAIL - jail player
|
||||
DefaultPunish = KICK
|
||||
|
||||
# This setting typically specifies the duration of the above punishment.
|
||||
# Default: 0
|
||||
# Default: 0 (automatically sets to 100 years)
|
||||
DefaultPunishParam = 0
|
||||
|
||||
# Apply default punish if player buy items for zero Adena.
|
||||
|
||||
Reference in New Issue
Block a user