XenoTokensXenoTokens
gui.yml
Per-currency shop GUI layout, buttons, pages, items, and reward actions.
currencies/<id>/gui.yml controls the entire shop experience for one currency.
Main sections
| Path | What it controls |
|---|---|
gui.enabled | Whether the shop is available |
gui.title | Inventory title with page placeholders |
gui.rows / max-pages | Inventory size and page count |
gui.close-on-purchase | Whether the inventory closes after buying |
gui.sounds.* | Open, success, and failure sounds |
gui.buttons.* | Filler, previous, next, and close buttons |
gui.pages.<n>.items.* | Shop entries on each page |
Entry rewards
An entry can reward:
- a direct item
- one or more console commands
- one or more player commands
- any mix of the above
That makes gui.yml the operational center of the XenoTokens shop feature.
events.yml
Per-currency earning rules powered by the XenoTokens event engine.
lang.yml
Shared and per-currency language output used by XenoTokens.
Last updated on