# Common questions

#### Memory leakage issue

This plugin is very demanding to restart the server at least daily to save data and also to delete older expired items, clear unused variables, to avoid memory leakage and ensure players data are saved properly.

#### Why we recommends separating RageMode plugin to single server?

This plugin can heavily conflict with other plugins, such as all-in-one (CMI, Essentials), chat manager, world/entity behaviour modification plugins. With these installed in one server, RageMode can become unstable and many included features would not function properly.

**Restoring player data (inventory, effects) on game end**

Restoring player data on game end can trigger bukkit events for example when player's air supply restored, which may disrupt the behaviour of other plugins

#### Performance issues can happen any time

The project has undergone several tests during development, but performance issues may still occur. These should be reported in any case.


---

# 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://mdswork.gitbook.io/ragemode-docs/common-questions.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.
