From a1b0ba2b36b0c8462cd275d58429034eaada023d Mon Sep 17 00:00:00 2001 From: catter1 <63272345+catter1@users.noreply.github.com> Date: Mon, 31 Jul 2023 06:23:33 +0200 Subject: [PATCH 1/3] Add AngelChest to Placeholders --- Placeholders.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Placeholders.md b/Placeholders.md index f49dde8..0696fce 100644 --- a/Placeholders.md +++ b/Placeholders.md @@ -139,6 +139,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[ajLeaderboards](#ajleaderboards)** - **[ajParkour](#ajparkour)** - **[AlonsoLevels](#alonsolevels)** + - **[AngelChest](#angelchest)** - **[Animated Menu](#animated-menu)** - **[AntiCombatLogging](#anticombatlogging)** - **[AParkour](#aparkour)** @@ -1825,6 +1826,26 @@ Please see [this discussion][list] for a list of all expansions officially maint ---- +- ### **[AngelChest](https://www.spigotmc.org/resources/angelchest-free.60383/)** + > NO DOWNLOAD COMMAND + + ``` + %angelchest_activechests% - Number of active chests a player has + %angelchest_price% - Amount of money needed to spawn the AngelChest + %angelchest_price_teleport% - Amount of money needed to teleport to the AngelChest + %angelchest_price_fetch% - Amount of money needed to teleport the AngelChest to yourself + %angelchest_price_open% - Amount of money needed to open the AngelChest + %angelchest_enabled% - returns "true" or "false" whether this player has AngelChest enabled + %angelchest_isactive_% - Returns "true" when the player has an AngelChest with this ID, otherwise "false" + %angelchest_time_% - Remaining time for this AngelChest. Returns an empty String if no AngelChest with this ID exists. + %angelchest_x_% - X coordinate of this AngelChest. Returns an empty String if no AngelChest with this ID exists. + %angelchest_y_% - Y coordinate of this AngelChest. Returns an empty String if no AngelChest with this ID exists. + %angelchest_z_% - Z coordinate of this AngelChest. Returns an empty String if no AngelChest with this ID exists. + %angelchest_world_% - World name of this AngelChest. Returns an empty String if no AngelChest with this ID exists. + ``` + +---- + - ### **[Animated Menu](https://www.spigotmc.org/resources/4690/)** > NO DOWNLOAD COMMAND From 4f7a3b6eabffa6486c3a9163ddf3a9ac86b95066 Mon Sep 17 00:00:00 2001 From: catter1 <63272345+catter1@users.noreply.github.com> Date: Mon, 31 Jul 2023 06:27:30 +0200 Subject: [PATCH 2/3] Fix formatting --- Placeholders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Placeholders.md b/Placeholders.md index 0696fce..0ef0a46 100644 --- a/Placeholders.md +++ b/Placeholders.md @@ -1826,7 +1826,7 @@ Please see [this discussion][list] for a list of all expansions officially maint ---- -- ### **[AngelChest](https://www.spigotmc.org/resources/angelchest-free.60383/)** +- ### **[AngelChest](https://www.spigotmc.org/resources/60383/)** > NO DOWNLOAD COMMAND ``` From 76ba0508e236a26c240f9ec6e74108c90e5ad78c Mon Sep 17 00:00:00 2001 From: catter1 <63272345+catter1@users.noreply.github.com> Date: Mon, 31 Jul 2023 06:29:34 +0200 Subject: [PATCH 3/3] Add AngelChest to Plugin list --- Plugins-using-PlaceholderAPI.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Plugins-using-PlaceholderAPI.md b/Plugins-using-PlaceholderAPI.md index 8713104..d361f8d 100644 --- a/Plugins-using-PlaceholderAPI.md +++ b/Plugins-using-PlaceholderAPI.md @@ -65,6 +65,9 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ - **[AlonsoLevels](https://www.spigotmc.org/resources/83380/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#alonsolevels]]**] +- **[AngelChest](https://www.spigotmc.org/resources/60383/)** + - [x] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#angelchest]]**] - **[AnimatedBoard](https://www.spigotmc.org/resources/13632/)** - [x] Supports placeholders. - [ ] Provides own placeholders. [Link]