Clans-API for Spigot
This is an API of
Clans for Spigot plugins (useful for matchmaking or getting in which clan a player is). It is not only an API, it sets also the display name for players if "API-Only" is set to false. Also it adds the
MVdWPlaceholder placeholder and
PlaceHolderAPI placeholder. A list of the placeholders can be found in this description under "Valid Placeholders". This plugin depends on
Spigot Friend API for Party and Friends for Bungeecord. The JavaDoc can be found
here.
Valid Placeholders
- MVdWPlaceholder:
- {clantag}
- {clantag_custom_design} (This placeholder can be customized in the config under "PlaceholderCustomDesign")
- {clanname}
- {clantag}
- PlaceholderAPI:
- %clantagprovider_clantag%
- %clantagprovider_clantag_custom_design% (This placeholder can be customized in the config under "PlaceholderCustomDesign")
- %clantagprovider_clanname%
- %clantagprovider_colored_clanname%
- %clantagprovider_clan_color%
- %clantagprovider_clantag%
Spoiler: Config
Code (YAML):
API-Only
: false
new-display-name : '&e< [ %CLAN_TAG%]> [%PLAYER_DISPLAY_NAME%]&r'
PlaceholderCustomDesign:
Placeholder : '&e< [ %CLAN_TAG%]> '
OnEmpty : ''
ClanName:
Placeholder : '&e< [ %CLAN_NAME%]> '
OnEmpty : ''
new-display-name : '&e< [ %CLAN_TAG%]> [%PLAYER_DISPLAY_NAME%]&r'
PlaceholderCustomDesign:
Placeholder : '&e< [ %CLAN_TAG%]> '
OnEmpty : ''
ClanName:
Placeholder : '&e< [ %CLAN_NAME%]> '
OnEmpty : ''
Spoiler: Maven
HTML:
<repositories>
<repository>
<id>simonsators-repo </id>
<url>https://simonsator.de/repo/ </url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>de.simonsator </groupId>
<artifactId>Clans-Spigot-Part </artifactId>
<version>1.0.22 </version>
<scope>provided </scope>
<exclusions>
<exclusion>
<groupId>be.maximvdw </groupId>
<artifactId>MVdWPlaceholderAPI </artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<repository>
<id>simonsators-repo </id>
<url>https://simonsator.de/repo/ </url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>de.simonsator </groupId>
<artifactId>Clans-Spigot-Part </artifactId>
<version>1.0.22 </version>
<scope>provided </scope>
<exclusions>
<exclusion>
<groupId>be.maximvdw </groupId>
<artifactId>MVdWPlaceholderAPI </artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Clans-API for Spigot/Clan tag in chat is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 13,665 times (via Spigot). Download it and open it directly in the game.