From 39c68e8f87e5609ab40aaf4a906b3ac39c3cbe36 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Wed, 1 Sep 2021 13:37:19 +0200 Subject: [PATCH] fix url and padding --- wiki/Placeholders.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index 800a8b4..db5ba44 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -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% + ``` ----