MrUltimateFishing Wiki
Documentation
PlaceHolderAPI - Placeholders
🔢 PlaceholderAPI
| Placeholder | Description | Example |
|---|---|---|
%mrlibcore_muf_level% |
Player's fishing level | 12 |
%mrlibcore_muf_xp% |
Player's current XP | 4500 |
%mrlibcore_muf_normal_fishscales% |
Fish scales (normal format, no commas) | 12345 |
%mrlibcore_muf_formatted_fishscales% |
Fish scales (formatted with commas) | 12,345 |
%mrlibcore_muf_catchcount% |
Total fish caught by the player | 578 |
%mrlibcore_muf_upgradepoints% |
Player's upgrade points (used for boosters) | 7 |
%mrlibcore_muf_top_name_catch_{position}% |
Top player name by fish caught at the given position (1‑based index) | %mrlibcore_muf_top_name_catch_1% → Steve |
%mrlibcore_muf_top_value_catch_{position}% |
Top player value (total catches) at the given position | %mrlibcore_muf_top_value_catch_1% → 1024 |
%mrlibcore_muf_top_name_fishscale_{position}% |
Top player name by fish scales at the given position | %mrlibcore_muf_top_name_fishscale_3% → Alex |
%mrlibcore_muf_top_value_fishscale_{position}% |
Top player fish‑scale value at the given position (formatted with commas) | %mrlibcore_muf_top_value_fishscale_3% → 12,345 |
%mrlibcore_muf_top_name_level_{position}% |
Top player name by fishing level at the given position | %mrlibcore_muf_top_name_level_2% → Bob |
%mrlibcore_muf_top_value_level_{position}% |
Top player level value at the given position | %mrlibcore_muf_top_value_level_2% → 15 |
ℹ️
Info:
These placeholders are registered in PlaceholderAPIIntegration.java under the mrlibcore namespace. They are available to any plugin that has PlaceholderAPI installed.
Last updated 11 hours ago