From a383a73b2411b13a384c1ee97b495ffb495853d2 Mon Sep 17 00:00:00 2001 From: Leaf26 Date: Tue, 31 Aug 2021 21:41:32 -0400 Subject: [PATCH 1/5] add RTP placeholders --- wiki/Placeholders.md | 13 +++++++++++++ wiki/Plugins-using-PlaceholderAPI.md | 3 +++ 2 files changed, 16 insertions(+) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index 477839d..f0250ea 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -329,6 +329,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[RogueParkour](#rogueparkour)** - **[RoyalCommands](#royalcommands)** - **[RPGInventory](#rpginventory)** + - **[RTP](#rtp)** - ### **S** - **[Seasons](#seasons)** @@ -4363,6 +4364,18 @@ Please see [this discussion][list] for a list of all expansions officially maint ---- +- ### **[RTP](https://www.spigotmc.org/resources/rtp.94812/)** + > NO DOWNLOAD COMMAND + +``` +%rtp_player_status% +%rtp_total_queue_length% +%rtp_public_queue_length% +%rtp_personal_queue_length% +``` + +---- + - ### **[Seasons](https://www.spigotmc.org/resources/39298/)** > NO DOWNLOAD COMMAND diff --git a/wiki/Plugins-using-PlaceholderAPI.md b/wiki/Plugins-using-PlaceholderAPI.md index e36770a..d2ef06a 100644 --- a/wiki/Plugins-using-PlaceholderAPI.md +++ b/wiki/Plugins-using-PlaceholderAPI.md @@ -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/)** - [x] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#rpginventory]]**] +- **[RTP](https://www.spigotmc.org/resources/rtp.94812/)** + - [x] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#rtp]]**] ---- ## S From cd429bd7d74cb667c86b110ef8899171e61e0aa0 Mon Sep 17 00:00:00 2001 From: Leaf26 Date: Tue, 31 Aug 2021 22:38:03 -0400 Subject: [PATCH 2/5] adding a few more --- wiki/Placeholders.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index f0250ea..e08e349 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -4372,6 +4372,10 @@ Please see [this discussion][list] for a list of all expansions officially maint %rtp_total_queue_length% %rtp_public_queue_length% %rtp_personal_queue_length% +%rtp_teleport_world% +%rtp_teleport_x% +%rtp_teleport_y% +%rtp_teleport_z% ``` ---- From 5a24387f3dbdc8f29d2b3ee19919465666c400d7 Mon Sep 17 00:00:00 2001 From: Leaf26 Date: Tue, 31 Aug 2021 22:39:02 -0400 Subject: [PATCH 3/5] fix spacing --- wiki/Placeholders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index e08e349..800a8b4 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -329,7 +329,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[RogueParkour](#rogueparkour)** - **[RoyalCommands](#royalcommands)** - **[RPGInventory](#rpginventory)** - - **[RTP](#rtp)** + - **[RTP](#rtp)** - ### **S** - **[Seasons](#seasons)** 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 4/5] 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% + ``` ---- From b82948c87a7f098c214257ab8f5088fea1416cfd Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Wed, 1 Sep 2021 13:38:15 +0200 Subject: [PATCH 5/5] fix link --- wiki/Plugins-using-PlaceholderAPI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Plugins-using-PlaceholderAPI.md b/wiki/Plugins-using-PlaceholderAPI.md index d2ef06a..857debf 100644 --- a/wiki/Plugins-using-PlaceholderAPI.md +++ b/wiki/Plugins-using-PlaceholderAPI.md @@ -756,7 +756,7 @@ 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/)** - [x] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#rpginventory]]**] -- **[RTP](https://www.spigotmc.org/resources/rtp.94812/)** +- **[RTP](https://www.spigotmc.org/resources/94812/)** - [x] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#rtp]]**]