PlaceholderAPI
Nội dung này hiện chưa có sẵn bằng ngôn ngữ của bạn.
The plugin provides a PlaceholderAPI placeholder to allow you to query data from the Holder.
%timedtopper_<query>%Check the Query section for more information about how to set the <query>.
Example
Section titled “Example”top_name
Section titled “top_name”- Format:
-
%timedtopper_money ;top_name;1 %
-
- Description: The name of the player at the specified position.
- Argument:
<holder>: The name of the Holder<position>: The position of the player in the Holder
- Example:
-
%timedtopper_money ;top_name;1 %- Retrieve the name of the player at position
1 in the Holder namedmoney
- Retrieve the name of the player at position
-
top_key
Section titled “top_key”- Format:
-
%timedtopper_<holder>;top_key;<position>%
-
- Description: The UUID of the player at the specified position.
- Argument:
<holder>: The name of the Holder<position>: The position of the player in the Holder
- Example:
-
%timedtopper_money ;top_key;1 %- Retrieve the UUID of the player at position
1 in the Holder namedmoney
- Retrieve the UUID of the player at position
-
top_value
Section titled “top_value”- Format:
-
%timedtopper_<holder>;top_value;<position>% -
%timedtopper_<holder>;top_value;<position>;<format>%
-
- Description: The value of the player at the specified position.
- Argument:
<holder>: The name of the Holder<position>: The position of the player in the Holder<format>: A number format pattern, see Value Display for more details on how to apply a format
- Example:
-
%timedtopper_money ;top_value;1 %- Retrieve the value of the player at position
1 in the Holder namedmoney
- Retrieve the value of the player at position
-
%timedtopper_money ;top_value;1 ;#,###%- Retrieve the formatted value of the player at position
1 in the Holder named, in the format ofmoney #,###
- Retrieve the formatted value of the player at position
-
top_value_raw
Section titled “top_value_raw”- Format:
-
%timedtopper_<holder>;top_value_raw;<position>%
-
- Description: The raw value of the player at the specified position.
- Argument:
<holder>: The name of the Holder<position>: The position of the player in the Holder
- Example:
-
%timedtopper_money ;top_value_raw;1 %- Retrieve the raw value of the player at position
1 in the Holder namedmoney
- Retrieve the raw value of the player at position
-
top_rank
Section titled “top_rank”- Format:
-
%timedtopper_<holder>;top_rank% -
%timedtopper_<holder>;top_rank;<format>%
-
- Description: The player’s rank (position number) in the specified Holder.
- Argument:
<holder>: The name of the Holder<format>: A number format pattern, see Value Display for more details on how to apply a format
- Example:
-
%timedtopper_money ;top_rank%- Retrieve the rank of the player in the Holder named
money
- Retrieve the rank of the player in the Holder named
-
%timedtopper_money ;top_rank;#,###%- Retrieve the formatted rank of the player in the Holder named
money
- Retrieve the formatted rank of the player in the Holder named
-
top_size
Section titled “top_size”- Format:
-
%timedtopper_<holder>;top_size%
-
- Description: The amount of entries in the Holder.
- Argument:
<holder>: The name of the Holder
- Example:
-
%timedtopper_money ;top_size%- Retrieve the amount of entries in the Holder named
money
- Retrieve the amount of entries in the Holder named
-
- Format:
-
%timedtopper_<holder>;value% -
%timedtopper_<holder>;value;<format>%
-
- Description: The value of the player.
- Argument:
<holder>: The name of the Holder<format>: A number format pattern, see Value Display for more details on how to apply a format
- Example:
-
%timedtopper_money ;value%- Retrieve the value of the player in the Holder named
money `
- Retrieve the value of the player in the Holder named
-
%timedtopper_money ;value;#,###%- Retrieve the formatted value of the player in the Holder named
money
- Retrieve the formatted value of the player in the Holder named
-
value_raw
Section titled “value_raw”- Format:
-
%timedtopper_<holder>;value_raw%
-
- Description: The raw value of the player.
- Argument:
<holder>: The name of the Holder
- Example:
-
%timedtopper_money ;value_raw%- Retrieve the raw value of the player in the Holder named
money
- Retrieve the raw value of the player in the Holder named
-
remain_time
Section titled “remain_time”- Format:
-
%timedtopper_<holder>;remain_time% -
%timedtopper_<holder>;remain_time;<format>%
-
- Description: The remaining time until the next reset.
- Argument:
<holder>: The name of the Holder<format>: A time format pattern (e.g.,HH:mm:ssfor hours:minutes:seconds)
- Example:
-
%timedtopper_money ;remain_time%- Retrieve the remaining time in millis until the next reset of the Holder named
money
- Retrieve the remaining time in millis until the next reset of the Holder named
-
%timedtopper_money ;remain_time;HH:mm:ss%- Retrieve the remaining time until the next reset of the Holder named
money
- Retrieve the remaining time until the next reset of the Holder named
-
end_time
Section titled “end_time”- Format:
-
%timedtopper_<holder>;end_time% -
%timedtopper_<holder>;end_time;<format>%
-
- Description: The time of the next reset.
- Argument:
<holder>: The name of the Holder<format>: A date-time format pattern (e.g.,yyyy-MM-dd HH:mm:ssfor year-month-day hours:minutes:seconds)
- Example:
-
%timedtopper_money ;end_time%- Retrieve the time of the next reset in epoch millis of the Holder named
money
- Retrieve the time of the next reset in epoch millis of the Holder named
-
%timedtopper_money ;end_time;yyyy-MM-dd HH:mm:ss%- Retrieve the time of the next reset of the Holder named
money
- Retrieve the time of the next reset of the Holder named
-