Merge pull request #1213 from TheGaBr0/PTMPlaceholdersapi

Updated PlayTimeManager supported placeholders
This commit is contained in:
Andre_601
2026-04-17 18:40:05 +02:00
committed by GitHub

View File

@@ -4833,6 +4833,16 @@ For a detailed explanation of how to use PlayTimeManager's placeholders, you can
%PTM_lp_prefix_top_<rank>%
%PTM_joinstreak%
%PTM_joinstreak_<nickname>%
%PTM_relative_joinstreak%
%PTM_relative_joinstreak_<nickname>%
%PTM_streak_reward_<id>_<property>%
%PTM_streak_reward_<id>_<property>_<nickname>%
%PTM_streak_reward_<id>.<requiredJoins>_<property>%
%PTM_streak_reward_<id>.<requiredJoins>_<property>_<nickname>%
%PTM_goal_count%
%PTM_goal_count_<nickname>%
%PTM_goal_completed_<goalName>%
%PTM_goal_completed_<goalName>_<nickname>%
```
----