Skip to content

Releases: RoinujNosde/TitansBattle

v6.2.0

09 Aug 19:56
13497c0
Compare
Choose a tag to compare

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)

v6.1.0

30 Jun 23:51
9867cf6
Compare
Choose a tag to compare

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)

v6.0.0

07 Jun 02:20
e839636
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v6.0.0

v5.1.0

18 Apr 17:23
cf40362
Compare
Choose a tag to compare
  • Adds getGame() to PlayerWinEvent
  • Adds settings for blocking melee and/or ranged damage
  • Displays the weapon name on death messages
  • Merges messages "has_killed_times" and "killed_by"
  • Also shows the kill counts for the victim
  • Fixes pvp false
  • Fixes ArrayIndexOutOfBoundsException on EliminationTournamentGame
  • Probably fixes mcMMO skills during games

v5.0.0-beta

18 Mar 02:01
6983d35
Compare
Choose a tag to compare
  • Added sounds to events of the game (join, leave, watch, teleport, victory, death)
  • Every command and subcommand is now editable
  • Added config to block commands for EVERYONE during a game
  • Added ACTION BAR message with the remaining opponents count when a player dies
  • Added Russian translation
  • Added new game mode: Elimination Tournament
  • Added config for enabling/disabling Killer on games
  • Added prizes for first, second, third place and killer
  • Broadcasts can be disabled if the message is empty
  • Fixed events
  • Removed Vault support
  • Added support for PlaceholderAPI
  • Clears the inventory before giving kit
  • Teleports dead players to the watchroom
  • Gets messages from English if not found in others
  • Added killer to ParticipantDeathEvent
  • Adds countdown title before battle
  • Changes sound config to use ENUMs
  • Warns of invalid sounds
  • Adds hidden config for disabling ff messages
  • Sorts the game configuration alphabetically for better reading
  • Removes built-in support for Factions
  • Adds ability to run commands before/after fights
  • Adds option to disable PvP in games

v4.1.0-beta

21 Dec 00:34
3f75f6e
Compare
Choose a tag to compare

Added sounds to events of the game (join, leave, watch, teleport, victory, death)
Added ACTION BAR message with the remaining opponents count when a player dies
Added Prizes for the killer
Added config to block commands for EVERYONE during a game
Added color for the , and & on lists
Added Russian translation
Every command and subcommand is now editable
Cleaned the ConfigManager
Fixed attacks cancelled on group mode

v4.0.1-beta

17 Dec 00:00
d18bb00
Compare
Choose a tag to compare

Removed debug messages
Fixed external GroupManagers not being recognized

v4.0.0-beta

11 Dec 01:17
Compare
Choose a tag to compare

Now you can have as many events as you want with their own config
Implemented ACF
Kit items are setted in the slots they were originally created
Probably fixes messages such as "you cannot attack an ally"
Fixes new items not being recognized (netherite)
Adds max players per group, max players and max groups
Added API for group plugins to hook into TitansBattle

v3.0.6

16 Aug 21:56
Compare
Choose a tag to compare

Fixes mysql table creation

v3.0.5

07 Aug 21:37
Compare
Choose a tag to compare

Fixed NPE if no one got killed
Fixed plugin broadcasting a player as winner instead of a group in FUN mode