# Name Prettifier

CobbleQOL can “prettify” missing Cobblemon species translation keys when they appear in server messages.

### The problem

Custom species sometimes lack client language entries. When that happens, you may see keys like:

* `cobblemon.species.ectomancer.name`

### What CobbleQOL does

With `chat.prettifyMissingSpeciesNames` enabled, CobbleQOL will convert the key into a readable name:

* `cobblemon.species.ectomancer.name` → `Ectomancer`

This applies to server-originating text such as:

* Chat/system messages
* Console command feedback
* Battle logs (server-visible output)

### Client UI limitation

Client-side UI (party overlay, Pokémon summary screen, etc.) is rendered locally by the client. If you need those screens to show proper names, you must provide:

* The proper mon client-side mod, or
* A resource pack with language entries for your custom species
* <mark style="color:red;">**I REALLY TRIED TO MAKE IT SERVER - SIDE ONLY.**</mark>


---

# 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://dawnshade.gitbook.io/dawnshade-docs/docs/cobble-q.o.l/summary/name-prettifier.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.
