Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Start:
- ######################
- #+ +#
- # MENU SETTINGS #
- #+ +#
- ######################
- menu-settings:
- # name - appears as the title - REQUIRED
- name: '&4Start Sorting?'
- # rows - the number of rows of the chest - REQUIRED
- rows: 5
- # command - OPTIONAL (you can remove this or set it to '')
- command: ''
- # open-with-item - OPTIONAL (you can remove this or
- # set the item-id/data-value to 0)
- # In this case it will open with a book (right click)
- open-with-item:
- item-id: 337
- left-click: false
- right-click: true
- # data-value: 0
- ######################
- #+ +#
- # ITEMS #
- #+ +#
- ######################
- example:
- COMMAND: 'open:start.yml'
- NAME: '&6[+] Start Sorting? [+]'
- LORE:
- ID: book
- KEEP-OPEN: true
- POSITION-X: 5
- POSITION-Y: 2
- admin:
- COMMAND: 'open:1.yml'
- NAME: '&2[+] Yes [+]'
- LORE:
- ID: wool:13
- KEEP-OPEN: true
- POSITION-X: 4
- POSITION-Y: 4
- shop:
- COMMAND: 'open:start.yml'
- NAME: '&4[+] No [+]'
- LORE:
- ID: wool:14
- KEEP-OPEN: true
- POSITION-X: 6
- POSITION-Y: 4
- 1:
- ######################
- #+ +#
- # MENU SETTINGS #
- #+ +#
- ######################
- menu-settings:
- # name - appears as the title - REQUIRED
- name: '&4First Question'
- # rows - the number of rows of the chest - REQUIRED
- rows: 5
- # command - OPTIONAL (you can remove this or set it to '')
- command: ''
- # open-with-item - OPTIONAL (you can remove this or
- # set the item-id/data-value to 0)
- # In this case it will open with a book (right click)
- open-with-item:
- item-id: 0
- left-click: false
- right-click: true
- # data-value: 0
- ######################
- #+ +#
- # ITEMS #
- #+ +#
- ######################
- example:
- COMMAND: 'open:1.yml'
- NAME: '&6[+] First question [+]'
- LORE:
- - 'If you friend was'
- - 'mugged by a man,'
- - 'what would you do?'
- ID: book
- KEEP-OPEN: true
- POSITION-X: 5
- POSITION-Y: 2
- answer1:
- COMMAND: 'open:3.yml'
- NAME: '&3[+] Answer 1 [+]'
- LORE:
- - 'Chase the man'
- - 'and kill him'
- ID: paper
- KEEP-OPEN: true
- POSITION-X: 2
- POSITION-Y: 4
- answer2:
- COMMAND: 'open:2.yml'
- NAME: '&3[+] Answer 2 [+]'
- LORE:
- - 'Chase the man'
- - 'and get your'
- - 'friends things back'
- ID: paper
- KEEP-OPEN: true
- POSITION-X: 4
- POSITION-Y: 4
- answer3:
- COMMAND: 'open:2.yml'
- NAME: '&3[+] Answer 3 [+]'
- LORE:
- - 'Let him get away'
- - 'and get your friend'
- - 'new and better things'
- ID: paper
- KEEP-OPEN: true
- POSITION-X: 6
- POSITION-Y: 4
- answer4:
- COMMAND: 'open:3.yml'
- NAME: '&3[+] Answer 4 [+]'
- LORE:
- - 'Let him go,'
- - 'its your friend's'
- - 'problem, not yours'
- ID: paper
- KEEP-OPEN: true
- POSITION-X: 8
- POSITION-Y: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement