Advertisement
Guest User

Untitled

a guest
May 7th, 2019
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.39 KB | None | 0 0
  1. general:
  2. #sets debug mode on or off. Turn off if you do not want to see as much info on in the server console or log files
  3. debugMode: false
  4. #relays the new BlockExplodeEvent to the old EntityExplodeEvent for protection plugins, which don't support this feature
  5. relayExplosionEvent: false
  6. #size of the box of the claim cannon command
  7. claimEdgeLength: 60
  8.  
  9.  
  10. cannonLimits:
  11. #limits regarding how many cannons a player can build. set to false if you dont need it
  12. useLimits: false
  13. buildLimitA: 1
  14. buildLimitB: 100
  15.  
  16.  
  17. keepProjectileAlive:
  18. #projectile will only be updated by minecraft if a player is close to it. Enable this to keep them alive forever
  19. enabled: true
  20. #teleports the projectile to the expected location when the difference is too big
  21. teleportProjectile: 5.0
  22.  
  23.  
  24. tools:
  25. #the item a player needs to be holding to adjust the aim of a cannon. Default is air.
  26. #minimum is id:data. Named items id:data:displayName:lore1:lore2:....
  27. ajust: 'minecraft:air'
  28. #the item used to autoaim a cannon. Default is clock
  29. #minimum is id:data. Named items id:data:displayName:lore1:lore2:....
  30. autoaim: 'minecraft:clock'
  31. #the item used to fire a cannon. Default is flint and steel. Not every cannon needs a FiringItem.
  32. #a data value of -1 means that every durability is accepted for flint and steel
  33. #minimum is id:data. Named items id:data:displayName:lore1:lore2:....
  34. firing: 'minecraft:flint_and_steel'
  35. #required for cleaning a cannon after firing and pushing a projectile against the gunpowder
  36. #minimum is id:data. Named items id:data:displayName:lore1:lore2:....
  37. ramrod: 'minecraft:stick'
  38. #item used to rotate a cannon 90 degrees. Not implemented yet
  39. #minimum is id:data. Named items id:data:displayName:lore1:lore2:....
  40. rotatingItem: 'minecraft:rail'
  41. #item to measure the cannon temperature. Default is a gold nugget
  42. #minimum is id:data. Named items id:data:displayName:lore1:lore2:....
  43. thermometer: 'minecraft:gold_nugget'
  44.  
  45.  
  46. #fake blocks/sound that are send to the player, to make effects visible at large distance
  47. imitatedEffects:
  48. #is the player closer than this distance, there will be no fake block
  49. minimumBlockDistance: 80
  50. #if the player is above this distance, there will be no fake block
  51. maximumBlockDistance: 200
  52. #if the player is above this distance, there will be no sound
  53. maximumSoundDistance: 200
  54. #how loud the sound effects will be (possible values: 0.0-1.0)
  55. maximumSoundVolume: 0.8
  56.  
  57. explosion:
  58. #are imitated blocks enabled
  59. enabled: true
  60. #size of the impact imitated explosion
  61. sphereSize: 3
  62. #material of the imitated explosion (default is a active minecraft:glowstone)
  63. material: 'minecraft:glowstone'
  64. #how long the effect will be displayed [s]
  65. time: 2
  66.  
  67. #firing effect if the player is far away and display the aiming angle of the cannon
  68. aiming:
  69. #set to true to show a line of blocks while aiming
  70. enabled: true
  71. #how long the aiming vector will be. Longer means it is easier to see where you are aiming
  72. length: 5
  73. #this block will used to display the angle
  74. block: 'minecraft:glass'
  75. #how long the effect will be displayed [s]
  76. time: 0.5
  77.  
  78. firing:
  79. #will show fake blocks for players which are far away
  80. enabled: true
  81. #firing will show fire blocks if the player is far away
  82. fireBlock: 'minecraft:glowstone'
  83. #firing will show smoke blocks if the player is far away
  84. smokeBlock: 'minecraft:cobweb'
  85. #how long the effect will be displayed [s]
  86. time: 2
  87.  
  88. predictor:
  89. #shows the impact of the projectile for a loaded cannon
  90. enabled: true
  91. #how many iterations until the projectile hits the surface
  92. maxIterations: 500
  93. #the predictor will work for this distance (muzzle to impact)
  94. maxDistance: 200.0
  95. #fake block which shows the impact location
  96. material: 'minecraft:glowstone'
  97. #how long the effect will be displayed [s]
  98. time: 0.5
  99.  
  100. #enter here the blocks which require the superbreaker ability to destroy.
  101. #e.g. if you enter here the enchantment table it requires a projectile with superbreaker to be destroyed.
  102. #else it can be destroyed by normal explosions
  103. #https://www.digminecraft.com/lists/item_id_list_pc.php
  104. superbreakerBlocks:
  105. #water
  106. - 'minecraft:water'
  107. #lava
  108. - 'minecraft:lava'
  109. #obsidian
  110. - 'minecraft:obsidian'
  111. #enchantmenttable
  112. - 'minecraft:enchanting_table'
  113. #enderchest
  114. - 'minecraft:ender_chest'
  115. #anvil
  116. - 'minecraft:anvil'
  117. #blocks which can't be destroyed by penetration of the projectile.
  118. #normal minecraft explosions are not affected by this option.
  119.  
  120.  
  121. unbreakableBlocks:
  122. # bedrock
  123. #https://www.digminecraft.com/lists/item_id_list_pc.php
  124. - 'minecraft:bedrock'
  125.  
  126.  
  127. #some items will consumed when used as projectile (e.g. a egg will be thrown) and the event has to be canceled, else the item can't be used as projectile
  128. #you can also enter here a lever to use it as right click trigger not as redstone trigger.
  129. #https://www.digminecraft.com/lists/item_id_list_pc.php
  130. cancelEventForLoadingItem:
  131. #EGG
  132. - 'minecraft:egg'
  133. #SNOW_BALL
  134. - 'minecraft:snowball'
  135. #SPAWN_EGG
  136. - 'minecraft:bat_spawn_egg'
  137. - 'minecraft:blaze_spawn_egg'
  138. - 'minecraft:cave_spider_spawn_egg'
  139. - 'minecraft:chicken_spawn_egg'
  140. - 'minecraft:cod_spawn_egg'
  141. - 'minecraft:cow_spawn_egg'
  142. - 'minecraft:creeper_spawn_egg'
  143. - 'minecraft:dolphin_spawn_egg'
  144. - 'minecraft:donkey_spawn_egg'
  145. - 'minecraft:drowned_spawn_egg'
  146. - 'minecraft:elder_guardian_spawn_egg'
  147. - 'minecraft:enderman_spawn_egg'
  148. - 'minecraft:endermite_spawn_egg'
  149. - 'minecraft:evoker_spawn_egg'
  150. - 'minecraft:ghast_spawn_egg'
  151. - 'minecraft:guardian_spawn_egg'
  152. - 'minecraft:horse_spawn_egg'
  153. - 'minecraft:husk_spawn_egg'
  154. - 'minecraft:llama_spawn_egg'
  155. - 'minecraft:magma_cube_spawn_egg'
  156. - 'minecraft:mooshroom_spawn_egg'
  157. - 'minecraft:mule_spawn_egg'
  158. - 'minecraft:ocelot_spawn_egg'
  159. - 'minecraft:parrot_spawn_egg'
  160. - 'minecraft:phantom_spawn_egg'
  161. - 'minecraft:pig_spawn_egg'
  162. - 'minecraft:polar_bear_spawn_egg'
  163. - 'minecraft:pufferfish_spawn_egg'
  164. - 'minecraft:rabbit_spawn_egg'
  165. - 'minecraft:salmon_mob_spawn_egg'
  166. - 'minecraft:sheep_spawn_egg'
  167. - 'minecraft:shulker_spawn_egg'
  168. - 'minecraft:silverfish_spawn_egg'
  169. - 'minecraft:skeleton_horse_spawn_egg'
  170. - 'minecraft:skeleton_spawn_egg'
  171. - 'minecraft:slime_spawn_egg'
  172. - 'minecraft:spider_spawn_egg'
  173. - 'minecraft:squid_spawn_egg'
  174. - 'minecraft:stray_spawn_egg'
  175. - 'minecraft:tropical_fish_spawn_egg'
  176. - 'minecraft:vex_spawn_egg'
  177. - 'minecraft:villager_spawn_egg'
  178. - 'minecraft:vindicator_spawn_egg'
  179. - 'minecraft:witch_spawn_egg'
  180. - 'minecraft:wither_skeleton_spawn_egg'
  181. - 'minecraft:wolf_spawn_egg'
  182. - 'minecraft:zombie_horse_spawn_egg'
  183. - 'minecraft:zombie_pigman_spawn_egg'
  184. - 'minecraft:zombie_spawn_egg'
  185. - 'minecraft:zombie_villager_spawn_egg'
  186. #ENDER_PEARL
  187. - 'minecraft:ender_pearl'
  188. #FIREWORK
  189. - 'minecraft:fireworks'
  190. #REDSTONE
  191. - 'minecraft:redstone'
  192.  
  193. database:
  194. #database implementation. Default is SQLite, can be changed to MySql if you change the driver.
  195. username: bukkit
  196. password: walrus
  197. isolation: SERIALIZABLE
  198. driver: org.sqlite.JDBC
  199. url: jdbc:sqlite:{DIR}{NAME}.db
  200. #mysql example
  201. #username: {USERNAME}
  202. #password: {PASSWORD}
  203. #isolation: SERIALIZABLE
  204. #driver: com.mysql.jdbc.Driver
  205. #url: jdbc:mysql://{IP}:{PORT}/{DATABASENAME}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement