# My pet is revoked on spawn

This is issue is usually caused after you change the `language.yml` file.

The reason to that issue is that both the interaction menu and the main menu to spawn your pets have the same name in the `language.yml` file. (see example below)

<figure><img src="/files/AAqkv5TTrrmJTFHGnWg1" alt=""><figcaption><p>Both menus share the same name in the <code>language.yml</code> file</p></figcaption></figure>

Easy fix is to have different names for both menu. Change them within the `language.yml` file, save it, then restart your server. **The bug should be fixed**.

<figure><img src="/files/pLtQA2LQ7iljWZmUNCuP" alt=""><figcaption><p>Both menus have to share different names</p></figcaption></figure>

As of now, it is considered as a limitation of the plugin to be enhanced. However, I didn't find a way to make it work without using different names for now.


---

# 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://mcpets.gitbook.io/mcpets/common-issues/common-issues/my-pet-is-revoked-on-spawn.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.
