From a494add04ccbeb35104c4f4d0642868bc02ba916 Mon Sep 17 00:00:00 2001 From: M0dii <53468997+M0diis@users.noreply.github.com> Date: Thu, 22 Jul 2021 21:48:38 +0300 Subject: [PATCH 1/3] Update Placeholders.md --- wiki/Placeholders.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index c618c74..9563ec2 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -386,6 +386,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[Vault](#vault)** - [Economy](#economy) - [Permissions](#permissions) + - **[VenturaCalendar](#venturacalendar)** - **[ViaVersion](#viaversion)** - **[VKAutoPickup](#vkautopickup)** - **[VoteParty](#voteparty)** @@ -5098,6 +5099,27 @@ All placeholders are listed here: https://wiki.staffplusplus.org/integrations/pa ---- +- ### **[VenturaCalendar](https://www.spigotmc.org/resources/venturacalendar-your-own-custom-calendar.94096/)** + > NO DOWNLOAD COMMAND + + ``` + %venturacalendar_date_tick% + %venturacalendar_date_second% + %venturacalendar_date_minute% + %venturacalendar_date_hour% + %venturacalendar_date_day% + %venturacalendar_date_day_name% + %venturacalendar_date_dayofweek% + %venturacalendar_date_week% + %venturacalendar_date_month% + %venturacalendar_date_month_name% + %venturacalendar_date_year% + %venturacalendar_date_era% + %venturacalendar_date_era_name% + ``` + +---- + - ### **[ViaVersion](https://www.spigotmc.org/resources/19254/)** > /papi ecloud download ViaVersion From c01acfba77cc0807d369b3903d6eb48d2d7db691 Mon Sep 17 00:00:00 2001 From: M0dii <53468997+M0diis@users.noreply.github.com> Date: Thu, 22 Jul 2021 21:54:44 +0300 Subject: [PATCH 2/3] Update Placeholders.md Change resource ID. --- wiki/Placeholders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index 9563ec2..de9acf7 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -5099,7 +5099,7 @@ All placeholders are listed here: https://wiki.staffplusplus.org/integrations/pa ---- -- ### **[VenturaCalendar](https://www.spigotmc.org/resources/venturacalendar-your-own-custom-calendar.94096/)** +- ### **[VenturaCalendar](https://www.spigotmc.org/resources/94096/)** > NO DOWNLOAD COMMAND ``` From d2192e3195a36105160c3b40d827af001a83a7e4 Mon Sep 17 00:00:00 2001 From: M0dii <53468997+M0diis@users.noreply.github.com> Date: Thu, 22 Jul 2021 23:11:09 +0300 Subject: [PATCH 3/3] Update Plugins-using-PlaceholderAPI.md Added VenturaCalendar. --- 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 4c34984..63021f7 100644 --- a/wiki/Plugins-using-PlaceholderAPI.md +++ b/wiki/Plugins-using-PlaceholderAPI.md @@ -990,6 +990,9 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl - **[VentureChat](https://www.spigotmc.org/resources/771/)** - [x] Supports placeholders. - [ ] Provides own placeholders. [Link] +- **[VenturahCalendar](https://www.spigotmc.org/resources/94096/)** + - [x] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#venturacalendar]]**] - **[ViaVersion](https://www.spigotmc.org/resources/19254/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#viaversion]]**]