-
Notifications
You must be signed in to change notification settings - Fork 0
Menus Tokens
DevDocDrewskii edited this page Jun 9, 2026
·
1 revision
Menu names, lore, and action text support three layers of substitution, applied in order:
-
Local
{tokens}- computed per viewer for items bound to agroup(and optionally atier), or for dynamic pagination entries. These work even without PlaceholderAPI. -
%papi%placeholders - expanded if PlaceholderAPI is installed. See PlaceholderAPI. -
Colours -
&codes and&#RRGGBBhex (modern servers).
Available on items with group: set, and on dynamic entries.
| Token | Meaning |
|---|---|
{player} |
Viewer name |
{group} |
Group key (for example crops) |
{group_name} |
Display name, or a prettified key |
{sold} / {sold_raw} / {sold_short}
|
Group total sold (1,234 / 1234 / 1.2K) |
{current_multiplier} |
The player's current group multiplier |
{max_multiplier} |
The highest multiplier the group can reach |
{tier_count} |
Number of tiers in the group |
{multiplier} |
This tier's multiplier (or current, if no tier is set) |
{threshold} / {threshold_raw} / {threshold_short}
|
This tier's goal (MAX when maxed) |
{remaining} / {remaining_short}
|
Units left to reach the goal |
{percent} / {progress_percent}
|
Progress toward the goal (0-100) |
{progress_bar} |
A unicode progress bar (styled by the menu's progress-bar settings) |
{status} |
status-unlocked or status-locked text |
{unlocked} |
true or false
|
Available on every item of a paginated menu.
| Token | Meaning |
|---|---|
{page} |
Current page (1-based) |
{total_pages} |
Total page count |
{next_page} |
Next page number (clamped) |
{previous_page} |
Previous page number (clamped) |
Dynamic entries also get {icon} (the per-entry icon string) and, for tiers: sources,
{tier_number}.
Because {...} tokens are computed in Java, the default menus work fully without
PlaceholderAPI. Add %papi% placeholders on top when you want data from other plugins.
ProfitMultiplier by DocDrewskii - Repository - Issues - Developer API
Getting started
Configuration
- Overview
- Items
- Groups
- Stacking Multipliers
- Custom Currencies
- Milestones & Discord
- Auto-Reset
- Messages (lang.yml)
Shops
Menus (GUI)
Placeholders
Developers
Help