# Plugin FAQ

### How can I change the plugin command?

* **The Answer Is:** Edit the commands section and restart the server.\
  `The plugin commands (restart the server to change)`\
  &#x20; `commands:`\
  &#x20;`- "mycommand"`\
  &#x20;`- "mycmd"`

### How can I edit the discounts?

* **The Answer Is: Find the `discounts.yml` file in the plugin's folder, edit the desired section, and save the file.**\
  \
  **Options:**<br>
  * **type**: `all` (all products in the shops), `category` (only the specified category), `item` (only the specified item)
  * **id**: The name of the category or the ID of the item (category/product). If you apply an "all" type discount, this option is not required.
  * **discount\_type**: `percentage` (e.g., -25% off the product price), `absolute` (e.g., -200 credits off the product price
  * **amount**: The value of the discount (e.g., 25, 200)

{% hint style="success" %}
If you have any questions or need help, feel free to contact us on our [Discord server](https://dc.mongenscave.com)!
{% endhint %}


---

# 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://docs.mongenscave.com/premium-products/credits/plugin-faq.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.
