For the complete documentation index, see llms.txt. This page is also available as Markdown.

Supported Plugins

PlaceholderAPI
Plugin
Purpose

Vault

Default economy provider

CoinsEngine

Alternative currency support (multiple currencies)

PlayerPoints

Alternative currency support

Advanced Slime Paper / SlimeWorld

World compatibility (enabled in hooks.yml)

Currency Setup

Configure available currencies in hooks.yml:

hooks:
  currency:
    default: vault       # Default currency for new shops
    providers:
      vault: true
      coinsengine: true
      playerpoints: true

You can define as many custom currencies as you want:

currencies:
  gems:
    provider: coinsengine
    currency-id: gems
    display-name: "&bGems"
    prefix: "♦"
    item:
      material: EMERALD
      name: "&bGems"

Last updated