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 |
%mrlibcore_muf_active_booster_{number of active booster}_name% |
Returns the name of the player's first active booster FROM new version 2.0.5 |
%mrlibcore_muf_active_booster_1_name% β XP Booster - Mythical |
%mrlibcore_muf_active_booster_{number of active booster}_time% |
Returns the remaining time of the player's first active booster FROM new version 2.0.5 |
%mrlibcore_muf_active_booster_1_time% β 300s |
%mrlibcore_muf_active_booster_{number of active booster}_multiplayer% |
Returns the multiplier of the player's first active booster FROM new version 2.0.5 |
%mrlibcore_muf_active_booster_1_multiplayer% β 2.0x |
βΉοΈ
Info:
These placeholders are registered in PlaceholderAPIIntegration.java under the mrlibcore namespace. They are available to any plugin that has PlaceholderAPI installed.
Last updated 1 month ago