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-permissionvalue tomessages.yml. - Fixed clan prefix length not stripping colours correctly.
- Added new
stripColorCodes(String text)method toColorUtils. - Deprecated original
stripClanPrefixColorCodes(String clanPrefix)inClanStorageAbstract. - 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: 10Added 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."