From 0104e48b72eee7076b4ea7cdc2b362e5c82e685f Mon Sep 17 00:00:00 2001 From: ArVdC Date: Sat, 13 Feb 2021 21:13:43 +0100 Subject: [PATCH 1/2] Update Placeholders.md --- wiki/Placeholders.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index 1f3e691..bdb1ab0 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -284,6 +284,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[Thirst](#thirst)** - **[TicketGUI](#ticketgui)** - **[Timed Rewards](#timed-rewards)** +- **[TimeManager](#timemanager)** - **[Time Tokens](#time-tokens)** - **[TNTRun_Reloaded](#tntrun_reloaded)** - **[TokenEnchant](#tokenenchant)** @@ -4238,6 +4239,23 @@ Per Player/Event placeholders: ``` ---- +- ### **[TimeManager](https://www.spigotmc.org/resources/44344/)** +> NO DOWNLOAD COMMANDS + +``` +%tm_currentday% +%tm_daypart% +%tm_dd% +%tm_elapseddays% +%tm_mm% +%tm_monthname% +%tm_time% +%tm_yearweek% +%tm_yy% +%tm_yyyy% +``` +---- + - ### **[Time Tokens](https://www.spigotmc.org/resources/75441/)** > NO DOWNLOAD COMMANDS From 350ec10186948f0abe99139582312cce81662414 Mon Sep 17 00:00:00 2001 From: ArVdC Date: Sat, 13 Feb 2021 21:14:21 +0100 Subject: [PATCH 2/2] Update Plugins-using-PlaceholderAPI.md --- wiki/Plugins-using-PlaceholderAPI.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wiki/Plugins-using-PlaceholderAPI.md b/wiki/Plugins-using-PlaceholderAPI.md index 97850ad..1b6e95c 100644 --- a/wiki/Plugins-using-PlaceholderAPI.md +++ b/wiki/Plugins-using-PlaceholderAPI.md @@ -873,6 +873,9 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl - **[Timed Rewards](https://www.spigotmc.org/resources/34008/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#timed-rewards]]**] +- **[TimeManager](https://www.spigotmc.org/resources/44344/)** + - [ ] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#timemanager]]**] - **[Time Tokens](https://www.spigotmc.org/resources/75441/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#time-tokens]]**]