mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Merge pull request #705 from DailyStruggle/Add-RTP-Placeholders
add RTP placeholders
This commit is contained in:
commit
d2a4f038d0
@ -1,4 +1,4 @@
|
|||||||
[SimpleDateFormat]: http://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html
|
[SimpleDateFormat]: http://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html
|
||||||
[TimeZoneIDs]: https://garygregory.wordpress.com/2013/06/18/what-are-the-java-timezone-ids/
|
[TimeZoneIDs]: https://garygregory.wordpress.com/2013/06/18/what-are-the-java-timezone-ids/
|
||||||
|
|
||||||
[list]: https://github.com/PlaceholderAPI/PlaceholderAPI/discussions/510
|
[list]: https://github.com/PlaceholderAPI/PlaceholderAPI/discussions/510
|
||||||
@ -329,6 +329,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th
|
|||||||
- **[RogueParkour](#rogueparkour)**
|
- **[RogueParkour](#rogueparkour)**
|
||||||
- **[RoyalCommands](#royalcommands)**
|
- **[RoyalCommands](#royalcommands)**
|
||||||
- **[RPGInventory](#rpginventory)**
|
- **[RPGInventory](#rpginventory)**
|
||||||
|
- **[RTP](#rtp)**
|
||||||
|
|
||||||
- ### **S**
|
- ### **S**
|
||||||
- **[Seasons](#seasons)**
|
- **[Seasons](#seasons)**
|
||||||
@ -4363,6 +4364,22 @@ Please see [this discussion][list] for a list of all expansions officially maint
|
|||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
- ### **[RTP](https://www.spigotmc.org/resources/94812/)**
|
||||||
|
> NO DOWNLOAD COMMAND
|
||||||
|
|
||||||
|
```
|
||||||
|
%rtp_player_status%
|
||||||
|
%rtp_total_queue_length%
|
||||||
|
%rtp_public_queue_length%
|
||||||
|
%rtp_personal_queue_length%
|
||||||
|
%rtp_teleport_world%
|
||||||
|
%rtp_teleport_x%
|
||||||
|
%rtp_teleport_y%
|
||||||
|
%rtp_teleport_z%
|
||||||
|
```
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
- ### **[Seasons](https://www.spigotmc.org/resources/39298/)**
|
- ### **[Seasons](https://www.spigotmc.org/resources/39298/)**
|
||||||
> NO DOWNLOAD COMMAND
|
> NO DOWNLOAD COMMAND
|
||||||
|
|
||||||
|
@ -756,6 +756,9 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl
|
|||||||
- **[RPGInventory](https://www.spigotmc.org/resources/12498/)**
|
- **[RPGInventory](https://www.spigotmc.org/resources/12498/)**
|
||||||
- [x] Supports placeholders.
|
- [x] Supports placeholders.
|
||||||
- [x] Provides own placeholders. [**[[Link|Placeholders#rpginventory]]**]
|
- [x] Provides own placeholders. [**[[Link|Placeholders#rpginventory]]**]
|
||||||
|
- **[RTP](https://www.spigotmc.org/resources/94812/)**
|
||||||
|
- [x] Supports placeholders.
|
||||||
|
- [x] Provides own placeholders. [**[[Link|Placeholders#rtp]]**]
|
||||||
|
|
||||||
----
|
----
|
||||||
## S
|
## S
|
||||||
|
Loading…
Reference in New Issue
Block a user