Skip to content

confirm.yml

The purchase confirmation menu at guis/confirm.yml, shown before a shop purchase when Shop.Confirm-Purchase: true in config.yml. Set it to false for instant purchases.

Title: "&5Confirm Purchase"
Size: 27
Preview-Slot: 13
Items:
Filler-Item:
Material: PURPLE_STAINED_GLASS_PANE
Slots: [0-9, 12, 14, 17, 18-26]
Name: "&r"
Confirm:
Material: LIME_STAINED_GLASS_PANE
Slots: [10, 11]
Name: "&a&lConfirm"
Lore:
- " "
- " &2- &7Buy &f{amount}x {name}"
- " &2- &7Cost: &a{price} {currency}"
- " &2- &7Balance: &a{shards}"
Cancel:
Material: RED_STAINED_GLASS_PANE
Slots: [15, 16]
Name: "&c&lCancel"
Lore:
- " "
- " &4- &7Return to the shop"
Key Description
Title Menu title.
Size Inventory size (multiple of 9).
Preview-Slot Slot that shows the item being bought.
Items.Confirm Reserved - the confirm button.
Items.Cancel Reserved - the cancel button.
Other items Decoration (e.g. Filler-Item).

Tokens available in the lore: {amount}, {name}, {price}, {currency}, {shards}.