Various updates and improvements.

This commit is contained in:
MobiusDevelopment
2023-01-30 18:51:55 +02:00
parent e37ae33a4f
commit 0d6b983c6a
7805 changed files with 1609138 additions and 1231291 deletions

View File

@@ -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