fix url and padding

This commit is contained in:
Andre_601 2021-09-01 13:37:19 +02:00 committed by GitHub
parent 5a24387f3d
commit 39c68e8f87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 13 deletions

View File

@ -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/
[list]: https://github.com/PlaceholderAPI/PlaceholderAPI/discussions/510
@ -4364,19 +4364,19 @@ Please see [this discussion][list] for a list of all expansions officially maint
----
- ### **[RTP](https://www.spigotmc.org/resources/rtp.94812/)**
- ### **[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%
```
```
%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%
```
----