You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`remain_time`|| The remaining time in millis until the next reset. |`{{ globalPrefix }}money;remain_time{{ globalSuffix }}`| Retrieve the remaining time in millis until the next reset of the Holder named `money`|
18
-
|`remain_time`|`<format>`| The remaining time until the next reset. |`{{ globalPrefix }}money;remain_time;HH:mm:ss{{ globalSuffix }}`| Retrieve the remaining time until the next reset of the Holder named `money`|
19
-
|`end_time`|| The time of the next reset in epoch millis. |`{{ globalPrefix }}money;end_time{{ globalSuffix }}`| Retrieve the time of the next reset in epoch millis of the Holder named `money`|
20
-
|`end_time`|`<format>`| The time of the next reset. |`{{ globalPrefix }}money;end_time;yyyy-MM-dd HH:mm:ss{{ globalSuffix }}`| Retrieve the time of the next reset of the Holder named `money`|
|`top_name`|`<position>`| The name of the player at the specified position. |`{{ globalPrefix }}money;top_name;1{{ globalSuffix }}`| Retrieve the name of the player at the first position in the Top Holder named `money`|
25
-
|`top_key`|`<position>`| The UUID of the player at the specified position. |`{{ globalPrefix }}money;top_key;1{{ globalSuffix }}`| Retrieve the UUID of the player at the first position in the Top Holder named `money`|
26
-
|`top_value`|`<position>`| The value of the player at the specified position. |`{{ globalPrefix }}money;top_value;1{{ globalSuffix }}`| Retrieve the value of the player at the first position in the Top Holder named `money`|
27
-
|`top_value`|`<position>;<format>`| The formatted value of the player at the specified position. |`{{ globalPrefix }}money;top_value;1;#,###{{ globalSuffix }}`| Retrieve the formatted value of the player at the first position in the Top Holder named `money`|
28
-
|`top_value_raw`|`<position>`| The raw value of the player at the specified position. |`{{ globalPrefix }}money;top_value_raw;1{{ globalSuffix }}`| Retrieve the raw value of the player at the first position in the Top Holder named `money`|
29
-
|`top_rank`|| The rank of the player. |`{{ globalPrefix }}money;top_rank{{ globalSuffix }}`| Retrieve the rank of the player in the Top Holder named `money`|
30
-
|`top_rank`|`<format>`| The formatted rank of the player. |`{{ globalPrefix }}money;top_rank;#,###{{ globalSuffix }}`| Retrieve the formatted rank of the player in the Top Holder named `money`|
31
-
|`top_size`|| The amount of entries in the Top Holder. |`{{ globalPrefix }}money;top_size{{ globalSuffix }}`| Retrieve the amount of entries in the Top Holder named `money`|
32
-
|`value`|| The value of the player. |`{{ playerPrefix }}money;value{{ playerSuffix }}`| Retrieve the value of the player in the Top Holder named `money`|
33
-
|`value`|`<format>`| The formatted value of the player. |`{{ playerPrefix }}money;value;#,###{{ playerSuffix }}`| Retrieve the formatted value of the player in the Top Holder named `money`|
34
-
|`value_raw`|| The raw value of the player. |`{{ playerPrefix }}money;value_raw{{ playerSuffix }}`| Retrieve the raw value of the player in the Top Holder named `money`|
0 commit comments