Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. display:
  2. default:
  3. ==: org.bukkit.inventory.ItemStack
  4. type: DIAMOND_SPADE
  5. damage: 23
  6. meta:
  7. ==: ItemMeta
  8. meta-type: UNSPECIFIC
  9. Unbreakable: true
  10.  
  11. name: Jeep Body
  12.  
  13. build_cost: 7
  14. buy_cost: 60
  15. spawn_cost: 15
  16.  
  17. garage:
  18. can_be_stored:
  19. on_right_click: true
  20.  
  21. inspect:
  22. - '&6{name}:'
  23. - ' &eRésistance:&r {shield.health}'
  24. - ' &eRéparation:&r {shield.regen_speed}'
  25. - ' &eSiège:&r {seats.amount}'
  26. - ' &eAction Touche "Espace":&r {seats.spacebar.seat{seat}.action}'
  27. - ' &eManiabilité:&r {move.turn.sensitivity}'
  28. - ' &eVitesse:&r {move.normal.max_acceleration}'
  29.  
  30. upgrade:
  31. item:
  32. ==: org.bukkit.inventory.ItemStack
  33. type: DIAMOND_SPADE
  34. damage: 12
  35. meta:
  36. ==: ItemMeta
  37. meta-type: UNSPECIFIC
  38. Unbreakable: true
  39. # message:
  40. # success: Installation de {name} réussie.
  41. # failure: Échec de l'installation de : {name}.
  42.  
  43. appearance:
  44. show_health: false
  45.  
  46. seats:
  47. amount: 6
  48. offset:
  49. seat1:
  50. x: 0.0
  51. y: -1.80
  52. z: 0.0
  53. seat2:
  54. x: 0.0
  55. y: -1.80
  56. z: -1.1
  57. seat3:
  58. x: -1.0
  59. y: -1.80
  60. z: 0
  61. seat4:
  62. x: -1.0
  63. y: -1.80
  64. z: -1.1
  65. seat5:
  66. x: -2.0
  67. y: -1.80
  68. z: 0
  69. seat6:
  70. x: -2.0
  71. y: -1.80
  72. z: -1.1
  73. steers:
  74. seat1: true
  75. seat2: false
  76. seat3: false
  77. seat4: false
  78. seat5: false
  79. seat6: false
  80. dummy:
  81. seat0: true
  82. spacebar:
  83. seat2:
  84. action: inventory
  85. cooldown: -1
  86. inventory:
  87. seat2:
  88. size: 1
  89. title: Boîte à Objet
  90.  
  91. sound:
  92. lock:
  93. toggle:
  94. to_locked: BLOCK_IRON_TRAPDOOR_CLOSE
  95. to_unlocked: BLOCK_IRON_TRAPDOOR_OPEN
  96. locked: BLOCK_WOOD_BUTTON_CLICK_OFF
  97.  
  98. effect:
  99. type: CLOUD
  100. offset:
  101. x: -3.0
  102. y: 1.2
  103. z: 0.3
  104. amount: 8
  105. extra: 0.1
  106. data:
  107. frequency: 13
  108. hurt:
  109. type: SMOKE_LARGE
  110. offset:
  111. x: 2.0
  112. y: 1.8
  113. z: 0.0
  114. health_cutoff: 30
  115. amount_multiplier: 50
  116. extra: 0.04
  117. frequency: 9
  118.  
  119. key:
  120. ==: org.bukkit.inventory.ItemStack
  121. type: TRIPWIRE_HOOK
  122.  
  123. damage: 6
  124.  
  125. invulnerable:
  126. fall: true
  127. player: true
  128.  
  129. shield:
  130. health: 80
  131. regen_speed: 0.010
  132.  
  133. move:
  134. turn:
  135. sensitivity: 4.0
  136. pitch:
  137. enabled: false
  138. enabled_gravity: true
  139. gravity_cutoff: 80
  140. clamp:
  141. gravity: 90
  142. climb: 1.0
  143. float:
  144. enabled: false
  145. normal:
  146. reverse_directions: false
  147. max_acceleration: 0.8
  148. vertical:
  149. reverse_directions: false
  150. max_acceleration: 0.17
  151. strafe:
  152. enabled: true
  153. as_wasd: true
  154. reverse_directions: true
  155. max_acceleration: 4.0
  156. multipliers:
  157. backwards: 0.2
  158. in_air: 1
  159. in_water: 0.0008
  160. on_land: 1
  161. underwater: 0.008
  162. friction:
  163. in_air: 0.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement