-
Notifications
You must be signed in to change notification settings - Fork 10
Placeholders
With LiteEco's custom placeholders, you can effortlessly access various economy-related metrics and tailor the presentation to suit your server's unique style.
By leveraging custom placeholders provided by LiteEco, you can dynamically showcase crucial economic data to your players, enhancing their in-game experience.
To make use of the LiteEco custom placeholders, you need to download: PlaceholderAPI or MiniPlaceholders
-
%liteeco_balance%
- Displays the raw balance output for the player.
-
%liteeco_balance_compacted%
- Displays the balance in a compacted format, using metric prefixes to abbreviate large numbers.
-
%liteeco_balance_formatted%
- Displays the balance in a fancy format, making it more visually appealing.
-
%liteeco_top_player_%
- Displays the name of the player at the specified position in the richest player list.
-
%liteeco_top_balance_%
- Displays the raw balance of the player at the specified position in the richest player list.
- (The value is not limited) # Since version 1.4.2
-
%liteeco_top_compacted_%
- Displays the balance in a compacted format, using metric prefixes to abbreviate large numbers.
- (The value is not limited) # Since version 1.4.2
-
%liteeco_top_formatted_%
- Displays the balance in a fancy format, from the player at the specified position in the richest player list.
- (The value is not limited) # Since version 1.4.2
-
<lite-eco_balance>
- Displays the raw balance output for the player.
-
<lite-eco_balance_compacted>
- Displays the balance in a compacted format, using metric prefixes to abbreviate large numbers.
-
<lite-eco_balance_formatted>
- Displays the balance in a fancy format, making it more visually appealing.
-
<lite-eco_top_player:[position]>
- Displays the name of the player at the specified position in the richest player list.
-
<lite-eco_top_balance:[position]>
- Displays the raw balance of the player at the specified position in the richest player list.
- (The value is not limited) # Since version 1.4.2
-
<lite-eco_top_compacted:[position]>
- Displays the raw balance of the player at the specified position in the richest player list.
- (The value is not limited) # Since version 1.4.2
-
<lite-eco_top_formatted:[position]>
- Displays the balance in a fancy format, from the player at the specified position in the richest player list.
- (The value is not limited) # Since version 1.4.2