Added PlayTimeManager info to the wiki

This commit is contained in:
TheGaBro
2025-05-08 10:43:57 +02:00
parent 7828df0d82
commit 846485bff3
2 changed files with 30 additions and 0 deletions

View File

@@ -324,6 +324,7 @@ Further details on how to contribute to this list or the wiki as a whole can be
- **[Plan](#plan)** - **[Plan](#plan)**
- **[PlayerStats](#playerstats)** - **[PlayerStats](#playerstats)**
- **[PlayTime](#playtime)** - **[PlayTime](#playtime)**
- **[PlayTimeManager](#playtimemanager)**
- **[PlaytimeRewards](#playtimerewards)** - **[PlaytimeRewards](#playtimerewards)**
- **[PlayerPoints](#playerpoints)** - **[PlayerPoints](#playerpoints)**
- **[PlotSquared](#plotsquared)** - **[PlotSquared](#plotsquared)**
@@ -4713,6 +4714,32 @@ For more information and usage examples, see the [PlayerStatsExpansion GitHub](h
---- ----
### **[PlayTimeManager](https://modrinth.com/plugin/playtimemanager)**
/// integrated | Built into Plugin
///
For a detailed explanation of how to use PlayTimeManager's placeholders, you can take a look at the [PlayTimeManager Wiki](https://github.com/TheGaBr0/PlayTimeManager/wiki/Placeholders).
```
%PTM_playtime%
%PTM_playtime_#%
%PTM_playtime_<nickname>%
%PTM_playtime_#_<nickname>%
%PTM_lastseen_<nickname>%
%PTM_lastseen_elapsed_<nickname>%
%PTM_lastseen_elapsed_#_<nickname>%
%PTM_playtime_top_<rank>%
%PTM_playtime_top_#_<rank>%
%PTM_nickname_top_<rank>%
%PTM_lastseen_top_<rank>%
%PTM_lastseen_elapsed_top_<rank>%
%PTM_lastseen_elapsed_top_#_<rank>%
%PTM_lp_prefix_top_<rank>%
%PTM_joinstreak%
%PTM_joinstreak_<nickname>%
```
----
### **[PlaytimeRewards](https://www.spigotmc.org/resources/100231/)** ### **[PlaytimeRewards](https://www.spigotmc.org/resources/100231/)**
/// integrated | Built into Plugin /// integrated | Built into Plugin
/// ///

View File

@@ -677,6 +677,9 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ
- **[PlayTime](https://www.spigotmc.org/resources/26016/)** - **[PlayTime](https://www.spigotmc.org/resources/26016/)**
- [ ] Supports placeholders. - [ ] Supports placeholders.
- [x] Provides own placeholders. [**[Link](placeholder-list.md#playtime)**] - [x] Provides own placeholders. [**[Link](placeholder-list.md#playtime)**]
- **[PlayTimeManager](https://modrinth.com/plugin/playtimemanager)**
- [ ] Supports placeholders.
- [x] Provides own placeholders. [**[Link](placeholder-list.md#playtimemanager)**]
- **[PlaytimeRewards](https://www.spigotmc.org/resources/100231/)** - **[PlaytimeRewards](https://www.spigotmc.org/resources/100231/)**
- [x] Supports placeholders. - [x] Supports placeholders.
- [x] Provides own placeholders. [**[Link](placeholder-list.md#playtimerewards)**] - [x] Provides own placeholders. [**[Link](placeholder-list.md#playtimerewards)**]