0% found this document useful (0 votes)
7 views3 pages

Coin Yml

The document outlines the configuration settings for a menu titled 'Bank' with three rows, which can be opened using the command 'gg' or by right-clicking a compass. It includes various icons for purchasing coins with specified prices and actions, such as giving coins to players and displaying their balance. The menu can refresh automatically every 5 seconds and supports customizable actions upon opening.

Uploaded by

hndzhyr32
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views3 pages

Coin Yml

The document outlines the configuration settings for a menu titled 'Bank' with three rows, which can be opened using the command 'gg' or by right-clicking a compass. It includes various icons for purchasing coins with specified prices and actions, such as giving coins to players and displaying their balance. The menu can refresh automatically every 5 seconds and supports customizable actions upon opening.

Uploaded by

hndzhyr32
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

######################

#+ +#
# 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

You might also like