Advertisement
Guest User

Untitled

a guest
Oct 5th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. #Would work on paper/taco 1.8.8 (should also work on 1.9 - 1.10, but the main version is 1.8.8)
  2. #Remember, players only can place Cannons on unclaimed region (not on claimed/spawn or any other region)
  3.  
  4. DisabledWorld:
  5. - world_nether
  6.  
  7. Mysql:
  8. address:
  9. database:
  10. username:
  11. password:
  12.  
  13. CannonBlock: Dispenser
  14.  
  15. PlayersCanDestroy: true
  16. #Means that player need to break cannon block 50x to it drop
  17. CannonHealth: 50
  18.  
  19. Upgrades:
  20. Damage:
  21. #I can create how many levels i want for each upgrade, only need copy and paste the config, changing the Level number
  22. Level1:
  23. Price:
  24. Money: 1000
  25. Experience: 100
  26. PermissionNeeded: false
  27. Permission:
  28. - Damage1.purchase
  29. Damage:
  30. Obsidian: 1
  31. Bedrock: 1
  32. Endstone: 1
  33. #Dont matter if other blocks arent listed here because they ever be breaked with 1 TNT
  34. AmmoUse:
  35. #It means that Player only can put this "NormalTNT" on Ammo Gui
  36. - NormalTNT
  37. Level2:
  38. Price:
  39. Money: 5000
  40. Experience: 500
  41. PermissionNeeded: true
  42. Permission:
  43. - Damage2.purchase
  44. Damage:
  45. Obsidian: 2
  46. Bedrock: 2
  47. Endstone: 2
  48. #Dont matter if other blocks arent listed here because they ever be breaked with 1 TNT
  49. AmmoUse:
  50. #It means that Player only can put this "NormalTNT" on Ammo Gui
  51. - RareTNT
  52. AmmoSlots:
  53. Level1:
  54. Price:
  55. Money: 1000
  56. Experience: 100
  57. PermissionNeeded: false
  58. Permission:
  59. - Ammo1.purchase
  60. #Means that will have one slot avaible to place TNT as ammo
  61. Slots avaible: 1
  62. Level2:
  63. Price:
  64. Money: 5000
  65. Experience: 500
  66. PermissionNeeded: true
  67. Permission:
  68. - Ammo2.purchase
  69. #Means that will have one slot avaible to place TNT as ammo
  70. Slots avaible: 2
  71. Range:
  72. Level1:
  73. Price:
  74. Money: 1000
  75. Experience: 100
  76. PermissionNeeded: false
  77. Permission:
  78. - Range1.purchase
  79. #The max distance that arrow shooted by the player can reach (in blocks)
  80. MaxDistance: 50
  81. Level2:
  82. Price:
  83. Money: 5000
  84. Experience: 500
  85. PermissionNeeded: true
  86. Permission:
  87. - Range2.purchase
  88. #The max distance that arrow shooted by the player can reach (in blocks)
  89. MaxDistance: 70
  90. DoubleTNT:
  91. Level1:
  92. Price:
  93. Money: 1000
  94. Experience: 100
  95. PermissionNeeded: false
  96. Permission:
  97. - DoubleTNT1.purchase
  98. #The chance to double the TNT when the arrow reachs the target (in percentage)
  99. Chance: 10
  100. Level2:
  101. Price:
  102. Money: 5000
  103. Experience: 500
  104. PermissionNeeded: true
  105. Permission:
  106. - DoubleTNT2.purchase
  107. #The chance to double the TNT when the arrow reachs the target (in percentage)
  108. Chance: 15
  109.  
  110.  
  111.  
  112. AmmoTypes:
  113. #Used on each Damage Upgrade level
  114. NormalTNT:
  115. ID: 406
  116. #Maybe verify the TNT's types by name?
  117. Name: "&eNormal TNT"
  118. RareTNT
  119. ID: 406
  120. Name: "&6Rare TNT"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement