From f5fc7f26b7e2b27cc361a2a6212212d2bc1c5881 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Thu, 30 Jul 2020 21:47:57 +0200 Subject: [PATCH 1/2] Add custom Items --- wiki/Placeholders.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index e64f894..ca07888 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -91,6 +91,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[CraftConomy](#craftconomy)** - **[CraftingStore.net](#craftingstorenet)** - **[CursedVIP](#cursedvip)** +- **[Custom Items](#custom-items)** ## **D** - **[Daily Rewards](#daily-rewards)** @@ -1579,6 +1580,15 @@ This can be used in plugins, that require an integer. (e.g. DeluxeMenus) ``` ---- +- ### **[Custom Items](https://www.spigotmc.org/resources/63848/)** +> NO DOWNLOAD COMMAND + +``` +%cui_version% +%customitems_version% +``` +---- + - ### **[Daily Rewards](https://www.spigotmc.org/resources/16708)** > NO DOWNLOAD COMMAND From a887aad9ac364f3c6cc22348f09bdad83b6ab30a Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Thu, 30 Jul 2020 21:52:06 +0200 Subject: [PATCH 2/2] Update Plugins-using-PlaceholderAPI.md --- wiki/Plugins-using-PlaceholderAPI.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wiki/Plugins-using-PlaceholderAPI.md b/wiki/Plugins-using-PlaceholderAPI.md index bf59436..544888a 100644 --- a/wiki/Plugins-using-PlaceholderAPI.md +++ b/wiki/Plugins-using-PlaceholderAPI.md @@ -233,6 +233,9 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl - **[CustomHelp](https://www.spigotmc.org/resources/20606/)** - [x] Supports placeholders. - [ ] Provides own placeholders. [Link] +- **[Custom Items](https://www.spigotmc.org/resources/63848/)** + - [ ] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#custom-items]]**] - **[CustomSigns](https://www.spigotmc.org/resources/63569/)** - [x] Supports placeholders. - [ ] Provides own placeholders. [Link] @@ -941,4 +944,4 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl ## X - **[XLTournaments](https://www.spigotmc.org/resources/70630/)** - [x] Supports placeholders. - - [x] Provides own placeholders. [**[[Link|Placeholders#xltournaments]]**] \ No newline at end of file + - [x] Provides own placeholders. [**[[Link|Placeholders#xltournaments]]**]