Plugins

Commands

List of the plugin's commands & permissions

You can also customize some commands, such as changing the root command from /mcmmogui to /mcmmo or commands that directly access skill abilities GUI (/mining, /axes, ...). Please check settings.yml for more detail.

To make everything simple, you can just add one permission to let player enjoy everything they need as a regular player: mcmmogui.command.player.*

UsageDescriptionPermission
/<skill-name>Directly open the ability GUI of the skill. Example: /mining, /axes, /maces, ... Can be customized as you want in the settings.ymlmcmmogui.command.player.skill.<skill-id>
mcmmogui.command.player.skill.*
mcmmogui.command.player.skill.mining
mcmmogui.command.player.skill.axes
mcmmogui.command.player.skill.swords
...
/<skill-name> [player]Open that skill GUI for another player.mcmmogui.command.admin.skill
/mguiOpen the overview skill GUI. Can be customized as you want in the settings.ymlmcmmogui.command.player
/mgui helpView all commands of the plugin.mcmmogui.command.admin.help
/mgui skill <skill-name> [player]Open an abilities GUI for the sender or the player.mcmmogui.command.player.skill
mcmmogui.command.player.skill.<skill-name> (self)
mcmmogui.command.admin.skill (others)
/mgui top [skill-name] [player]Open a skill top GUI for the sender or the player. Without a skill name it opens the overall leaderboard.mcmmogui.command.player.top
mcmmogui.command.player.top.<skill-name> (self)
mcmmogui.command.admin.top (others)
/mgui language [player]Open the language selector GUI for the sender or the player.mcmmogui.command.player.language (self)
mcmmogui.command.admin.language (others)
/mgui setlanguage <player> <language-id>Force set a language for a player.mcmmogui.command.admin.setlanguage
/mgui reloadReload all the plugin languages and settings.mcmmogui.command.admin.reload
/cancelpartycreatingCancel the party creation prompt started from the overview GUI. Registered for everyone, it does nothing when the player is not being prompted.None

There is no /topmining style command. The per-skill leaderboards only exist under /mgui top <skill-name>.

Permission groups

The plugin ships these permission bundles, so most servers never have to list permissions one by one.

PermissionDefaultContains
mcmmogui.command.player.*EveryoneEvery player command, including mcmmogui.command.player.skill.* and mcmmogui.command.player.top.*
mcmmogui.command.player.skill.*EveryoneThe per-skill GUI commands.
mcmmogui.command.player.top.*EveryoneThe per-skill leaderboard commands, plus overall.
mcmmogui.command.admin.*Operatorshelp, reload, setlanguage, and opening a GUI for another player (skill, top, language).

Both <skill-name> arguments and the short skill commands are generated from mcMMO's own skill list, so a skill your mcMMO build does not have simply never appears.

Last updated on

On this page