BitAspire Wiki
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

PathWhat it controls
gui.enabledWhether the shop is available
gui.titleInventory title with page placeholders
gui.rows / max-pagesInventory size and page count
gui.close-on-purchaseWhether 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.

Last updated on

On this page