> For the complete documentation index, see [llms.txt](https://earth.twenture.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://earth.twenture.net/wiki/mcmmo.md).

# mcMMO

mcMMO allows players to level up skills such as mining, woodcutting, and fishing to get special abilities that help to make these tasks easier. The system is very similar to leveling in the game RuneScape.

### Skills and abilities[​](https://earthmc.net/docs/mcmmo#skills-and-abilities) <a href="#skills-and-abilities" id="skills-and-abilities"></a>

You can learn details on every skill and ability by using `/<skill name> ? pagenumber`. You can type `/<skill name>` i.e. `/mining`, `/woodcutting`, etc., to see your level and unlocked abilities in a particular skill.

To use a skill's special ability, you must first unlock it by leveling up the skill and then right-click with the tool used for said skill to ready it, hit the block the tool is meant to break to activate it. An example of this is pressing right-click with a pickaxe and then breaking stone to activate your super breaker ability. Keep in mind that if you have an item in your offhand, you must crouch and right-click to ready your tool.

Some skills only have passive abilities. For example, leveling fishing reduces your time spent waiting for a catch, increases the rarity of items caught, and makes eating fish more effective. Leveling your alchemy skill will allow you to create more types of potions such as haste, absorption, and decay and will decrease the time it takes for you to make potions.

#### Skill summary[​](https://earthmc.net/docs/mcmmo#skill-summary) <a href="#skill-summary" id="skill-summary"></a>

| Skill       | Gaining experience                             |
| ----------- | ---------------------------------------------- |
| Mining      | Mining stone/ores                              |
| Woodcutting | Breaking logs and wood                         |
| Herbalism   | Harvesting crops and plants                    |
| Excavation  | Excavating dirt, sand, gravel and its variants |
| Fishing     | Fishing                                        |
| Unarmed     | Fighting with no tool                          |
| Archery     | Dealing damage with bows and crossbows         |
| Swords      | Combatting with swords                         |
| Axes        | Attacking with axes                            |
| Taming      | Taming tameable animals                        |
| Repair      | Right-clicking an iron block with damaged item |
| Acrobatics  | Taking fall damage                             |
| Alchemy     | Brewing potions                                |
| Salvage     | Mastering Fishing and Repair                   |
| Smelting    | Mastering Mining and Repair                    |

{% hint style="info" %}
**INFO**

Some mcMMO abilities and skills are disabled to maintain game balance.

Disabled skills are:

* Unarmed (PVP)
* Axes (PVP)
* Swords (PVP)
* Salvage (gold)

Disabled abilities are:

* Second Smelt (gold ore)
* Blast Mining
* Double Drops (gold & diamond ore)
  {% endhint %}

### Parties[​](https://earthmc.net/docs/mcmmo#parties) <a href="#parties" id="parties"></a>

McMMO also allows Premium players to create parties. These parties turn off the friendly fire for those in the same party, create a private chat accessible with `/pc` and allow the sharing of mcMMO experience. To create a party type `/party create <name>`, to invite players to your party type `/party invite player`. All players, regardless of rank, can join parties.

### Leaderboard[​](https://earthmc.net/docs/mcmmo#leaderboard) <a href="#leaderboard" id="leaderboard"></a>

McMMO features a global leaderboard wherein all players' levels can be compared. This can be viewed with `/mctop`. To see a specific skill's top players type `/mctop <skill name>`. `/mcrank` is used to see your ranking in each skill. You can view another player's mcMMO levels with `/inspect <player>`.

### mcMMO commands summary[​](https://earthmc.net/docs/mcmmo#mcmmo-commands-summary) <a href="#mcmmo-commands-summary" id="mcmmo-commands-summary"></a>

| Command              | Description                                       |
| -------------------- | ------------------------------------------------- |
| /\[skill name]       | Statistics about the skill                        |
| /mctop               | Ranking of all players' power levels              |
| /mctop \[skill name] | Ranking of power levels in the specified skill    |
| /mcrank              | Shows your position in the ranking for each skill |
| /inspect \[player]   | Shows other player's statistics                   |

### Party commands summary[​](https://earthmc.net/docs/mcmmo#party-commands-summary) <a href="#party-commands-summary" id="party-commands-summary"></a>

| Command                                 | Description                              |
| --------------------------------------- | ---------------------------------------- |
| /party create \[name]                   | Creates a party (Premium)                |
| /party or /party info                   | Information about your party             |
| /party invite \[player]                 | Invites to a party                       |
| /partychat or /pc                       | Toggles whether you talk in a party chat |
| /party join \[leader's name]\[password] | Joins a party Password is optional       |
| /party quit                             | Quits a party if not a leader            |
| /party disband                          | Disbands a party (Leader)                |
| /party lock or /party unlock            | Sets party's invite-only status (Leader) |
| /party password \[password]             | Sets party's password (Leader)           |
| /party kick \[player]                   | Kick player from a party (Leader)        |
| /party leader \[player]                 | Sets leader of a party (Leader)          |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://earth.twenture.net/wiki/mcmmo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
