diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index bdb1ab0..f6bf9c8 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -88,8 +88,9 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[ChatReaction](#chatreaction)** - **[CheckNameHistory](#checknamehistory)** - **[Clans](#clans)** -- **[Clans](#clans-1)** +- **[ClansFree](#clansfree)** - **[Clans-API for Spigot/Clan tag in chat](#clans-api-for-spigotclan-tag-in-chat)** +- **[ClansPro](#clanspro)** - **[ClanSystem](#clansystem)** - **[CombatLogX](#combatlogx)** - **[Compassance](#compassance)** @@ -1587,7 +1588,7 @@ Note: You have to download the jar from the linked Spigot page. ``` ---- -- ### **[Clans](https://www.spigotmc.org/resources/78415/)** +- ### **[ClansFree](https://www.spigotmc.org/resources/78415/)** > NO DOWNLOAD COMMAND ``` @@ -1606,6 +1607,23 @@ Note: You have to download the jar from the linked Spigot page. ``` ---- +- ### **[ClansPro](https://www.spigotmc.org/resources/87515/)** +> NO DOWNLOAD COMMAND + +``` +%clanspro_clan_name% +%clanspro_clan_description% +%clanspro_clan_color% +%clanspro_clan_pvp_mode% +%clanspro_clan_balance% +%clanspro_clan_power% +%clanspro_clan_members_online% +%clanspro_member_rank% +%clanspro_member_bio% +%clanspro_raidshield_status% +``` +---- + - ### **[ClanSystem](https://www.spigotmc.org/resources/34696/)** > NO DOWNLOAD COMMAND diff --git a/wiki/Plugins-using-PlaceholderAPI.md b/wiki/Plugins-using-PlaceholderAPI.md index 1b6e95c..b6b11ff 100644 --- a/wiki/Plugins-using-PlaceholderAPI.md +++ b/wiki/Plugins-using-PlaceholderAPI.md @@ -200,9 +200,12 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl - **[Clans](https://www.spigotmc.org/resources/34696/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#clans]]**] -- **[Clans](https://www.spigotmc.org/resources/78415/)** +- **[ClansFree](https://www.spigotmc.org/resources/78415/)** - [ ] Supports placeholders. - - [x] Provides own placeholders. [**[[Link|Placeholders#clans-1]]**] + - [x] Provides own placeholders. [**[[Link|Placeholders#clansfree]]**] +- **[ClansPro](https://www.spigotmc.org/resources/87515/)** + - [x] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#clanspro]]**] - **[ClicksPerSecond](https://www.spigotmc.org/resources/57214/)** - [x] Supports placeholders. - [ ] Provides own placeholders. [Link]