mirror of
https://github.com/azerothcore/mod-money-for-kills.git
synced 2026-01-13 01:08:38 +00:00
Add config options for other features
https://github.com/azerothcore/mod-money-for-kills/issues/2
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user