######################
#+ +#
# MENU SETTINGS #
#+ +#
######################
menu-settings:
# name - appears as the title - REQUIRED
name: '&1&lCubeWorldMenu'
# rows - the number of rows of the chest - REQUIRED
rows: 3
# command - OPTIONAL (you can remove this or set it to '')
# Bind multiple commands using ; (command: 'menu; m; me')
command: 'menu'
# auto-refresh - OPTIONAL
# How frequently the menu will be refreshed, in seconds.
# Useful if you have variables in items' descriptions.
auto-refresh: 5
# open-with-item - OPTIONAL
# The menu will open only right-clicking with orange wool [35:1]
open-with-item:
id: ghast_tear
left-click: false
right-click: true
######################
#+ +#
# ITEMS #
#+ +#
######################
spawncmd:
COMMAND: 'hub'
NAME: '&e/hub'
LORE:
- 'Go to the &c&lHUB'
ID: bed
POSITION-X: 1
POSITION-Y: 1
test-from-console:
COMMAND: 'headpets petselector'
NAME: '&cPets.'
LORE:
- 'Clique ici pour choisir ton animal.'
ID: bone
POSITION-X: 2
POSITION-Y: 1
this-text-will-not-appear:
COMMAND: 'cc open example.yml'
NAME: '&dParticules'
LORE:
- 'Clique ici pour avoir le menu particules'
ID: paper
POSITION-X: 3
POSITION-Y: 1
menu-close-no-commands-no-lore:
NAME: '&6Close the menu'
ID: redstone lamp
LORE:
- 'Create an item without command,'
- 'the GUI will just close.'
POSITION-X: 9
POSITION-Y: 3