- Adding Advancement Handler for messages (b48ae1a)
- Adding config option to enable / disable advancement handling
- Adding config option to enable only certain type of advancement
- Adding config parameter for advancement message
Review additions to the config.yml:
messages:
advancement-message: "`%s obtained advancement %s! GG!`"
enable-advancement: true
# this will describe all types of advancements you want to be send on your telegram chat, be careful with 'recipes' type which can spam
advancement-types: "adventure,husbandry,story,nether,end"
Thanks to @Arthessia for this update.