Advertisement
StefVDM

Untitled

Jul 19th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.65 KB | None | 0 0
  1. #######################################################################################
  2. #######################################################################################
  3. #######################################################################################
  4. ##### #####
  5. ##### SavageCoreX 2 #####
  6. ##### Created By ProSavage #####
  7. ##### #####
  8. #######################################################################################
  9. #######################################################################################
  10. #######################################################################################
  11. #<-------------------------------------->NOTES<-------------------------------------->#
  12. #All Color Codes Can Be Used!
  13. #Refer to: https://wiki.ess3.net/mc/
  14. #Enable and Disable Any Feature by Simply Switching Variable to true or false!
  15. #<-------------------------------------->NOTES<-------------------------------------->#
  16.  
  17. #Enable and Disable Certain Options#
  18. Ice-Melt-Disabled: true # true = no ice/snow melt
  19. Baby-Zombie-Disabled: true # true = disables baby zombies
  20. Fire-Spread-Disabled: true # true = no firespead
  21. Enderman-Grief-Disabled: true # true = no enderman grief
  22. EnderDragon-Grief-Disabled: true # true = no enderdragon grief
  23. Baby-Zombie-Pigman-Disabled: true # true = disables baby zombie pigman
  24. CobbleMonster-Disabled: false # true = Cobble Monsters Are Disabled\
  25. Boat-Placing-Disabled: false # true = boat and minecart playing and dispensing disabled
  26. Anti-Wilderness-Spawner: false # true = disables spawners placed in wilderness from spawning mobs aka disabling unclaimed vaults/grinders
  27. Cannon-Protector-Enabled: false # true = tnt spawned from dispensers in claimed land doesn't break blocks unless it is outside the claim
  28. #Enable and Disable Certain Options#
  29.  
  30. ChunkBuster:
  31. Enabled: false
  32. Async-Mode: false
  33. Hologram: false
  34. Countdown: 10
  35. Item:
  36. Display-Name: '&cChunkBuster'
  37. Lore:
  38. - '&7A &cpowerful &7piece of &calien tech'
  39. - '&7Destroys the chunk it is placed in!'
  40.  
  41. Harvester:
  42. Enabled: false
  43. AutoSell: false
  44. Sugar-Cane-Sell-Price: 0.5
  45. Item:
  46. Display-Name: '&aHarvester Hoe'
  47. Lore:
  48. - '&7When Mined, Places Sugar Cane Directly,'
  49. - '&7Into Your Inventory!'
  50.  
  51. Broadcast:
  52. Format:
  53. - '&8[&aBroadcast&8] &a%message%'
  54.  
  55.  
  56. Shockwave:
  57. Enabled: false
  58. Permission-For-Shockwave-Use: false
  59. Item:
  60. Display-Name: '&bShockwave {itemtype} &7(&b{radius}&7x&b{radius}&7)'
  61. Efficiency-Level: 5
  62. Unbreaking-Level: 3
  63. Pickaxe-Item-Lore:
  64. - '&7This pickaxe breaks blocks in a &bspecified &7radius'
  65. - '&bRadius:&7 {radius}x{radius}'
  66. Shovel-Item-Lore:
  67. - '&7This shovel breaks blocks in a &bspecified &7radius'
  68. - '&bRadius:&7 {radius}x{radius}'
  69.  
  70.  
  71.  
  72.  
  73. # These are Items that CANNOT be Destoryed By Explosions
  74. explosion-deny:
  75. Enabled: true
  76. Item-List:
  77. - 'BEDROCK'
  78.  
  79. # Ender Pearl Cooldown
  80. Pearl-Cooldown:
  81. Enabled: false
  82. pearl-timer-name: '&b&lEnderpearl &7» &d%time%'
  83. cooldown: 15
  84.  
  85.  
  86.  
  87.  
  88. # These are Items that CANNOT be Destroyed By Water
  89. no-water-destroy:
  90. Enabled: false
  91. Item-List:
  92. - 'REDSTONE_COMPARATOR'
  93. - 'REDSTONE_COMPARATOR_OFF'
  94. - 'REDSTONE_COMPARATOR_ON'
  95. - 'REDSTONE_TORCH_OFF'
  96. - 'REDSTONE_TORCH_ON'
  97. - 'REDSTONE_WIRE'
  98. - 'DIODE'
  99. - 'DIODE_BLOCK_OFF'
  100. - 'DIODE_BLOCK_ON'
  101. - 'REDSTONE'
  102.  
  103. ##[Mob-Junction]##
  104. #For a List of Mobs Refer to
  105. #Link: https://minecraft.gamepedia.com/Mob
  106.  
  107. Passive-Mobs: #Mobs that are NOT Agro and DO NOT MOVE!
  108. - "SKELETON"
  109. - "ZOMBIE"
  110.  
  111. custom-mobHealth: #Set Custom Health For Mobs - Refer to Example
  112. 1:
  113. mob-id: "CREEPER" #Enter Mob name in ALL CAPS!
  114. health: 10 #0.5 = half a heart
  115. 2:
  116. mob-id: "ZOMBIE" #Enter Mob name in ALL CAPS!
  117. health: 10 #10 = 5 hearts
  118.  
  119. ##[Logger]##
  120. logger:
  121. commands:
  122. - '/404XX'
  123.  
  124. lff:
  125. cooldown: 0
  126.  
  127. #Report
  128. report:
  129. report-message:
  130. - '&7&m------------------------------------'
  131. - '&6&lREPORT'
  132. - ''
  133. - '&7* &fReporter&8: &6%reporter%'
  134. - '&7* &fOffender&8: &6%offender%'
  135. - '&7* &fReason&8: &6%message%'
  136. - '&7&m------------------------------------'
  137.  
  138.  
  139. facmute:
  140. mute-message:
  141. - '&7&m------------------------------------'
  142. - '&6&lFACTION MUTE'
  143. - ''
  144. - '&7* &fMuted Faction&8: &6%faction%'
  145. - '&7* &fReason&8: &6%reason%'
  146. - '&7* &fDuration&8: &6%duration%'
  147. - '&7&m------------------------------------'
  148.  
  149. ##[Disable Commands]##
  150. DisableCommands:
  151. commands:
  152. - /404XX
  153.  
  154.  
  155.  
  156.  
  157.  
  158. crophopper:
  159. item:
  160. display-name: '&aCrophopper'
  161. lore:
  162. - '&aPlop it in a chunk.'
  163. - '&aCollects all cacti in the chunk.'
  164. filter:
  165. - 'CACTUS'
  166. - 'BONE'
  167.  
  168. traypickaxe:
  169. item:
  170. display-name: '&aTraypickaxe'
  171. lore:
  172. - '&aTrayPickaxe {radius}x{radius}'
  173. enchants:
  174. - 'DIG_SPEED:4'
  175. - 'DURABILITY:2'
  176. valid-blocks:
  177. - 'DIRT'
  178. - 'NETHER_BRICK'
  179.  
  180. lightningwand:
  181. item:
  182. display-name: '&cLightning Wand'
  183. lore:
  184. - '&aDurability: {durability}'
  185. enchants:
  186. - 'DURABILITY:10'
  187.  
  188. links:
  189. - '&6Unknown command use /help!'
  190.  
  191.  
  192. payout:
  193. - '&6Unknown command use /help!'
  194.  
  195. # In seconds.
  196. gapple-cooldown: 0
  197.  
  198.  
  199.  
  200.  
  201. drops:
  202. CREEPER:
  203. - 'TNT:1'
  204. SKELETON:
  205. - 'BONE:1'
  206. ZOMBIE:
  207. - 'ROTTEN_FLESH:1'
  208.  
  209.  
  210. sponge:
  211. radius: 0
  212.  
  213.  
  214. grace-period: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement