aglerr's Plugin Wiki
  • Welcome
  • aglerr's plugin
    • Player Profiles
      • Commands & Permissions
      • Options & Configuration
        • config.yml
        • custom-items.yml
    • Top Damage
  • The-Only Plugin Series
    • The-Only Mobcoins
      • Commands & Permissions
      • Placeholders
      • Plugin's files
        • config.yml
        • mobs.yml
        • shops
          • rotating-shop (WIP)
            • rotating-shop.yml (WIP)
          • category-shop (WIP)
            • categories (WIP)
              • weaponsAndTools.yml (WIP)
              • armor.yml (WIP)
            • category-shop.yml (WIP)
          • confirmation_menu.yml (WIP)
          • main_menu.yml (WIP)
      • Developer API
        • Custom Events
    • The-Only Donations
      • Commands & Permissions
      • Placeholders
      • Plugin's Files
        • config.yml
  • Additional Resources
    • Discord
    • My Spigot Resource
Powered by GitBook
On this page

Was this helpful?

  1. The-Only Plugin Series
  2. The-Only Mobcoins
  3. Plugin's files
  4. shops

confirmation_menu.yml (WIP)

title: '&8Confirmation Menu'
size: 27

items:
  displayItem:
    type: DISPLAY_ITEM
    slots: [13]
  acceptButton:
    type: CONFIRM_BUY
    material: LIME_WOOL
    name: '&aConfirm'
    slots: [0, 1, 2, 9, 10, 11, 18, 19, 20]
  denyButton:
    type: CANCEL_BUY
    material: RED_WOOL
    name: '&cCancel'
    slots: [6, 7, 8, 15, 16, 17, 24, 25, 26]
  fillItem:
    type: DUMMY
    material: BLACK_STAINED_GLASS_PANE
    name: '&f'
    slots: [3, 4, 5, 12, 14, 21, 22, 23]
Previouscategory-shop.yml (WIP)Nextmain_menu.yml (WIP)

Last updated 3 years ago

Was this helpful?