Skip to content

Releases: CraptiCraft-Development/ClansLite-API

1.21.11 Support & New Features

18 Jan 23:23

Choose a tag to compare

ClansLite Change-log:

  • Updated GitHub repository.
  • Added new general config value.
  • Added delayed registration system for Essentials.
  • Added ability to separate colour codes permission and formatting codes.
  • Added new permission node clanslite.command.clan.prefix.prefixformatting.
  • Added new clan-prefix-no-formatting-permission value to messages.yml.
  • Fixed clan prefix length not stripping colours correctly.
  • Added new stripColorCodes(String text) method to ColorUtils.
  • Deprecated original stripClanPrefixColorCodes(String clanPrefix) in ClanStorageAbstract.
  • Fixed bug with removing chest access for offline players.
  • Added support for MC version 1.21.11.
  • Changed plugin version to 1.6.3.

ClansLite-API Change-log:

  • Changed plugin API version to 1.6.3.

Added the following to the general section of the config.yml:

  delay-essentials-chat-registration:
    #How long in seconds do you wish to delay the event listener registration on plugin load? [Default value: 10]
    #This only needs adjusting if you encounter issue with the {CLAN} placeholder not correctly registering.
    time: 10

Added the following to the prefix section of messages.yml:

clan-prefix-no-formatting-permission: "&3Sorry, you don't have permission to use formatting codes in the prefix."

1.21.9-10 Support

17 Nov 15:36

Choose a tag to compare

ClansLite change-log:

  • Updated GitHub repository.
  • Updated all dependencies.
  • Added support for 1.21.9 MC version.
  • Added support for 1.21.10 MC version.
  • Change plugin version to 1.6.2.

ClansLite-API change-log:

  • Changed plugin API version to 1.6.2.

1.21.6/7/8 Support & Bug Fixes

13 Sep 16:29

Choose a tag to compare

ClansLite Change-log:

  • Updated GitHub repository.
  • Updated all dependencies.
  • Fixed EssentialsXChat tag parsing.
  • Added EssentialsXAPI.java.
  • Added new 1.21.6 ServerVersion support.
  • Added new 1.21.7 ServerVersion support.
  • Added new 1.21.8 ServerVersion support.
  • Moved server versioning checks to separate class.
  • Removed deprecated ClansStorageUtil.java class.
  • Removed deprecated UserMapStorageUtil.java class.
  • Changed plugin version to 1.6.1.

ClansLite-API Change-log:

  • Changed API version to 1.6.1.

Major Recode With Bug Fixes & 1.21.5 Support

25 Mar 20:02

Choose a tag to compare

ClansLite Change-log:

  • Full rewrite of the storage system.
  • Added new plugin reloading system.
  • Fixed ClanChat message sender not seeing messages to ClanChatCommand.
  • Removed MySQL features from free version.
  • Added new 1.21.5 ServerVersion support.
  • Changed plugin version to 1.6.0

ClansLite-API Change-log:

  • Added new refreshData() method.
  • Changed API version to 1.6.0.

Users may need to regenerate their config.yml, messages.yml & clangui.yml files if any errors occur.

API Fixes, MiniMessage Support & MySQL Groundwork

27 Nov 22:33

Choose a tag to compare

ClansLite Change-log:

  • Updated GitHub repository.
  • Fixed API methods not returning the correct clan.
  • Added support for MiniMessage formatting.
  • Begun groundwork for adding MySQL storage option.
  • Changed plugin version to 1.5.4.

ClansLite-API Change-log:

  • Fixed API methods not returning the correct clan.
  • Changed API version to 1.5.4.

Permissions Fix & New Commands

29 Aug 01:09

Choose a tag to compare

ClansLite Change Log

  • Updated GitHub repository.
  • Fixed granular permission systems.
  • Added granular permissions to all /clanchest commands(true by default).
  • Added better tab completion of commands.
  • Added new variables to messages.yml.
  • Added new /clanadmin playerinfo <player> command.
  • Added new /clanadmin visithome <clan-name> command.
  • Changed plugin version to 1.5.3.

ClansLite-API Change Log

  • Changed API version to 1.5.3.

Bug Fixes & New Permissions

22 Aug 22:20

Choose a tag to compare

ClansLite Change Log

  • Updated GitHub repository.
  • Updated all dependencies.
  • Fixed data saving issue.
  • Usermap now saves on /clanadmin save.
  • Added granular permissions to all /clan commands(true by default).
  • Added new variable to messages.yml.
  • Added Maven Wrapper plugin.
  • Changed plugin version to 1.5.2.

ClansLite-API Change Log

  • Changed API version to 1.5.2.

USERS MUST UPDATE OR REGENERATE THIER MESSAGES.YML TO PREVENT ERRORS!

1.21 Support

05 Jul 15:16

Choose a tag to compare

ClansLite Change-logs:

  • Updated GitHub repository.
  • Added 1.21 support.
  • Changed plugin version to 1.5.1.

ClansLite-API Change-logs:

  • Changed API version to 1.5.1.

HOT FIX

04 Jun 20:58

Choose a tag to compare

ClansLite Change-logs:

  • Updated GitHub repository.
  • Downgraded to Java 11.
  • Changed plugin version to 1.5.0.

ClansLite-API Change-logs:

  • Changed API version to 1.5.0.

1.20.6 Support & JavaDocs Fixes

04 Jun 20:24

Choose a tag to compare

ClansLite Change-logs:

  • Updated GitHub repository.
  • Plugin is now compiled using Java 21.
  • Added 1.20.6 support.
  • Rewritten the plugin VersionCheckerUtils system.
  • Minor change to PlayerPreConnectionEvent.
  • Changed plugin version to 1.4.9.

ClansLite-API Change-logs:

  • Added Javadocs to ALL ClansLiteAPI events.
  • Changed API version to 1.4.9.