> For the complete documentation index, see [llms.txt](https://haistudios.gitbook.io/haistudios-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://haistudios.gitbook.io/haistudios-wiki/plugins/axogems.md).

# Axogems

**Axogems** ist das ultimative **Edelstein- & Level-System** für deinen Minecraft-Server. Sammle Edelsteine, steige auf und kaufe Items im Gems-Shop.

### Eigenschaften

* Edelstein-System mit automatischem Einkommen
* Level-System mit aufsteigenden Stufen
* Top-Listen für Gems und Level
* Eigener Gems-Shop (konfigurierbare Items)
* Gems zwischen Spielern übertragen
* Folia-Support

### Voraussetzungen

* Minecraft-Version: **1.16 – 26.1**
* Server-Typ: **Paper**, Spigot, Purpur, Folia oder Bukkit
* **PlaceholderAPI** (erforderlich)

### Installation

1. Lade die neueste Version von [Modrinth](https://modrinth.com/organization/haistudios) herunter.
2. Lege die `.jar`-Datei in den Ordner `plugins/`.
3. Stelle sicher, dass **PlaceholderAPI** installiert ist.
4. Starte den Server neu.

### Befehle

| Befehl                                                  | Beschreibung                             | Berechtigung    |
| ------------------------------------------------------- | ---------------------------------------- | --------------- |
| `/gems <add\|set\|remove\|reset\|giveall\|level\|info>` | Gems-Verwaltung                          | `axogems.admin` |
| `/gemslevel`                                            | Öffnet das GemsLevel-Menü                | -               |
| `/gemstop`                                              | Zeigt die Top 10 Spieler nach Gems       | –               |
| `/gemsleveltop`                                         | Zeigt die Top 10 Spieler nach Gems-Level | –               |
| `/gemspay <spieler> <anzahl>`                           | Sendet Gems an einen Spieler             | `axogems.pay`   |
| `/gemsshop`                                             | Öffnet den Gems-Shop                     | `axogems.shop`  |
| `/axogemsreload`                                        | Reloadet AxoGems                         | `axogems.admin` |

### Berechtigungen

| Berechtigung    | Beschreibung                                    | Standard |
| --------------- | ----------------------------------------------- | -------- |
| `axogems.admin` | Verwaltung (u. a. `/gems`, `/axogemsreload`)    | 🔒 OP    |
| `axogems.pay`   | Erlaubt das Senden von Gems (`/gemspay`)        | ✅ Alle   |
| `axogems.shop`  | Erlaubt das Öffnen des Gems-Shops (`/gemsshop`) | ✅ Alle   |

### Konfiguration

Die Konfigurationsdatei `plugins/AxoGems/config.yml` wird beim ersten Start automatisch erstellt:

```yaml
income-interval: 60 # Sekunden
start-level: 1
start-gems: 0

# Preis für Level 1
level-base-price: 900

# Belohnung pro Level
level-reward-factor: 50

messages:
  gems-change: "&bGems &8>> &a+{formatted}"
  gems-remove: "&bGems &8>> &c-{formatted}"

GEMS-MENU:
  TITLE: '&8???? &7- &fGems'
  ROWS: 3

  ITEMS:
    ZOMBIE_SPAWNER:
      MATERIAL: SPAWNER
      DISPLAY-NAME: '&#8B008B&lZombie Spawner'
      SLOT: 10
      AMOUNT: 1
      PRICE: 100
      GIVE-ITEM: false
      COMMANDS:
      - spawner give spawner %player% zombie %amount%

BUY-AMOUNTS:
  - 1
  - 5
  - 10
  - 32
  - 64
```

#### Wichtigste Optionen

| Option                       | Beschreibung                                                                                                  |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------- |
| `income-interval`            | Sekunden, in denen Spieler automatisch Gems erhalten                                                          |
| `start-level` / `start-gems` | Startwerte für neue Spieler                                                                                   |
| `level-base-price`           | Preis für Level 1                                                                                             |
| `level-reward-factor`        | Belohnung pro Level                                                                                           |
| `GEMS-MENU.ITEMS`            | Items im Shop – mit Material, Slot, Preis und optionalen Befehlen (`%player%` und `%amount%` als Platzhalter) |
| `BUY-AMOUNTS`                | Wählbare Kaufmengen im Shop                                                                                   |

### Support

Bei Fragen oder Problemen: [Discord](https://discord.gg/3pA82RqTWt)


---

# 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://haistudios.gitbook.io/haistudios-wiki/plugins/axogems.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.
