# Custom Mobs

**Mobs** are game entities that have unique abilities and behaviours. Mobs can be found pretty much everywhere. In every dimention, every world and probably even your base.

### Classifications (Name tag color)

* Red: Hostile Mobs

<img src="/files/-Ml7Pydrv4IS_fLWhEsc" alt="" data-size="original">&#x20;

* Green: Merchants

<img src="/files/-Ml7Iwzzy9F41tnR_SLx" alt="" data-size="original">&#x20;

* Blue: Quest NPCs

<img src="/files/-Ml7J4iK5aKTcVxjs4RZ" alt="" data-size="original">&#x20;

### Drops

If a player kills a mob, they gain experience points, which can then be used to get ~~custom enchantments~~ ~~or~~ just regularly enchant items. Some mobs drop weapons, money and [Crafting Ingredients](/general-server-mechanics/custom-crafting.md) that are used to craft custom weapons, armor, tools and more. They may also drop unique items that are used in [quests ](/general-server-mechanics/quests.md)or for trading with merchants.

### Hostile Mobs

Hostile mobs are mobs with red name tags that hunt players down and attack them. There are a variety of hostile mobs, each with different health, weaponry, and skills.


---

# Agent Instructions: 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:

```
GET https://wiki.warpedrealm.com/general-server-mechanics/custom-mobs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
