Skip to content

1.21.11 Support & New Features

Latest

Choose a tag to compare

@Loving11ish Loving11ish released this 18 Jan 23:23
· 4 commits to main since this release

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."