Key Changes for version 2.6.1 !! Delete the old config of announcement.yml !!
Implemented Tab Completion for /mythicdrop Command
Added tab completion for the /mythicdrop command, suggesting reload when players press Tab.
Improves user experience by guiding players through available subcommands.
New Method: onTabComplete()
Implemented the onTabComplete() method to suggest the reload subcommand.
Filters suggestions based on what the player has typed so far.
Example: Typing /mythicdrop rel and pressing Tab suggests reload.
Enhanced Announcement Config (announcement.yml)
Mobs can now have individual announcement settings.
Added a new section announce-specific-mob that allows for per-mob announcements.
Allows admins to override global announcements (announce-on-death) for specific mobs. Mobs can now have individual announcement settings.
Example Config is now :
Code (YAML):
announce-on-death: true
# Global setting to announce the most damage dealt on death messages: # Messages for the most damage dealt to a mob header: "&aLIST OF PLAYERS WHO HAVE INFLICTED THE MOST DAMAGE ON %BOSSNAME%:" entry: "&e%position%. %player% - %damage% DAMAGE" no-players: "&cNo players contributed damage to the mob." announce-specific-mob:
SkeletonKing: true
# Announce for this mob SkeletonKnight: false
# No announcement for this mob Giant: true