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

# Installation

<figure><img src="/files/itnjmnS5ta1LyncCNCRl" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}

* Make sure you have backed up your folders before adding a new model pack

**For Stamp, Book stamp and Pawstman option :**

* Make sure to have PAPI player placeholder: <mark style="color:green;">`/papi ecloud download player`</mark> then <mark style="color:green;">`/papi reload`</mark>
* Make sure to have <mark style="color:green;">`GenerateSpawnPoints: true`</mark> in <mark style="color:green;">MythicsMobs/config/config-spawning.yml</mark> and restart your server to apply

**For Stamp and Book stamp option :**&#x20;

* Make sure to have PAPI player placeholder: <mark style="color:green;">`/papi ecloud download player`</mark> then <mark style="color:green;">`/papi reload`</mark>
  {% endhint %}

{% hint style="info" %}
If you want to change the chance spawn rate go in :&#x20;

* <mark style="color:blue;">`MythicMobs/packs/pawstman/randomspawns/PawstmanRdmSpawn.yml`</mark>
* Edit the line <mark style="color:blue;">`Chance :`</mark>
  {% endhint %}

{% hint style="success" %} <mark style="color:green;">Spawn conditions :</mark>&#x20;

* Only in birch\_forest, cherry\_grove, dark\_forest, flower\_forest, forest, windswept\_forest, plains, meadow
* Only below Y:150
* Only on surface
* Only on ground

\ <mark style="color:red;">Despawn conditions :</mark>&#x20;

* If no player is within 60 blocks radius of Pawstman
* After 3600 ticks without any interaction
* Immediately after any interaction with Pawstman
  {% endhint %}

**Choose your plugin :**

{% content-ref url="/pages/M5ZagKu8IIlQqeuqSIgJ" %}
[For ItemsAdder](/pawstman/quickstart/for-itemsadder.md)
{% endcontent-ref %}

{% content-ref url="/pages/ke6MWHHNzdaMMbbEZSWR" %}
[For Oraxen](/pawstman/quickstart/for-oraxen.md)
{% endcontent-ref %}

Thanks to Queen :heart: for her help ! Check her store [here](https://mcmodels.net/vendors/151/queens-garden)


---

# 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://wiki.shizuart.com/pawstman/quickstart.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.
