Update Placeholders.md - OpEconomy (#713)

* Update Placeholders.md

* Add OpEconomy to "Plugins using PlaceholderAPI"

Co-authored-by: Andre_601 <11576465+Andre601@users.noreply.github.com>
This commit is contained in:
ThisKarolGajda 2021-09-10 01:55:13 +02:00 committed by GitHub
parent f7dc184899
commit 7b5ceb520f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 0 deletions

View File

@ -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_<player_name>% - Gets custom player money
%opeconomy_money% - Gets money
%opeconomy_baltop_number_<number>% - Gets player's name
%opeconomy_baltop_player_position_<player_name>% - Gets player's position
%opeconomy_currency% - Shows active currency
%opeconomy_is_active_code_<code>% - Boolean, if code is active
%opeconomy_max_uses_code_<code>% - Shows max uses for code
%opeconomy_uses_code_<code>% - Shows uses for code
%opeconomy_reward_code_<code>% - Shows reward for entering code
```
----

View File

@ -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]]**]