diff --git a/docs/users/placeholder-list.md b/docs/users/placeholder-list.md index 184cea8..4a7080f 100644 --- a/docs/users/placeholder-list.md +++ b/docs/users/placeholder-list.md @@ -324,6 +324,7 @@ Further details on how to contribute to this list or the wiki as a whole can be - **[Plan](#plan)** - **[PlayerStats](#playerstats)** - **[PlayTime](#playtime)** + - **[PlayTimeManager](#playtimemanager)** - **[PlaytimeRewards](#playtimerewards)** - **[PlayerPoints](#playerpoints)** - **[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_% +%PTM_playtime_#_% +%PTM_lastseen_% +%PTM_lastseen_elapsed_% +%PTM_lastseen_elapsed_#_% +%PTM_playtime_top_% +%PTM_playtime_top_#_% +%PTM_nickname_top_% +%PTM_lastseen_top_% +%PTM_lastseen_elapsed_top_% +%PTM_lastseen_elapsed_top_#_% +%PTM_lp_prefix_top_% +%PTM_joinstreak% +%PTM_joinstreak_% +``` + +---- + ### **[PlaytimeRewards](https://www.spigotmc.org/resources/100231/)** /// integrated | Built into Plugin /// diff --git a/docs/users/plugins-using-placeholderapi.md b/docs/users/plugins-using-placeholderapi.md index 7afe3b3..15c0d9b 100644 --- a/docs/users/plugins-using-placeholderapi.md +++ b/docs/users/plugins-using-placeholderapi.md @@ -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/)** - [ ] Supports placeholders. - [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/)** - [x] Supports placeholders. - [x] Provides own placeholders. [**[Link](placeholder-list.md#playtimerewards)**]