Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 3.19 KB

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 3.19 KB

Changelog

6.2.0 (2022-08-09)

Features

  • added hook with Discord for sending game start messages (#82) (993502a)
  • lang: new Crowdin updates (#83) (9845f7e)

Bug Fixes

  • allowing duplicate elements in casualties (#80) (3f9031c)
  • ConcurrentModificationException on saveAll task (a4d5103)
  • removes out of place reference to SimpleClans (#85) (c646061)

6.1.0 (2022-06-30)

Features

  • added items blacklist (8fe39d7), closes #35
  • added items whitelist (a1be35f)
  • adds a message for explaining the game's objective (24039b5), closes #68
  • lang: new Crowdin updates (#67) (34ffa34)
  • parses placeholders in commands using PAPI (5027f6a), closes #70

Bug Fixes

  • /tb setwinner would give prizes to everyone still alive (2ac83f0), closes #69
  • added missing %titansbattle_last_<killer|winner>_% to papi info (#77) (8858fb8)
  • checking for groups even on group mode false (547304f)
  • NPE when using challenge commands from console (65156b4)
  • updated placeholders regex to match game names with accents or hyphens (#74) (9c279ac)