| Command | Description | Permission |
| /muf menu / /fish menu | Open the main fishing menu (player-side) | mrultimatefishing.menu |
| /muf / /fish | Open another player's fishing menu (admin only) | mrultimatefishing.admin |
| /muf reload / /fish reload | Reload configuration and message files | mrultimatefishing.reload |
| /muf give fish | Give a custom fish to a player | mrultimatefishing.give |
| /muf give level | Give fishing levels to a player | mrultimatefishing.give |
| /muf give xp | Give fishing XP to a player | mrultimatefishing.give |
| /muf give fishscale | Give fish scales to a player | mrultimatefishing.give |
| /muf give upgradepoints | Give upgrade points to a player | mrultimatefishing.give |
| /muf give item | Give custom items | mrultimatefishing.give |
| /muf give enchant | Give enchant items to a player | mrultimatefishing.give |
| /muf give booster | Give booster items to a player | mrultimatefishing.give |
| /muf take level | Take fishing levels from a player | mrultimatefishing.take |
| /muf take fishscales | Take fish scales from a player | mrultimatefishing.take |
| /muf tournament start [id] | Start a tournament (random if no ID) | mrultimatefishing.tournament |
| /muf tournament end | End the active tournament | mrultimatefishing.tournament |
| /muf event start [id] | Start an event (random if no ID) | mrultimatefishing.tournament |
| /muf event end | End the active event | mrultimatefishing.tournament |
| Permission | Description | Default |
| mrultimatefishing.menu | Allows opening the fishing menu | true |
| mrultimatefishing.reload | Allows reloading configuration and message files | op |
| mrultimatefishing.give | Allows giving items, levels, XP, fish scales, etc. | op |
| mrultimatefishing.take | Allows taking levels or fish scales from players | op |
| mrultimatefishing.tournament | Allows managing tournament and event commands | op |
| mrultimatefishing.admin | Allows opening menus for other players | op |
| mrultimatefishing.* | Grants access to all MrUltimateFishing commands | op |
| mrultimatefishing.boosters.maxactive.NUMBER | Allows the maximum number of boosters to be turned on at once | FROM new version 2.0.5, default (1x) |
| 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 (no commas) | 12345 |
| %mrlibcore_muf_formatted_fishscales% | Fish scales (formatted) | 12,345 |
| %mrlibcore_muf_catchcount% | Total fish caught | 578 |
| %mrlibcore_muf_upgradepoints% | Player's upgrade points | 7 |
| %mrlibcore_muf_top_name_catch_{position}% | Top player name by catches | %mrlibcore_muf_top_name_catch_1% → Steve |
| %mrlibcore_muf_top_value_catch_{position}% | Top value by catches | %mrlibcore_muf_top_value_catch_1% → 1024 |
| %mrlibcore_muf_top_name_fishscale_{position}% | Top player name by fish scales | %mrlibcore_muf_top_name_fishscale_3% → Alex |
| %mrlibcore_muf_top_value_fishscale_{position}% | Top value by fish scales | %mrlibcore_muf_top_value_fishscale_3% → 12,345 |
| %mrlibcore_muf_top_name_level_{position}% | Top player name by level | %mrlibcore_muf_top_name_level_2% → Bob |
| %mrlibcore_muf_top_value_level_{position}% | Top level value | %mrlibcore_muf_top_value_level_2% → 15 |
| %mrlibcore_muf_active_booster_{number}_name% | Active booster name | %mrlibcore_muf_active_booster_1_name% → XP Booster - Mythical |
| %mrlibcore_muf_active_booster_{number}_time% | Active booster time | %mrlibcore_muf_active_booster_1_time% → 300s |
| %mrlibcore_muf_active_booster_{number}_multiplayer% | Active booster multiplier | %mrlibcore_muf_active_booster_1_multiplayer% → 2.0x |