Skip to content

Releases: booksaw/BetterTeams

4.10.0

07 Aug 18:32
Compare
Choose a tag to compare

Features:

  • Added TeamWithdrawEvent, TeamDepositEvent and TeamDisallowedPvpEvent (#613) - Credit @Hellinduction
  • Added a title message when allying another team (#629) - Credit @svaningelgem
  • Only tab complete teams that are allies for /team neutral (#632) - Credit @svaningelgem
  • Added /teama importmessages to import translations from "missingmessages.txt"

Improvements:

  • Added missing Spanish messages (both translations) - Credit LeadVic
  • Added missing Italian messages - Credit YnsanitY
  • Added missing Polish translations - Credit Rain
  • Added missing Vietnamese translations - Credit Iamsad_VN

Bug Fixes:

  • Fixed typo in config.yml (#620) - Credit @dacoder101
  • Fixed issue where the clickable invite message's command was not translatable (#602)
  • Fixed null pointer being thrown in unexpected way (#634)
  • Improved logging for /team baltop error (#623)
  • Hopefully fixed a problem causing players to be kicked from teams (#618)
  • Fixed problem causing '?' in an item name to break SQL commands (#644)
  • Fixed missingmessages.txt getting overwritten when the server restarts losing translated messages

Code improvements:

  • Replaced equals/length with isEmpty (#630) - Credit @svaningelgem
  • Replaced some uses of List with set (Warning developers, this may be a breaking change as class names are updated) (#631) - Credit @svaningelgem

4.9.4

24 May 18:13
Compare
Choose a tag to compare

Improvements:

  • Added missing French translations - Credit DoZys
  • Added missing Hungarian translations - Credit Config
  • Added missing German translations - Credit sarp_03

Bug Fixes:

  • Removed output missed in the last update that was spamming consoles
  • Fixed issue where PromoteCommands were not working as expected (#591)
  • Fixed issue with the update link pasted in the console (#598)
  • Fixed issue not allowing /teama money to have decimal amounts (#599)
  • Fixed issue where DecentHologram displayswere not refreshing (#595)

4.9.3

01 May 17:27
Compare
Choose a tag to compare

PLEASE UPDATE AS SOON AS POSSIBLE

Fixed a bug that allowed users without permissions to crash servers running betterteams.

4.9.2

20 Apr 14:44
Compare
Choose a tag to compare

Improvements:

  • Added support for caching results for static placeholders to improve server load (#482)
  • File name now includes version number - Credit ItzSave (#573)

Bug Fixes:

  • Fixed Bug causing vanished players to be shown as online in /team info and /team invite - Credit Hellinduction (#567, #525)
  • Improved error message when team chest claim data is invalid (#587)
  • Improved error message when there is a plugin conflict in the tab menu (#587)
  • Fixed translated commands not being shown in the help menu (#584)
  • Added additional option to ensure autopurge does not activate accidentally (#574)

4.9.1

09 Mar 10:38
Compare
Choose a tag to compare

Improvements:

  • Improved /teama version output

Bug Fixes:

  • Fixed offline players not being targeted for /teama leave - Credit @EarthCow (#557)
  • Fixed /team help not showing any commands when the player is not op (#564)
  • Removed missed debug output

4.9.0

24 Feb 14:27
Compare
Choose a tag to compare
  • Added chat prefix to go from global to team or ally chat - Credit @EarthCow (#545, #314)
    • ! is for team chat, ? is for ally chat. Both are configurable by administrators
  • Added placeholders for positionscore, positionbal and positionmembmers, to show the teams position within the leaderboard - Credit @EarthCow (#549, #538)
  • Added further functionality to the /teama teleport command - Teleport all teams home, teleport everyone in a team to a given location etc. - Credit @EarthCow (#550, #534)
  • Added the ability to /teama purge a team's balance as well as score (#521)
  • Added pages to help messages and hover command suggestions (#310 #374)
  • Added support for clickable invite messages (#423)
  • Added support for banning color codes in /team color (#414)

Improvements:

  • Replaced %s with {0}, {1} etc. in messages.yml for clearer usage and support for reordering of placeholders - Credit @EarthCow (#551, #169)
  • Support translation of command arguments (#553)
  • Support the translation of admin commands
  • Color player names in /team info based on if they are online (#469)

4.8.4

27 Jan 16:11
Compare
Choose a tag to compare

Features:

  • Updated Ultimate claims version supported to v2.0.1 (#496) - NOTE: Older versions of ultimate claims are no longer supported
  • Added new Events to the BetterTeams API - Credit @EarthCow (#524)
  • Added an option to announce team joining, leaving and disbanding - Credit @EarthCow (#541, #539)
  • Added placeholders to get members at a specific rank - Credit @EarthCow (#542, #537)
  • Added /teama ally and /teama neutral (#523)

Bug Fixes:

4.8.3

29 Oct 15:34
Compare
Choose a tag to compare

Features:

Improvements:

  • Added support for placeholders in the /team chat syntax (#515)

Bug fixes:

  • Improved issues with Dutch translations (#512) - Credit @Ceymikey
  • Fixed bug causing /team top to incorrectly rank teams (#513)
  • Fixed bug with /team ban attempting to notify offline players (#516)
  • Improved the error message for when team data is desynced (#517)

4.8.2

08 Oct 13:33
Compare
Choose a tag to compare

Features:

  • Added Dutch language support (#505) - Credit @Ceymikey (Discord, Ceymikey )
  • Added Korean language support (#506) - Credit @FlagFan34272 (Discord, nyaneo )

Bug Fixes:

  • Fixed issue causing team names to exist even when they do not exist (#509, #501) - Credit @SavageAvocado (GitHub)
  • Fixed typo in messages.yml (#503)

4.8.1

31 Aug 15:47
Compare
Choose a tag to compare

Features:

  • Added TeamPreMessageEvent and TeamMessageEvent to the API (#492) - Credit @Harieo (GitHub)