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`:
Code (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`.