From 47fc0cff3bc9367d4dfee5eae198d9269b5c7382 Mon Sep 17 00:00:00 2001 From: CJ Burkey Date: Sun, 18 Aug 2024 21:26:27 -0400 Subject: [PATCH 1/4] Add ClaimChunk to list of plugins using PlaceholderAPI --- docs/users/plugins-using-placeholderapi.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/users/plugins-using-placeholderapi.md b/docs/users/plugins-using-placeholderapi.md index ba3f46c..82d525f 100644 --- a/docs/users/plugins-using-placeholderapi.md +++ b/docs/users/plugins-using-placeholderapi.md @@ -215,6 +215,9 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ - **[CitizensBooks](https://www.spigotmc.org/resources/37465/)** - [x] Supports placeholders. - [ ] Provides own placeholders. [Link] +- **[ClaimChunk](https://www.spigotmc.org/resources/claimchunk.44458/)** + - [x] Supports placeholders. + - [x] Provides own placeholders. [**[Link](https://github.com/cjburkey01/ClaimChunk/wiki/Placeholder-API-Integration)**] - **[Clans-API for Spigot/Clan tag in chat](https://www.spigotmc.org/resources/31547/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[Link](placeholder-list.md#clans-api-for-spigotclan-tag-in-chat)**] From feeda4e95d395b21d94f33b707bb69a3d6318de6 Mon Sep 17 00:00:00 2001 From: CJ Burkey Date: Sun, 18 Aug 2024 22:28:46 -0400 Subject: [PATCH 2/4] Include ClaimChunk in placeholder-list.md --- docs/users/placeholder-list.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/users/placeholder-list.md b/docs/users/placeholder-list.md index 6e404fd..921baa6 100644 --- a/docs/users/placeholder-list.md +++ b/docs/users/placeholder-list.md @@ -174,6 +174,7 @@ Further details on how to contribute to this list or the wiki as a whole can be - **[ChatColor+ Premium](#chatcolor-premium)** - **[ChatReaction](#chatreaction)** - **[CheckNameHistory](#checknamehistory)** + - **[ClaimChunk](#claimchunk)** - **[Clans](#clans)** - **[ClansFree](#clansfree)** - **[Clans-API for Spigot/Clan tag in chat](#clans-api-for-spigotclan-tag-in-chat)** @@ -2318,6 +2319,21 @@ Please see ?510 for a list of all expansions officially maintained by the Placeh ---- +- ### **[ClaimChunk](https://www.spigotmc.org/resources/claimchunk.44458/)** + > NO DOWNLOAD COMMAND + + ``` + %claimchunk_my_name% + %claimchunk_my_claims% + %claimchunk_my_max_claims% + %claimchunk_my_remaining_claims% + %claimchunk_am_trusted% + %claimchunk_current_owner% + %claimchunk_current_name% + ``` + +---- + - ### **[Clans](https://www.spigotmc.org/resources/22304/)** > NO DOWNLOAD COMMAND From 3eb3686790ec7c3343145437361b9fc52da6f4c3 Mon Sep 17 00:00:00 2001 From: CJ Burkey Date: Sun, 18 Aug 2024 22:36:37 -0400 Subject: [PATCH 3/4] Fix ClaimChunk link --- docs/users/plugins-using-placeholderapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users/plugins-using-placeholderapi.md b/docs/users/plugins-using-placeholderapi.md index 82d525f..7fb1798 100644 --- a/docs/users/plugins-using-placeholderapi.md +++ b/docs/users/plugins-using-placeholderapi.md @@ -217,7 +217,7 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ - [ ] Provides own placeholders. [Link] - **[ClaimChunk](https://www.spigotmc.org/resources/claimchunk.44458/)** - [x] Supports placeholders. - - [x] Provides own placeholders. [**[Link](https://github.com/cjburkey01/ClaimChunk/wiki/Placeholder-API-Integration)**] + - [x] Provides own placeholders. [**[Link](placeholder-list.md#claimchunk)**] - **[Clans-API for Spigot/Clan tag in chat](https://www.spigotmc.org/resources/31547/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[Link](placeholder-list.md#clans-api-for-spigotclan-tag-in-chat)**] From be9accf81a2cc297e163a93e852facd6c24f2601 Mon Sep 17 00:00:00 2001 From: Andre_601 Date: Mon, 19 Aug 2024 16:15:59 +0200 Subject: [PATCH 4/4] Apply suggestions from code review --- docs/users/placeholder-list.md | 2 +- docs/users/plugins-using-placeholderapi.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/users/placeholder-list.md b/docs/users/placeholder-list.md index 921baa6..4c556d9 100644 --- a/docs/users/placeholder-list.md +++ b/docs/users/placeholder-list.md @@ -2319,7 +2319,7 @@ Please see ?510 for a list of all expansions officially maintained by the Placeh ---- -- ### **[ClaimChunk](https://www.spigotmc.org/resources/claimchunk.44458/)** +- ### **[ClaimChunk](https://www.spigotmc.org/resources/44458/)** > NO DOWNLOAD COMMAND ``` diff --git a/docs/users/plugins-using-placeholderapi.md b/docs/users/plugins-using-placeholderapi.md index 7fb1798..43c711a 100644 --- a/docs/users/plugins-using-placeholderapi.md +++ b/docs/users/plugins-using-placeholderapi.md @@ -215,7 +215,7 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ - **[CitizensBooks](https://www.spigotmc.org/resources/37465/)** - [x] Supports placeholders. - [ ] Provides own placeholders. [Link] -- **[ClaimChunk](https://www.spigotmc.org/resources/claimchunk.44458/)** +- **[ClaimChunk](https://www.spigotmc.org/resources/44458/)** - [x] Supports placeholders. - [x] Provides own placeholders. [**[Link](placeholder-list.md#claimchunk)**] - **[Clans-API for Spigot/Clan tag in chat](https://www.spigotmc.org/resources/31547/)**