From 62bb68ee94627a1541f3b767b2a6124c257f8f4c Mon Sep 17 00:00:00 2001 From: cj89898 Date: Wed, 20 Jan 2021 08:57:39 -0600 Subject: [PATCH 1/2] Update Placeholders.md Added deluxemenus --- wiki/Placeholders.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index ba9ce05..be6665d 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -103,6 +103,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[DeliveryMan](#deliveryman)** - **[DeluxeChat](#deluxechat)** - **[DeluxeCombat](#deluxecombat)** +- **[DeluxeMenus](#deluxemenus)** - **[DeluxePM](#deluxepm)** - **[DeluxeTags](#deluxetags)** - **[Denizen](#denizen)** @@ -1739,6 +1740,19 @@ This can be used in plugins, that require an integer. (e.g. DeluxeMenus) ---- +- ### **[DeluxeMenus](https://www.spigotmc.org/resources/11734/)** +> NO DOWNLOAD COMMAND + +``` +%deluxemenus_meta___% +``` + +- Key: The key of the meta you want to check +- Data Type: Can be `STRING`, `BOOLEAN`, `DOUBLE`, `LONG`, or `INTEGER`. *If the given key has a different data type, an error will occur.* +- Default Value: The value returned if nothing is found. + +---- + - ### **[DeluxePM](https://www.spigotmc.org/resources/52599/)** > /papi ecloud download DeluxePM From ba9b38dd0e96b127f31df1324aa5ed1fa080e989 Mon Sep 17 00:00:00 2001 From: cj89898 Date: Wed, 20 Jan 2021 08:58:59 -0600 Subject: [PATCH 2/2] Update Plugins-using-PlaceholderAPI.md Updated deluxemenus to providing placeholders --- wiki/Plugins-using-PlaceholderAPI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Plugins-using-PlaceholderAPI.md b/wiki/Plugins-using-PlaceholderAPI.md index 72fb4d1..7ef828a 100644 --- a/wiki/Plugins-using-PlaceholderAPI.md +++ b/wiki/Plugins-using-PlaceholderAPI.md @@ -271,7 +271,7 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl - [ ] Provides own placeholders. [Link] - **[DeluxeMenus](https://www.spigotmc.org/resources/11734/)** - [x] Supports placeholders. - - [ ] Provides own placeholders. [Link] + - [x] Provides own placeholders. [**[[Link|Placeholder#deluxemenus]]**] - **[DeluxeTags](https://www.spigotmc.org/resources/4390/)** - [x] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#deluxetags]]**]