Add config options for other features

https://github.com/azerothcore/mod-money-for-kills/issues/2
This commit is contained in:
Sdyess
2019-06-10 19:11:59 -05:00
parent daf204ad34
commit e71c6062bc
2 changed files with 67 additions and 35 deletions

View File

@@ -14,6 +14,26 @@ MFK.Enable = 1
MFK.Announce = 1
# Enable announcements to notify the server of a world boss kill
# Default 1
MFK.WorldBossAnnounce = 1
# Enable player suicide announcements
# Default 1
MFK.SuicideAnnounce = 1
# Enable PvP announcements
# Default 1
MFK.PvPAnnounce = 1
# Enable Group announcements for killing a dungeon boss
# Default 1
MFK.DungeonBossAnnounce = 1
# Only allow the player with the killing blow to claim the bounty?
# Default: 0 (All players receive the bounty)