From 031625e24157cd608292df20c7aaefc87c26530a Mon Sep 17 00:00:00 2001 From: CMPSCjg <52573645+CMPSCjg@users.noreply.github.com> Date: Wed, 24 Mar 2021 15:58:13 -0400 Subject: [PATCH 1/4] Add TokensPlus Placeholder --- wiki/Placeholders.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index e3e7aa8..7907a5f 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -294,6 +294,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[TokenEnchant](#tokenenchant)** - **[TokenManager](#tokenmanager)** - **[Tokens](#tokens)** +- **[TokensPlus](#tokensplus)** - **[Towny](#towny)** - **[TownyChat](#townychat)** - **[TransmuteIt](#transmuteit)** @@ -4404,6 +4405,13 @@ Replace `XXX` with the enchantment. ``` ---- +- ### **[TokensPlus](https://www.spigotmc.org/resources/tokensplus.90507/)** +> NO DOWNLOAD COMMAND +``` +%tokensplus_tokens% +``` +---- + - ### **[Towny](https://github.com/TownyAdvanced/Towny)** > NO DOWNLOAD COMMAND From 33ff83d102583eeb82b0a17ce8f2cc36b1112b32 Mon Sep 17 00:00:00 2001 From: CMPSCjg <52573645+CMPSCjg@users.noreply.github.com> Date: Wed, 24 Mar 2021 16:16:04 -0400 Subject: [PATCH 2/4] Update wiki/Placeholders.md My bad, thought I updated the URL to reflect this format. Co-authored-by: Andre_601 <11576465+Andre601@users.noreply.github.com> --- wiki/Placeholders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index 7907a5f..89b76b0 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -4405,7 +4405,7 @@ Replace `XXX` with the enchantment. ``` ---- -- ### **[TokensPlus](https://www.spigotmc.org/resources/tokensplus.90507/)** +- ### **[TokensPlus](https://www.spigotmc.org/resources/90507/)** > NO DOWNLOAD COMMAND ``` %tokensplus_tokens% From 72239801d8a140c200e70ad04d86f75d02545ad1 Mon Sep 17 00:00:00 2001 From: CMPSCjg <52573645+CMPSCjg@users.noreply.github.com> Date: Wed, 24 Mar 2021 16:19:33 -0400 Subject: [PATCH 3/4] Update Placeholders.md --- wiki/Placeholders.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index 89b76b0..f12d2e6 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -4407,6 +4407,7 @@ Replace `XXX` with the enchantment. - ### **[TokensPlus](https://www.spigotmc.org/resources/90507/)** > NO DOWNLOAD COMMAND + ``` %tokensplus_tokens% ``` From b207cbf03ec1dadb2507dff4d133fbd2e88676fb Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Wed, 24 Mar 2021 21:37:06 +0100 Subject: [PATCH 4/4] Add plugin to Plugins using PlaceholderAPI page --- wiki/Plugins-using-PlaceholderAPI.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wiki/Plugins-using-PlaceholderAPI.md b/wiki/Plugins-using-PlaceholderAPI.md index 0447951..2421658 100644 --- a/wiki/Plugins-using-PlaceholderAPI.md +++ b/wiki/Plugins-using-PlaceholderAPI.md @@ -900,6 +900,9 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl - **[Tokens](https://www.spigotmc.org/resources/71941/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#tokens]]**] +- **[TokensPlus](https://www.spigotmc.org/resources/90507/)** + - [ ] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#tokensplus]]**] - **[Towny](https://github.com/TownyAdvanced/Towny)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#towny]]**]