Advertisement
Benjamin_Loison

ChestCommands: Concessionnaire de police

Oct 25th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.67 KB | None | 0 0
  1. ######################
  2. #+                  +#
  3. #   MENU SETTINGS    #
  4. #+                  +#
  5. ######################
  6.  
  7.  
  8.  
  9. menu-settings:
  10.   # name - appears as the title - REQUIRED
  11.   name: '&1Concessionnaire de police'
  12.  
  13.   # rows - the number of rows of the chest - REQUIRED
  14.   rows: 1
  15.  
  16.   # command - OPTIONAL (you can remove this or set it to '')
  17.   # Bind multiple commands using ; (command: 'menu; m; me')
  18.   command: ''
  19.  
  20.   # The sound played whenever the menu is opened.
  21.   # List of sounds:
  22.   # jd.bukkit.org/rb/apidocs/org/bukkit/Sound.html
  23.   open-sound: NOTE_PLING
  24.  
  25.   # open-with-item - OPTIONAL
  26.   # The menu will open only right-clicking with orange wool [35:1]
  27.   open-with-item:
  28.     item-id: wool
  29.     left-click: false
  30.     right-click: false
  31.     data-value: 1
  32.  
  33.  
  34. ######################
  35. #+                  +#
  36. #       ITEMS        #
  37. #+                  +#
  38. ######################
  39.  
  40.  
  41. police car:
  42.   COMMAND: 'op:cash %player% buy 50000 flansmod:CIVIL_VEHICULE_COP_1A'
  43.   NAME: '&bVoiture d''adjoint'
  44.   LORE:
  45.     - 'Achat: 50 000 €'
  46.     - '&cRequis : &1Adjoint'
  47.   ID: flansmod_civil_vehicle_cop_1a
  48.   KEEP-OPEN: true
  49.   PERMISSION: Adjoint
  50.   POSITION-X: 1
  51.   POSITION-Y: 1
  52.  
  53.  
  54. Chevrelet Surburban K-9:
  55.   COMMAND: 'op:cash %player% buy 75000 flansmod:DayZ_Vehicle_ChevreletSuburban2010_3A'
  56.   NAME: '&bChevrelet suburban'
  57.   LORE:
  58.     - 'Achat: 75 000 €'
  59.     - '&cRequis : &1Sergent'
  60.   ID: flansmod_DayZ_Vehicle_ChevreletSuburban2010_3A
  61.   KEEP-OPEN: true
  62.   PERMISSION: Sergent
  63.   POSITION-X: 2
  64.   POSITION-Y: 1
  65.  
  66.  
  67. Chevrelet Surburban fbi:
  68.   COMMAND: 'op:cash %player% buy 90000 flansmod:DayZ_Vehicle_ChevroletSuburban2010_2A'
  69.   NAME: '&bChevrelet suburban FBI'
  70.   LORE:
  71.     - 'Achat: 90 000 €'
  72.     - '&cRequis : &1Sergent'
  73.   ID: flansmod_DayZ_Vehicle_Chevroletsuburban2010_2A
  74.   KEEP-OPEN: true
  75.   PERMISSION: Sergent
  76.   POSITION-X: 3
  77.   POSITION-Y: 1
  78.  
  79.  
  80. hunter:
  81.   COMMAND: 'op:cash %player% buy 125000 flansmod:Hunter'
  82.   NAME: '&bHunter'
  83.   LORE:
  84.     - 'Achat: 125 000 €'
  85.     - '&cRequis : &1Sergent'
  86.   ID: flansmod_hunter
  87.   KEEP-OPEN: true
  88.   PERMISSION: Sergent
  89.   POSITION-X: 4
  90.   POSITION-Y: 1
  91.  
  92. Camion SWAT:
  93.   COMMAND: 'op:cash %player% buy 250000 flansmod:CIVIL_VEHICLE_POLICETRUCK_2A'
  94.   NAME: '&bCamion du SWAT'
  95.   LORE:
  96.     - 'Achat: 250 000 €'
  97.     - '&cRequis : &1Major'
  98.   ID: flansmod_CIVIL_VEHICLE_POLICETRUCK_2A
  99.   KEEP-OPEN: true
  100.   PERMISSION: Major
  101.   POSITION-X: 5
  102.   POSITION-Y: 1
  103.  
  104.  
  105. Achat-Fuel-1:
  106.   COMMAND: 'op:cash %player% buy 5000 flansmod:fuelCan'
  107.   NAME: '&aAcheter'
  108.   LORE:
  109.    - '&bPetit bidon d''essence x1'
  110.     - '&e5 000 €'
  111.   ID: flansmod_fuelcan
  112.   KEEP-OPEN: true
  113.   POSITION-X: 9
  114.   POSITION-Y: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement