diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index 099bb67..7a8064f 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -283,6 +283,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - ### **O** - **[OnePlayerSleep](#oneplayersleep)** - **[OnTime](#ontime)** + - **[OpEconomy](#opeconomy)** - **[OreAnnouncer](#oreannouncer)** - **[OreMarket](#oremarket)** - **[Outpost](#outpost)** @@ -3622,6 +3623,24 @@ Please see [this discussion][list] for a list of all expansions officially maint %ontime_time_played_week% %ontime_referrals_week% %ontime_votes_week% + + ``` +---- +- ### **[OpEconomy](https://www.spigotmc.org/resources/95674)** + > NO DOWNLOAD COMMAND + + [Description and usage for placeholders](https://github.com/ThisKarolGajda/OpEconomy/wiki/PlaceholderAPI) + + ``` + %opeconomy_money_% - Gets custom player money + %opeconomy_money% - Gets money + %opeconomy_baltop_number_% - Gets player's name + %opeconomy_baltop_player_position_% - Gets player's position + %opeconomy_currency% - Shows active currency + %opeconomy_is_active_code_% - Boolean, if code is active + %opeconomy_max_uses_code_% - Shows max uses for code + %opeconomy_uses_code_% - Shows uses for code + %opeconomy_reward_code_% - Shows reward for entering code ``` ---- diff --git a/wiki/Plugins-using-PlaceholderAPI.md b/wiki/Plugins-using-PlaceholderAPI.md index 857debf..a13eb9f 100644 --- a/wiki/Plugins-using-PlaceholderAPI.md +++ b/wiki/Plugins-using-PlaceholderAPI.md @@ -587,6 +587,9 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl - **[OnTime](http://dev.bukkit.org/bukkit-plugins/ontime/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#ontime]]**] +- **[OpEconomy](https://www.spigotmc.org/resources/95674)** + - [x] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#opeconomy]]**] - **[OreAnnouncer](https://www.spigotmc.org/resources/33464/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#oreannouncer]]**]