Advertisement
Benjamin_Loison

ChestCommands: Concessionnaire de police

Oct 25th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.08 KB | None | 0 0
  1. ######################
  2. #+                  +#
  3. #   MENU SETTINGS    #
  4. #+                  +#
  5. ######################
  6.  
  7. menu-settings:
  8.   # name - appears as the title - REQUIRED
  9.   name: '&1Concessionnaire de police
  10.  
  11.   # rows - the number of rows of the chest - REQUIRED
  12.   rows: 2
  13.  
  14.   # command - OPTIONAL (you can remove this or set it to '')
  15.   # Bind multiple commands using ; (command: 'menu; m; me')
  16.   command: ''
  17.  
  18.   # The sound played whenever the menu is opened.
  19.   # List of sounds:
  20.   # jd.bukkit.org/rb/apidocs/org/bukkit/Sound.html
  21.   open-sound: NOTE_PLING
  22.  
  23.   # open-with-item - OPTIONAL
  24.   # The menu will open only right-clicking with orange wool [35:1]
  25.   open-with-item:
  26.     item-id: wool
  27.     left-click: false
  28.     right-click: false
  29.     data-value: 1
  30.  
  31.  
  32. ######################
  33. #+                  +#
  34. #       ITEMS        #
  35. #+                  +#
  36. ######################
  37.  
  38.  
  39. SUV-Banalise:
  40.   COMMAND: 'console:give %player% 8498 1'
  41.   NAME: '&bSUV Banalisé'
  42.   PRICE: 50000
  43.   LORE:
  44.     - 'Achat: 80 000 €'
  45.   ID: 8498
  46.   KEEP-OPEN: true
  47.   PERMISSION: menu.SUV
  48.   POSITION-X: 1
  49.   POSITION-Y: 1
  50.  
  51.  
  52. Camion:
  53.   COMMAND: 'console:give %player% 9211 1'
  54.   NAME: '&bCamion de police'
  55.   PRICE: 17500
  56.   LORE:
  57.     - 'Achat: 37 500 €'
  58.   ID: 9211
  59.   KEEP-OPEN: true
  60.   PERMISSION: menu.Camion
  61.   POSITION-X: 2
  62.   POSITION-Y: 1
  63.  
  64.  
  65. SUV:
  66.   COMMAND: 'console:give %player% 5660 1'
  67.   NAME: '&bSUV de police'
  68.   PRICE: 15000
  69.   LORE:
  70.     - 'Achat: 35 000 €'
  71.   ID: 5660
  72.   KEEP-OPEN: true
  73.   POSITION-X: 3
  74.   POSITION-Y: 1
  75.  
  76.  
  77. Hunter:
  78.   COMMAND: 'console:give %player% 5099 1'
  79.   NAME: '&bHunter'
  80.   PRICE: 75000
  81.   LORE:
  82.     - 'Achat: 75 000 €'
  83.   ID: 5099
  84.   KEEP-OPEN: true
  85.   PERMISSION: menu.Hunter
  86.   POSITION-X: 4
  87.   POSITION-Y: 1
  88.  
  89.  
  90. Pick-Up-Policier:
  91.   COMMAND: 'console:give %player% 5723 1'
  92.   NAME: '&bVoiture de Police'
  93.   PRICE: 20000
  94.   LORE:
  95.     - 'Achat: 30 000 €'
  96.   ID: 5723
  97.   KEEP-OPEN: true
  98.   POSITION-X: 4
  99.   POSITION-Y: 1
  100.  
  101.  
  102. Petit-Tank:
  103.   COMMAND: 'console:give %player% 5698 1'
  104.   NAME: '&bPetit tank'
  105.   PRICE: 250000
  106.   LORE:
  107.     - 'Achat: 250 000 €'
  108.   ID: 5698
  109.   KEEP-OPEN: true
  110.   PERMISSION: menu.P-PTank
  111.   POSITION-X: 6
  112.   POSITION-Y: 1
  113.  
  114.  
  115. Tank:
  116.   COMMAND: 'console:give %player% 5666 1'
  117.   NAME: '&bTank'
  118.   PRICE: 500000
  119.   LORE:
  120.     - 'Achat: 500 000 €'
  121.   ID: 5666
  122.   KEEP-OPEN: true
  123.   PERMISSION: menu.P-Tank
  124.   POSITION-X: 7
  125.   POSITION-Y: 1
  126.  
  127.  
  128. Gros-Tank:
  129.   COMMAND: 'console:give %player% 5803 1'
  130.   NAME: '&bGros tank'
  131.   PRICE: 750000
  132.   LORE:
  133.     - 'Achat: 750 000 €'
  134.   ID: 5803
  135.   KEEP-OPEN: true
  136.   PERMISSION: menu.P-GTank
  137.   POSITION-X: 8
  138.   POSITION-Y: 1
  139.  
  140.  
  141. Munition-Tank-Missile:
  142.   COMMAND: 'console:give %player% 4630 1'
  143.   NAME: '&bMunition de Tank (missile)'
  144.   PRICE: 10000
  145.   LORE:
  146.     - 'Achat: 10 000 €'
  147.   KEEP-OPEN: true
  148.   ID: 4630
  149.   POSITION-X: 9
  150.   POSITION-Y: 2
  151.  
  152.  
  153. Achat-Fuel-1:
  154.   COMMAND: 'console:give %player% 4552 1'
  155.   NAME: '&aAcheter'
  156.   PRICE: 5000
  157.   LORE:
  158.    - '&bPetit bidon d''essence x1'
  159.     - '&e5 000 €'
  160.   ID: 4552
  161.   KEEP-OPEN: true
  162.   POSITION-X: 9
  163.   POSITION-Y: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement