Various updates and improvements.
This commit is contained in:
@@ -491,6 +491,19 @@ EnchantBlackList = 7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7
|
||||
# Default: True
|
||||
DisableOverEnchanting = True
|
||||
|
||||
# Over-enchant protection.
|
||||
# If player is found with an over-enchanted item, he will be punished and the item will disappear.
|
||||
# Default: True
|
||||
OverEnchantProtection = True
|
||||
|
||||
# The punishment for over-enchanting.
|
||||
# NONE - Disabled (items will still be deleted)
|
||||
# BROADCAST - broadcast warning to GMs only
|
||||
# KICK - kick player
|
||||
# KICKBAN - kick and ban player
|
||||
# JAIL - jail player
|
||||
OverEnchantPunishment = JAIL
|
||||
|
||||
# Minimum armor enchant announce.
|
||||
# Default: 6
|
||||
MinimumArmorEnchantAnnounce = 6
|
||||
|
||||
Reference in New Issue
Block a user