From c48e11bd7080e7f6ceef94709d8abd7305850851 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Sat, 17 Jul 2021 22:18:53 +0200 Subject: [PATCH] Add OreMarket placeholders (#671) * Add OreMarket placeholders * Update Plugins-using-PlaceholderAPI.md * Add URL --- wiki/Placeholders.md | 14 ++++++++++++++ wiki/Plugins-using-PlaceholderAPI.md | 3 +++ 2 files changed, 17 insertions(+) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index 88da0f2..bedb4b1 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -3404,6 +3404,20 @@ Please see [this discussion][list] for a list of all expansions officially maint ---- +- ### **[OreMarket](https://www.spigotmc.org/resources/91015/) + > NO DOWNLOAD COMMAND + + ``` + %oremarket_change_% + %oremarket_cost_% + %oremarket_name_% + %oremarket_percent_% + %oremarket_stock_% + %oremarket_value_% + ``` + +---- + - ### **[Outpost](https://www.spigotmc.org/resources/38657/)** > NO DOWNLOAD COMMAND diff --git a/wiki/Plugins-using-PlaceholderAPI.md b/wiki/Plugins-using-PlaceholderAPI.md index e4e5de0..4c34984 100644 --- a/wiki/Plugins-using-PlaceholderAPI.md +++ b/wiki/Plugins-using-PlaceholderAPI.md @@ -590,6 +590,9 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl - **[OreAnnouncer](https://www.spigotmc.org/resources/33464/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#oreannouncer]]**] +- **[OreMarket](https://www.spigotmc.org/resources/91015/)** + - [ ] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#oremarket]]**] - **[Outpost](https://www.spigotmc.org/resources/38657/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#outpost]]**]