Skip to content

update 1.0.21

Latest
Compare
Choose a tag to compare
@mastercake10 mastercake10 released this 14 Dec 18:18
5cea6ee
  • 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.