Skip to content

Releases: math0898/RPGFramework

v2.1.1 - Parties

22 Jan 01:30
83579a8

Choose a tag to compare

Here is release v2.1.1 with a number of bug fixes and the new party system.

  • Added Parties

  • Updated to Java 17.

  • Added '/party promote ' command.

  • Parties now have Party.promote(). Read Javadoc for more information.

  • Changed the class PartyCommand.Autocomplete into a static field of PartyCommand.

  • Added party members to appropriate tab completion options.

  • Increased API requirement for plugin.yml to 1.18. This is due to the project using Java 17.

  • Added startup timer.

  • Added documentation on new version v2.1.1 features.

  • Changed target and source versions in pom.xml to 16, from 17.

  • Fixed a bug where inviting an offline player could result in a NullPointerException.

  • Fixed a bug where leaving a party as the last remaining player could result in an ArrayIndexOutOfBounds.

  • Fixed numerous bugs and memory leaks present when leaving parties.