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

# Compatible plugins

Every thid-party plugin that can be integrated with HyperStones.

## Vault

Vault is required to require money during HyperStones upgrades.

## ItemsAdder

ItemsAdder can be used to modify default HyperStones' items textures. To achieve this you have to specify as "item-type" the namespace:id of the ItemsAdder item you want to use the texture.

```yaml
items:
  hyperstone:
    name: '&3&nHyperShard'
    lore:
      - "&3&l* &7Use this inside an anvil"
      - "&7with a weapon or an armor"
      - "&7to upgrade it."
    item-type: plastic # <-- ItemsAdder namespace
    glow: true
    min-drop-amount: 1
    max-drop-amount: 4
```

You can upgrade custom ItemsAdder items by adding their name in the dedicated path in the config.yml.

```yaml
itemsadder:
  upgradable-items:
    - "ItemsAdderItem1" # <-- ItemsAdder item name
    - "ItemsAdderItem2"
```
