ClansLite v1.6.4

A simple clans plugin for Minecraft | Supporting Folia |
Hello Peepolians

It's been ages, I'm sorry.

This one finally adds the latest MC versions support along with the long requested clan chat toggle feature!

Multiple bugs have been crushed in this one too!

Added the following to the #Clan Chat section of messages.yml:
YAML:
toggle-clan-chat-on: "&aYou have joined clan chat. Only your clan members can see your messages now. Use the command again to leave."
toggle-clan-chat-off: "&cYou have left clan chat. You will now speak in global chat."

Users should either add the above options to their messages.yml or regenerate their file.

If you do encounter any bugs, please join our Discord and open a Support-Ticket and supply the requested information and we WILL do our best to solve your issue. (Any bugs posted in the review section WILL be ignored!)

If you discover any other issues with the plugin, please do send me a message or leave a post on the forum with your issue and I'll try my best to assist you.

Change-log:

ClansLite Change-log:

  • Updated GitHub repository.
  • Added a toggle for ClanChat.
  • Complete rewrite of ClanChatCommand.java.
  • Added new ClanChatEvent.java.
  • Added new strings to messages.yml.
  • Added new /c alias to ClanChatCommand.
  • Removed /c alias from the ClanCommand.
  • Altered ClanPrefixSubCommand.java to allow players to change colour codes.
  • Rewritten ServerVersion.java.
  • Rewritten VersionCheckerUtils.java.
  • Added support for MC 26.1.
  • Added support for MC 26.1.1.
  • Made plugin now loadable on unsupported versions.(No support guaranteed for other versions!)
  • Added new TaskTimerUtils.autoMemoryCleanupTask to fix rare GUI issue.
  • Updated plugin dependencies.
  • Rewritten ClanListGUI.java.
  • Added more error checks to GUI methods.
  • Updated ServerVersion.java to include latest MC versions.
  • Changed plugin version to 1.6.4.

ClansLite-API Change-log:

  • Added new AsyncClanChatToggleEvent.java.
  • Changed plugin API version to 1.6.4-BETA-04.
Hi Peepolians

This one adds support for MC 1.21.11 and finally adds the ability to choose if you want to allow either prefix colours OR prefix formatting OR both!

There are some new things to add to your config.yml and messages.yml:

Added the following to the general section of the config.yml:
YAML:
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:
YAML:
clan-prefix-no-formatting-permission: "&3Sorry, you don't have permission to use formatting codes in the prefix."

There is also a new permission node:
clanslite.command.clan.prefix.prefixformatting

If you do encounter any bugs, please join our Discord and open a Support-Ticket and supply the requested information and we WILL do our best to solve your issue. (Any bugs posted in the review section WILL be ignored!)

If you discover any other issues with the plugin, please do send me a message or leave a post on the forum with your issue and I'll try my best to assist you.

Change-log:

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.
Hello peepolians

This time it's a small update to add support for the latest versions for Minecraft.

If you do encounter any bugs, please join our Discord and open a Support-Ticket and supply the requested information and we WILL do our best to solve your issue. (Any bugs posted in the review section WILL be ignored!)

If you discover any other issues with the plugin, please do send me a message or leave a post on the forum with your issue and I'll try my best to assist you.

Change-log:

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.
Hi Peepolians

So sorry for the VERY long delay in posting this update but real life got in the way.

This one adds full support for the latest stable MC versions and also adds in a fix for the new issues with EssentialsX Chat not correctly showing the clan prefix.

If you do encounter any bugs, please join our Discord and open a Support-Ticket and supply the requested information and we WILL do our best to solve your issue. (Any bugs posted in the review section WILL be ignored!)

If you discover any other issues with the plugin, please do send me a message or leave a post on the forum with your issue and I'll try my best to assist you.

Change-log:

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.
Hi all!

Sorry for the delay in this update but it's here now! This one has taken a while as I had to fully recode the storage system and the reloading system.

This has now allowed for the creation of the new ClansLitePro Coming soon...

This version also should fix many issues with the clan chat system too as I have fully rewritten that.

If you do encounter any bugs, please join our Discord and open a Support-Ticket and supply the requested information and we WILL do our best to solve your issue. (Any bugs posted in the review section WILL be ignored!)

If you discover any other issues with the plugin, please do send me a message or leave a post on the forum with your issue and I'll try my best to assist you.

Change-log:

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.
Hello peepolians

This one should fix an issue with returning an incorrect clan using the API. This update now also FINALLY adds support for MiniMessage in ALL configurable strings!

Some of you will be pleased to hear that I have now begun adding the groundwork for implementing MySQL storage options!

If you do encounter any bugs, please join our Discord and open a Support-Ticket and supply the requested information and we WILL do our best to solve your issue. (Any bugs posted in the review section WILL be ignored!)

If you discover any other issues with the plugin, please do send me a message or leave a post on the forum with your issue and I'll try my best to assist you.

Change-log:

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.
Hello peepolians

This one fixes the issues introduced by v1.5.2 with the new granular permissions.
Updating is HIGHLY recommended!

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

If you do encounter any bugs, please join our Discord and open a Support-Ticket and supply the requested information and we WILL do our best to solve your issue. (Any bugs posted in the review section WILL be ignored!)

If you discover any other issues with the plugin, please do send me a message or leave a post on the forum with your issue and I'll try my best to assist you.

Change-log:

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.
Hello Peepolians

This one now fixes issues with saving the data to file.

This one also now adds a requested feature to have granular permissions for ALL of the /clan <subcommand> commands, they are all set to true by default, but you can now remove users permissions to prevent them accessing certain clan commands.

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

If you do encounter any bugs, please join our Discord and open a Support-Ticket and supply the requested information and we WILL do our best to solve your issue. (Any bugs posted in the review section WILL be ignored!)

If you discover any other issues with the plugin, please do send me a message or leave a post on the forum with your issue and I'll try my best to assist you.

Change-log:

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.
EULA: Free EULA
5,091 Views
56 Downloads
Mar 2, 2024 Published
May 11, 2026 Updated
Not yet rated
1.2 MB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. No
Type
  1. Gameplay
Supported software
  1. Spigot
  1. Paper
  1. Folia
Supported versions
  1. 26.1
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
  1. 1.16
Supported languages
  1. English
Includes DRM
No
Source access (legacy)
Closed source & obfuscated
Creator
Recommended for you
A Simple and optimised plugin to show players and admins ALL of their statistics. | Folia Support |
4.50 star(s) 3 ratings
55 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,197 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 53 ratings
3,152 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,084 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 71 ratings
2,809 purchases
5,091 Views
56 Downloads
Mar 2, 2024 Published
May 11, 2026 Updated
Not yet rated
1.2 MB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. No
Type
  1. Gameplay
Supported software
  1. Spigot
  1. Paper
  1. Folia
Supported versions
  1. 26.1
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
  1. 1.16
Supported languages
  1. English
Includes DRM
No
Source access (legacy)
Closed source & obfuscated
Creator
Recommended for you
A Simple and optimised plugin to show players and admins ALL of their statistics. | Folia Support |
4.50 star(s) 3 ratings
55 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,197 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 53 ratings
3,152 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,084 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 71 ratings
2,809 purchases
Top