- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- Donation Link:
- https://www.paypal.me/Phloxz
![]()
Features
Configurable Clan Name Length
Configurable ChatFormat
Configurable Permission (Toggleable)
Configurable Prefix
No MySQL Support - Configuration Files only
Supports Clan Kills
Supports No Team - Damage (Clan Members can't damage each other)
Configurable Clan Color(s) (handled by Clan kill amount)
Configurable Clan Base
Configurable Messages
Cached UUID System
Clan Base Mechanics
Custom Addons
PlaceholderAPI Support from @clip
MVdWPlaceholderAPI Support from @Maximvdw
%clans_clan_tag% & %clans_colored_clan_tag% with the PlaceholderAPI from @clip
&
{clan_tag} & {colored_clan_tag} with the MVdWPlaceholderAPI from @Maximvdw
Code (Text):
ClanColors:
- 0-99:&7
- 100-299:&a
- 500:&c
This means for example in line 1, you need at least 0 Kills and a Max value of 99 to receive color &7 (Gray)
and so on.
On the end you need to add only 1 number like in this list its 500 so you need at least 500 or more ( doesn't matter how many, can be 10000 and higher)
For people who need their own chat format you can request a clan name easy by using this api
Code (Text):
ClanConfiguration clanConfiguration = new ClanConfiguration();
String clan = clanConfiguration.getClan("ClanName");
or use this to get a clan of a player ( can be null )
Code (Text):
ClanConfiguration clanConfiguration = new ClanConfiguration();
String clan = clanConfiguration.getClan(player);
to receive the clan that include's the prefix use this:
Code (Text):
ClanConfiguration clanConfiguration = new ClanConfiguration();
String clan = clanConfiguration.getClan(player);
String clan_with_prefix = clanConfiguration.getPrefix(clan);
List of Addons
ChatAddon - Allows Clan Members to chat in a private Clan Channel
RenameAddon - Allows Clan Leaders to rename their Clan
KillAddon - Custom Clan Death Messages
ShowAddon - Show Players Clan
CreateAddon - Handle Broadcast Messages on Creating Clans ( Based on Events )
ChestAddon - Exchange your Items in the Clan with other Members
Spanish Video
This is a Stream Project.
Follow me on Twitch so you won't miss my Stream Projects.

Clans - Clan System | [1.7 - 1.16] 0.4.5
A simple Clan System that supports Teaming & Ranking
Recent Updates
- [Fixed] Permissions Nov 3, 2020
- [Update] 1.16 Support Jul 2, 2020
- [Changed] Base Teleport Detection Mar 11, 2020