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: '&1Concessionnaire de police
- # rows - the number of rows of the chest - REQUIRED
- rows: 2
- # command - OPTIONAL (you can remove this or set it to '')
- # Bind multiple commands using ; (command: 'menu; m; me')
- command: ''
- # The sound played whenever the menu is opened.
- # List of sounds:
- # jd.bukkit.org/rb/apidocs/org/bukkit/Sound.html
- open-sound: NOTE_PLING
- # open-with-item - OPTIONAL
- # The menu will open only right-clicking with orange wool [35:1]
- open-with-item:
- item-id: wool
- left-click: false
- right-click: false
- data-value: 1
- ######################
- #+ +#
- # ITEMS #
- #+ +#
- ######################
- SUV-Banalise:
- COMMAND: 'console:give %player% 8498 1'
- NAME: '&bSUV Banalisé'
- PRICE: 50000
- LORE:
- - 'Achat: 80 000 €'
- ID: 8498
- KEEP-OPEN: true
- PERMISSION: menu.SUV
- POSITION-X: 1
- POSITION-Y: 1
- Camion:
- COMMAND: 'console:give %player% 9211 1'
- NAME: '&bCamion de police'
- PRICE: 17500
- LORE:
- - 'Achat: 37 500 €'
- ID: 9211
- KEEP-OPEN: true
- PERMISSION: menu.Camion
- POSITION-X: 2
- POSITION-Y: 1
- SUV:
- COMMAND: 'console:give %player% 5660 1'
- NAME: '&bSUV de police'
- PRICE: 15000
- LORE:
- - 'Achat: 35 000 €'
- ID: 5660
- KEEP-OPEN: true
- POSITION-X: 3
- POSITION-Y: 1
- Hunter:
- COMMAND: 'console:give %player% 5099 1'
- NAME: '&bHunter'
- PRICE: 75000
- LORE:
- - 'Achat: 75 000 €'
- ID: 5099
- KEEP-OPEN: true
- PERMISSION: menu.Hunter
- POSITION-X: 4
- POSITION-Y: 1
- Pick-Up-Policier:
- COMMAND: 'console:give %player% 5723 1'
- NAME: '&bVoiture de Police'
- PRICE: 20000
- LORE:
- - 'Achat: 30 000 €'
- ID: 5723
- KEEP-OPEN: true
- POSITION-X: 4
- POSITION-Y: 1
- Petit-Tank:
- COMMAND: 'console:give %player% 5698 1'
- NAME: '&bPetit tank'
- PRICE: 250000
- LORE:
- - 'Achat: 250 000 €'
- ID: 5698
- KEEP-OPEN: true
- PERMISSION: menu.P-PTank
- POSITION-X: 6
- POSITION-Y: 1
- Tank:
- COMMAND: 'console:give %player% 5666 1'
- NAME: '&bTank'
- PRICE: 500000
- LORE:
- - 'Achat: 500 000 €'
- ID: 5666
- KEEP-OPEN: true
- PERMISSION: menu.P-Tank
- POSITION-X: 7
- POSITION-Y: 1
- Gros-Tank:
- COMMAND: 'console:give %player% 5803 1'
- NAME: '&bGros tank'
- PRICE: 750000
- LORE:
- - 'Achat: 750 000 €'
- ID: 5803
- KEEP-OPEN: true
- PERMISSION: menu.P-GTank
- POSITION-X: 8
- POSITION-Y: 1
- Munition-Tank-Missile:
- COMMAND: 'console:give %player% 4630 1'
- NAME: '&bMunition de Tank (missile)'
- PRICE: 10000
- LORE:
- - 'Achat: 10 000 €'
- KEEP-OPEN: true
- ID: 4630
- POSITION-X: 9
- POSITION-Y: 2
- Achat-Fuel-1:
- COMMAND: 'console:give %player% 4552 1'
- NAME: '&aAcheter'
- PRICE: 5000
- LORE:
- - '&bPetit bidon d''essence x1'
- - '&e5 000 €'
- ID: 4552
- KEEP-OPEN: true
- POSITION-X: 9
- POSITION-Y: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement