Advertisement
Guest User

Untitled

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