diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index c618c74..de9acf7 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/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 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]]**]