Merge pull request #567 from ArVdC/docs/wiki

Add TimeManager placeholders
This commit is contained in:
Andre_601 2021-02-13 21:36:54 +01:00 committed by GitHub
commit 4b43d35bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 0 deletions

View File

@ -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

View File

@ -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]]**]