Skip to content

Releases: booksaw/BetterTeams

4.0.5 - /team rank description

20 Aug 10:58
Compare
Choose a tag to compare

Features:

  • Added a description to /team rank (#215)

Improvements:

  • Added worldgaurd version checking (#173)
  • Stores individual team preference to /team pvp across reloads (#203)

Bug Fixes:

  • Fixed bug with /team ban for offline players (#217)
  • Fixed bug with worldguard and /teama reload (#173)

4.0.4

27 Jul 15:21
Compare
Choose a tag to compare

Bug Fixes:

  • Removed Team echest duplication bug (#207 #204)

4.0.3

27 Jul 10:25
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed bug causing the config to not reload with /teama reload (#202)
  • Fixed bug causing teams to break when they change their name (#204 #199 #193)
  • Fixed bug causing teams to be unloaded while players are still online (#205)

Development Changes:

  • Replaced the selection sign with an escape code (#196)

4.0.2

17 Jul 14:54
Compare
Choose a tag to compare

4.0.2:
Features:

  • Added translations for Catlan (#186)

Bug Fixes:

  • Fixed bug causing betterteams to not start if there is problems with teamStorage (#184)
  • Fixed bug causing money to be taken from player balance even if their team has a max bank (#180)
  • Fixed bug causing echest changes to not save (#181)
  • Fixed bug causing teams to disband incorrectly (#178 #190 #182 #187 #176 #177)
  • Fixed bug causing /teama reload to crash the plugin (#189)
  • Fixed bug with team names with the symbol : in (#185)

4.0.1

03 Jul 17:03
Compare
Choose a tag to compare

Bug fixes:

  • fixed bug causing teams to load details incorrectly when a color is not set (#175) (#174)

4.0.0

01 Jul 09:25
Compare
Choose a tag to compare

Code reorganization and storage update

Features:

  • Updated to 1.17
  • Included a new saving system (#134) (#163)
    • this saving system will massively improve performance on your server
  • Added support for Traditional Chinese
  • Added the ability to set a max balance a team bank can have per team level (#151)
  • Added the option for all teams to require a tag (#114)

Improvements:

  • Config updating is now completely automated
  • Missing translations will be saved to a file to try and encourage community translations
  • Teams can no longer spam ally requests (#148)
  • Updated polish language file to contain more translations
  • Added a way to remove a title with /team title (#127)
  • If chest commands are disabled checks on hoppers are also disabled (#162)
  • Added clarification to some config.yml comments (#141)

Bug Fixes:

  • Fixed permission issue with /team echest (#142)
  • Fixed error with command /team rank (#147)
  • Fixed endCommands in /team rankup not working as expected (#152)
  • Fixed bug meaning there was not a space at the start of a suffix (#158)
  • Fixed error tree being displayed when update checker fails (#164)
  • Fixed bug which caused an internal error to be thrown when help messages are displayed
  • Fixed slight problem with help prompt for /team create (#114)

Development changes:

  • Reworked Team class to avoid code reuse
  • Removed support for the depreciated event listener BelowNameChangeListener, Use spigot event observer pattern instead (#131)
  • Removed hardcoding for config updating

3.1.26

17 May 15:44
Compare
Choose a tag to compare

Improvements:

  • Added placeholder for the number of online players on your team (online) (#110)

Bug Fixes:

  • Fixed problem with rank permissions

3.1.25

11 May 13:07
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed prefixSyntax message having different coloured brackets (#115)
  • Fixed bug causing essentialsX /back to not work (#109)
  • Fixed bug with /team title when the player is not recognized (#112)

3.1.24

22 Apr 13:01
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed a problem with /team top (#103)

3.1.23

20 Apr 18:41
Compare
Choose a tag to compare

Features:

  • Added support for UltimateClaims (#63)
  • Individual commands can be toggled in a yaml file instead of through permissions (#92)
  • The required rank within a team can be changed for each individual command (#92)

Improvements:

  • Added two new placeholders
    • %betterteams_tag% - For the team tag
    • %betterteams_displayname% - For the display name of the team (#99)
  • Added the option to prefix chat with team tag (#99)
  • Added a maxMove option to the config for teleport warmup (#97)
  • Added language tracking to bstats (#106)
  • Commands can be run when a team levels up (#91)
  • Added RankupTeamEvent and DisbandTeamEvent to the API

Bug Fixes:

  • Fixed problem causing a space to occur at the end of the money and name placeholder (#94)
  • Fixed ClassCastException with pots (#98)
  • Fixed bug causing invite links to not expire correctly (#93)
  • Fixed bug causing ally limits to be ignored (#100)