Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ######################
- #+ +#
- # MENU SETTINGS #
- #+ +#
- ######################
- menu-settings:
- # name - appears as the title - REQUIRED
- name: '&1Kit Selection'
- # 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
- # This command command will be execute when the menu is opened.
- # Supports all the icon command types.
- open-action: 'sound: note pling;
- # open-with-item - OPTIONAL
- # The menu will open only right-clicking with orange wool [35:1]
- open-with-item:
- id: clock:1
- left-click: false
- right-click: true
- ######################
- #+ +#
- # ITEMS #
- #+ +#
- ######################
- pvpkit mulecmd:
- COMMAND: 'pvpkit Mule'
- NAME: '&eKit Mule'
- LORE:
- - 'Selects kit Mule'
- ID: carrot
- DATA-VALUE: 1
- AMOUNT: 1
- ENCHANTMENT: knockback, 10; durability, 10
- POSITION-X: 1
- POSITION-Y: 1
- pvpkit donkeycmd:
- COMMAND: 'pvpkit Donkey'
- NAME: '&eKit Donkey'
- LORE:
- - 'Selects kit Donkey'
- ID: carrot
- DATA-VALUE: 1
- AMOUNT: 2
- ENCHANTMENT: knockback, 10; durability, 10
- POSITION-X: 2
- POSITION-Y: 1
- pvpkit Horsecmd:
- COMMAND: 'pvpkit Horse'
- NAME: '&eKit Horse'
- LORE:
- - 'Selects kit Horse'
- ID: carrot
- DATA-VALUE: 1
- AMOUNT: 3
- ENCHANTMENT: knockback, 10; durability, 10
- POSITION-X: 3
- POSITION-Y: 1
- pvpkit Pegasuscmd:
- COMMAND: 'pvpkit Pegasus'
- NAME: '&eKit Pegasus'
- LORE:
- - 'Selects kit Pegasus'
- ID: carrot
- DATA-VALUE: 1
- AMOUNT: 4
- ENCHANTMENT: knockback, 10; durability, 10
- POSITION-X: 4
- POSITION-Y: 1
- pvpkit Unicorncmd:
- COMMAND: 'pvpkit Unicorn'
- NAME: '&eKit Unciorn'
- LORE:
- - 'Selects kit Unciorn'
- ID: carrot
- DATA-VALUE: 1
- AMOUNT: 5
- ENCHANTMENT: knockback, 10; durability, 10
- POSITION-X: 5
- POSITION-Y: 1
- pvpkit Horsecmd:
- COMMAND: 'pvpkit TrueUnicorn'
- NAME: '&eKit TrueUnicorn'
- LORE:
- - 'Selects kit TrueUnicorn'
- ID: carrot
- DATA-VALUE: 1
- AMOUNT: 6
- ENCHANTMENT: knockback, 10; durability, 10
- POSITION-X: 6
- POSITION-Y: 1
- menu-close-no-commands-no-lore:
- NAME: '&6Close the menu'
- ID: bed
- LORE:
- - 'Close the kit selection'
- POSITION-X: 9
- POSITION-Y: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement