######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################
menu-settings:
  # REQUIRED
  # Appears as the title of the menu.
  name: '&1Bank'
  # REQUIRED
  # The number of rows in the menu.
  rows: 3
  # OPTIONAL
  # Set which commands a player can execute to open the menu.
  commands:
  - 'gg'
  # OPTIONAL
  # How frequently the menu will be refreshed, in seconds.
  # Useful if you have placeholders in icon descriptions.
  auto-refresh: 5
  # OPTIONAL
  # These actions will be executed when the menu is opened.
  # Supports all the icon action types.
  open-actions:
  - ''
  # OPTIONAL
  # The menu will open only when right-clicking with a compass.
  open-with-item:
    material: compass
    left-click: false
    right-click: true
######################
#+                  +#
#       ICONS        #
#+                  +#
######################
economy-give2:
  MATERIAL: sunflower
  POSITION-X: 1
  POSITION-Y: 1
  NAME: '&e&l50 Coins'
  LORE:
    - 'Get &e50 coins&r'
    - 'By &e5000$'
    - ''
    - ''
    - ''
  PRICE: 5000
  ACTIONS:
    - 'tell: &aYou have get &e50 Coins'
    - 'console: mc give {player} 50'
  KEEP-OPEN: false
economy-give5:
  MATERIAL: sunflower
  POSITION-X: 5
  POSITION-Y: 1
  NAME: '&e&l100 Coins'
  LORE:
    - 'Get &e100 coins&r'
    - 'By &e7500$'
    - ''
    - ''
    - ''
  PRICE: 7500
  ACTIONS:
    - 'tell: &aYou have get &e100 Coins'
    - 'console: mc give {player} 100'
  KEEP-OPEN: false
economy-give3:
  MATERIAL: sunflower
  POSITION-X: 9
  POSITION-Y: 1
  NAME: '&e&l500 Coins'
  LORE:
    - 'Get &e500 coins&r'
    - 'By &e15000$'
    - ''
    - ''
    - ''
  PRICE: 15000
  ACTIONS:
    - 'tell: &aYou have get &e500 Coins'
    - 'console: mc give {player} 500'
  KEEP-OPEN: true
economy-give10:
  MATERIAL: lime banner
  POSITION-X: 4
  POSITION-Y: 3
  NAME: '&a&lMoney'
  LORE:
    - '{money}'
  KEEP-OPEN: true
economy-give16:
  MATERIAL: sunflower
  POSITION-X: 6
  POSITION-Y: 3
  NAME: '&eCoins'
  LORE:
    - '{coin}'
  KEEP-OPEN: true