StefVDM

Untitled

Nov 4th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.95 KB | None | 0 0
  1. ####################################################
  2. ## ##
  3. ## WildTools Configuration ##
  4. ## Developed by Ome_R ##
  5. ## ##
  6. ###################################################
  7.  
  8. # Choose which prices plugin to check for prices (ShopGUIPlus, Essentials, CMI, WildTools)
  9. prices-plugin: ShopGUIPlus
  10.  
  11. # A list of prices. Use "TYPE" and "TYPE:DATA" formats
  12. prices-list:
  13. - STONE:5
  14. - LOG:0:5
  15.  
  16.  
  17. # The plugin brings a lot of options and features for making tools easily with rich-configuration options.
  18. # The default config has basic trench-pickaxe, tray-pickaxe, sand-wand, sell-wand, lightning-wand, harvester-hoe
  19. # and cannon-wand examples. Each tool-mode has it's own configuration options, make sure you don't mix them.
  20. #
  21. # *** Builder Tool-Mode ***
  22. # Tools in this mode will create a pillar of the same block as the clicked one.
  23. # Required sections:
  24. # length: The length of the pillar (INTEGER)
  25. #
  26. # *** Cuboid Tool-Mode ***
  27. # Tools in this mode will dig a cuboid-area (for example, 3x3x3). This mode is used for trench and tray pickaxes.
  28. # Required sections:
  29. # break-level: How big the cuboid-area gonna be (3 will be 3x3x3 area) [INTEGER]
  30. #
  31. # *** Drain Tool-Mode ***
  32. # Tools in this mode will remove all ice blocks in the checking area.
  33. # Required sections:
  34. # radius: What is the radius of the checking area? (3 will check a 7x7 area) (INTEGER)
  35. #
  36. # *** Pillar Tool-Mode ***
  37. # Tools in this mode will dig a pillar of blocks with the same type. This mode is used for sand-wands.
  38. #
  39. # *** Sell Tool-Mode ***
  40. # Tools in this mode will sell all the container's contents. This mode is used for sell-wands.
  41. # Optional sections:
  42. # multiplier: Multiply the earnings from a chest.
  43. #
  44. # *** Lightning Tool-Mode ***
  45. # Tools in this mode will strike a lightning to charge creepers. This mode is used for lightning-wands.
  46. #
  47. # *** Magnet Tool-Mode ***
  48. # Tools in this mode will suction items into the player's inventory.
  49. # Required sections:
  50. # radius: What is the radius of the checking area? (INTEGER)
  51. #
  52. # *** Harvester Tool-Mode ***
  53. # Tools in this mode will harvest seeds and replant them automatically. This mode is used for harvester-hoes.
  54. # Drops support silk-touch and fortune.
  55. # Required sections:
  56. # radius: What is the radius of the checking area? (3 will check a 7x7 area) (INTEGER)
  57. # Optional sections:
  58. # farmland-radius: What is the radius of the checking for dirt area? (Same as radius)
  59. # active-action: Which action should activate the harvester? (RIGHT_CLICK or LEFT_CLICK)
  60. # multiplier: Multiply the earnings from the sell mode.
  61. #
  62. # *** Ice Tool-Mode ***
  63. # Tools in this mode will smelt all ice blocks in the checking area.
  64. # Required sections:
  65. # radius: What is the radius of the checking area? (3 will check a 7x7 area) (INTEGER)
  66. #
  67. # *** Cannon Tool-Mode ***
  68. # Tools in this mode will fill all dispensers in a selected area with tnt. This mode is used for cannon-wands.
  69. # Right-click and left-click to select an area.
  70. # Required sections:
  71. # tnt-amount: How many tnt will be filled in each dispenser? (INTEGER)
  72. #
  73. # *** Crafting Tool-Mode ***
  74. # Tools in this mode will auto-craft items in a container.
  75. # Required sections:
  76. # craftings: All the crafting *results* for the tool (LIST)
  77. # Please follow the "TYPE" or "TYPE:DATA" format for results.
  78. #
  79. # *** Sort Tool-Mode ***
  80. # Tools in this mode will sort all the clicked chest's contents.
  81. #
  82. # There are sections that can be applied for all the tools:
  83. # cooldown: Cool-down between uses in milliseconds (INTEGER) (Default 0)
  84. # auto-collect: Drops will go straight into the inventory (BOOLEAN) (Default false)
  85. # silk-touch: Tool will have a hidden silk-touch enchantment (BOOLEAN) (Default false)
  86. # only-same-type: Only blocks with the same type will be dug. (BOOLEAN) (Default false)
  87. # only-inside-claim: Will only work on blocks inside claim land.
  88. # unbreakable: Tool will never be broken (BOOLEAN) (Default false)
  89. # spigot-unbreakable: Set spigot's unbreakable flag (BOOLEAN) (Default false)
  90. # omni-tool: Tool will change it's type depends on broken block (BOOLEAN) (Default false)
  91. # Tool's default type must be a tool, such as pickaxe, shovel or axe.
  92. # uses: Custom durability for the tool (INTEGER)
  93. # If both unbreakable and uses are not set, tool will use the vanilla durability (supports unbreaking enchantment)
  94. # keep-inventory: Tool won't get dropped from players inventory (BOOLEAN) (Default false)
  95. # private: Should tool be assigned to only one player? (BOOLEAN) (Default false)
  96. # type: Material type (Check https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
  97. # name: Custom name for the tool (STRING)
  98. # lore: Custom lore for the tool (LIST)
  99. # glow: Glow effect for the tool (BOOLEAN)
  100. # enchants: Enchantments for the tool (LIST)
  101. # Please follow the "ENCHANTMENT:LEVEL" format for enchantments.
  102. # (Check https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/enchantments/Enchantment.html)
  103. # whitelisted-blocks: Which blocks will be dug by the tool? [LIST]
  104. # blacklisted-blocks: Which blocks won't be dug by the tool? [LIST]
  105. # whitelisted-drops: Which items will be dropped by the tool? [LIST]
  106. # blacklisted-drops: Which items won't be dropped by the tool? [LIST]
  107. # Please follow the "TYPE" or "TYPE:DATA" format for drops and blocks.
  108. tools:
  109. trench_pickaxe:
  110. tool-mode: CUBOID
  111. break-level: 3
  112. only-same-type: false
  113. unbreakable: true
  114. type: DIAMOND_PICKAXE
  115. name: '&4&lTRENCH PICKAXE'
  116. lore:
  117. - '&f'
  118. - '&fThis pickaxe breaks a tunnel of 3x3.'
  119. - '&f'
  120. - '&4&lBlacklisted Blocks:'
  121. - '&8- &fMob Spawner'
  122. - '&8- &fNote Block'
  123. - '&f'
  124. - '&fOnly ore-drops will be dropped.'
  125. enchants:
  126. - DIG_SPEED:10
  127. blacklisted-blocks:
  128. - MOB_SPAWNER
  129. - NOTE_BLOCK
  130. whitelisted-drops:
  131. - COAL
  132. - IRON_ORE
  133. - GOLD_ORE
  134. - REDSTONE
  135. - INK_SACK:4
  136. - DIAMOND
  137. - EMERALD
  138. - QUARTZ
  139. trench_pickaxe2:
  140. tool-mode: CUBOID
  141. break-level: 5
  142. only-same-type: false
  143. unbreakable: true
  144. type: DIAMOND_PICKAXE
  145. name: '&4&lTRENCH PICKAXE'
  146. lore:
  147. - '&f'
  148. - '&fThis pickaxe breaks a tunnel of 5x5.'
  149. - '&f'
  150. - '&4&lBlacklisted Blocks:'
  151. - '&8- &fMob Spawner'
  152. - '&8- &fNote Block'
  153. - '&f'
  154. - '&fOnly ore-drops will be dropped.'
  155. enchants:
  156. - DIG_SPEED:10
  157. blacklisted-blocks:
  158. - MOB_SPAWNER
  159. - NOTE_BLOCK
  160. whitelisted-drops:
  161. - COAL
  162. - IRON_ORE
  163. - GOLD_ORE
  164. - REDSTONE
  165. - INK_SACK:4
  166. - DIAMOND
  167. - EMERALD
  168. - QUARTZ
  169. trench_pickaxe3:
  170. tool-mode: CUBOID
  171. break-level: 7
  172. only-same-type: false
  173. unbreakable: true
  174. type: DIAMOND_PICKAXE
  175. name: '&4&lTRENCH PICKAXE'
  176. lore:
  177. - '&f'
  178. - '&fThis pickaxe breaks a tunnel of 7x7.'
  179. - '&f'
  180. - '&4&lBlacklisted Blocks:'
  181. - '&8- &fMob Spawner'
  182. - '&8- &fNote Block'
  183. - '&f'
  184. - '&fOnly ore-drops will be dropped.'
  185. enchants:
  186. - DIG_SPEED:10
  187. blacklisted-blocks:
  188. - MOB_SPAWNER
  189. - NOTE_BLOCK
  190. whitelisted-drops:
  191. - COAL
  192. - IRON_ORE
  193. - GOLD_ORE
  194. - REDSTONE
  195. - INK_SACK:4
  196. - DIAMOND
  197. - EMERALD
  198. - QUARTZ
  199. trench_pickaxe4:
  200. tool-mode: CUBOID
  201. break-level: 9
  202. only-same-type: false
  203. unbreakable: true
  204. type: DIAMOND_PICKAXE
  205. name: '&4&lTRENCH PICKAXE'
  206. lore:
  207. - '&f'
  208. - '&fThis pickaxe breaks a tunnel of 9x9.'
  209. - '&f'
  210. - '&4&lBlacklisted Blocks:'
  211. - '&8- &fMob Spawner'
  212. - '&8- &fNote Block'
  213. - '&f'
  214. - '&fOnly ore-drops will be dropped.'
  215. enchants:
  216. - DIG_SPEED:10
  217. blacklisted-blocks:
  218. - MOB_SPAWNER
  219. - NOTE_BLOCK
  220. whitelisted-drops:
  221. - COAL
  222. - IRON_ORE
  223. - GOLD_ORE
  224. - REDSTONE
  225. - INK_SACK:4
  226. - DIAMOND
  227. - EMERALD
  228. - QUARTZ
  229. tray_pickaxe:
  230. tool-mode: CUBOID
  231. break-level: 9
  232. only-same-type: false
  233. unbreakable: true
  234. type: DIAMOND_PICKAXE
  235. name: '&4&lTRAY PICKAXE'
  236. lore:
  237. - '&f'
  238. - '&fThis pickaxe breaks all the dirt and'
  239. - '&fnetherrack blocks around you.'
  240. - '&f'
  241. - '&4&lWhitelisted Blocks:'
  242. - '&8- &fDirt'
  243. - '&8- &fNetherrack'
  244. enchants:
  245. - DIG_SPEED:10
  246. whitelisted-blocks:
  247. - DIRT
  248. - NETHERRACK
  249. sell_wand:
  250. tool-mode: SELL
  251. type: STICK
  252. name: '&4&lSELL WAND'
  253. lore:
  254. - '&f'
  255. - '&fThis wand sells all of the contents of'
  256. - '&fa container (chest or trapped-chest).'
  257. lightning_wand:
  258. tool-mode: LIGHTNING
  259. type: STICK
  260. name: '&4&lLIGHTNING WAND'
  261. lore:
  262. - '&f'
  263. - '&fThis wand creates a lightning which'
  264. - '&fpowers all the creeper around it.'
  265. harvester_hoe:
  266. tool-mode: HARVESTER
  267. radius: 1
  268. break-level: 1
  269. unbreakable: true
  270. auto-collect: true
  271. type: DIAMOND_HOE
  272. name: '&4&lHARVESTER HOE'
  273. lore:
  274. - '&f'
  275. - '&fClick on a block to harvest, replant'
  276. - '&fseeds and turn dirt into farmlands.'
  277. enchants:
  278. - DIG_SPEED:10
  279. token_trench_pickaxe:
  280. tool-mode: CUBOID
  281. uses: 500
  282. break-level: 3
  283. only-same-type: false
  284. unbreakable: false
  285. type: DIAMOND_PICKAXE
  286. name: '&4&lTRENCH PICKAXE'
  287. lore:
  288. - '&f'
  289. - '&fThis pickaxe breaks a tunnel of 3x3.'
  290. - '&f'
  291. - '&fThis item has &4{} &fuses remaining.'
  292. - '&f'
  293. - '&4&lBlacklisted Blocks:'
  294. - '&8- &fMob Spawner'
  295. - '&8- &fNote Block'
  296. - '&f'
  297. - '&fOnly ore-drops will be dropped.'
  298. enchants:
  299. - DIG_SPEED:10
  300. blacklisted-blocks:
  301. - MOB_SPAWNER
  302. - NOTE_BLOCK
  303. whitelisted-drops:
  304. - COAL
  305. - IRON_ORE
  306. - GOLD_ORE
  307. - REDSTONE
  308. - INK_SACK:4
  309. - DIAMOND
  310. - EMERALD
  311. - QUARTZ
  312. token_tray_pickaxe:
  313. tool-mode: CUBOID
  314. uses: 500
  315. break-level: 9
  316. only-same-type: false
  317. unbreakable: false
  318. type: DIAMOND_PICKAXE
  319. name: '&4&lTRAY PICKAXE'
  320. lore:
  321. - '&f'
  322. - '&fThis pickaxe breaks all the dirt and'
  323. - '&fnetherrack blocks around you.'
  324. - '&f'
  325. - '&fThis item has &4{} &fuses remaining.'
  326. - '&f'
  327. - '&4&lWhitelisted Blocks:'
  328. - '&8- &fDirt'
  329. - '&8- &fNetherrack'
  330. enchants:
  331. - DIG_SPEED:10
  332. whitelisted-blocks:
  333. - DIRT
  334. - NETHERRACK
  335. token_sell_wand:
  336. tool-mode: SELL
  337. type: STICK
  338. uses: 75
  339. name: '&4&lSELL WAND'
  340. lore:
  341. - '&f'
  342. - '&fThis wand sells all of the contents of'
  343. - '&fa container (chest or trapped-chest).'
  344. - '&f'
  345. - '&fThis item has &4{} &fuses remaining.'
  346. token_lightning_wand:
  347. tool-mode: LIGHTNING
  348. type: STICK
  349. uses: 50
  350. name: '&4&lLIGHTNING WAND'
  351. lore:
  352. - '&f'
  353. - '&fThis wand creates a lightning which'
  354. - '&fpowers all the creeper around it.'
  355. - '&f'
  356. - '&fThis item has &4{} &fuses remaining.'
  357. token_harvester_hoe:
  358. tool-mode: HARVESTER
  359. radius: 1
  360. break-level: 1
  361. unbreakable: false
  362. auto-collect: true
  363. type: DIAMOND_HOE
  364. uses: 5000
  365. name: '&4&lHARVESTER HOE'
  366. lore:
  367. - '&f'
  368. - '&fClick on a block to harvest, replant'
  369. - '&fseeds and turn dirt into farmlands.'
  370. - '&f'
  371. - '&fThis item has &4{} &fuses remaining.'
  372. enchants:
  373. - DIG_SPEED:10
  374. facreward_trench_pickaxe:
  375. tool-mode: CUBOID
  376. uses: 1000
  377. break-level: 3
  378. only-same-type: false
  379. unbreakable: false
  380. type: DIAMOND_PICKAXE
  381. name: '&4&lTRENCH PICKAXE'
  382. lore:
  383. - '&f'
  384. - '&fThis pickaxe breaks a tunnel of 3x3.'
  385. - '&f'
  386. - '&fThis item has &4{} &fuses remaining.'
  387. - '&f'
  388. - '&4&lBlacklisted Blocks:'
  389. - '&8- &fMob Spawner'
  390. - '&8- &fNote Block'
  391. - '&f'
  392. - '&fOnly ore-drops will be dropped.'
  393. enchants:
  394. - DIG_SPEED:10
  395. blacklisted-blocks:
  396. - MOB_SPAWNER
  397. - NOTE_BLOCK
  398. whitelisted-drops:
  399. - COAL
  400. - IRON_ORE
  401. - GOLD_ORE
  402. - REDSTONE
  403. - INK_SACK:4
  404. - DIAMOND
  405. - EMERALD
  406. - QUARTZ
  407. facreward_trench_pickaxe2:
  408. tool-mode: CUBOID
  409. uses: 1000
  410. break-level: 5
  411. only-same-type: false
  412. unbreakable: false
  413. type: DIAMOND_PICKAXE
  414. name: '&4&lTRENCH PICKAXE'
  415. lore:
  416. - '&f'
  417. - '&fThis pickaxe breaks a tunnel of 5x5.'
  418. - '&f'
  419. - '&fThis item has &4{} &fuses remaining.'
  420. - '&f'
  421. - '&4&lBlacklisted Blocks:'
  422. - '&8- &fMob Spawner'
  423. - '&8- &fNote Block'
  424. - '&f'
  425. - '&fOnly ore-drops will be dropped.'
  426. enchants:
  427. - DIG_SPEED:10
  428. blacklisted-blocks:
  429. - MOB_SPAWNER
  430. - NOTE_BLOCK
  431. whitelisted-drops:
  432. - COAL
  433. - IRON_ORE
  434. - GOLD_ORE
  435. - REDSTONE
  436. - INK_SACK:4
  437. - DIAMOND
  438. - EMERALD
  439. - QUARTZ
  440. facreward_trench_pickaxe3:
  441. tool-mode: CUBOID
  442. uses: 1000
  443. break-level: 7
  444. only-same-type: false
  445. unbreakable: false
  446. type: DIAMOND_PICKAXE
  447. name: '&4&lTRENCH PICKAXE'
  448. lore:
  449. - '&f'
  450. - '&fThis pickaxe breaks a tunnel of 7x7.'
  451. - '&f'
  452. - '&fThis item has &4{} &fuses remaining.'
  453. - '&f'
  454. - '&4&lBlacklisted Blocks:'
  455. - '&8- &fMob Spawner'
  456. - '&8- &fNote Block'
  457. - '&f'
  458. - '&fOnly ore-drops will be dropped.'
  459. enchants:
  460. - DIG_SPEED:10
  461. blacklisted-blocks:
  462. - MOB_SPAWNER
  463. - NOTE_BLOCK
  464. whitelisted-drops:
  465. - COAL
  466. - IRON_ORE
  467. - GOLD_ORE
  468. - REDSTONE
  469. - INK_SACK:4
  470. - DIAMOND
  471. - EMERALD
  472. - QUARTZ
  473. facreward_trench_pickaxe4:
  474. tool-mode: CUBOID
  475. uses: 1000
  476. break-level: 9
  477. only-same-type: false
  478. unbreakable: false
  479. type: DIAMOND_PICKAXE
  480. name: '&4&lTRENCH PICKAXE'
  481. lore:
  482. - '&f'
  483. - '&fThis pickaxe breaks a tunnel of 9x9.'
  484. - '&f'
  485. - '&fThis item has &4{} &fuses remaining.'
  486. - '&f'
  487. - '&4&lBlacklisted Blocks:'
  488. - '&8- &fMob Spawner'
  489. - '&8- &fNote Block'
  490. - '&f'
  491. - '&fOnly ore-drops will be dropped.'
  492. enchants:
  493. - DIG_SPEED:10
  494. blacklisted-blocks:
  495. - MOB_SPAWNER
  496. - NOTE_BLOCK
  497. whitelisted-drops:
  498. - COAL
  499. - IRON_ORE
  500. - GOLD_ORE
  501. - REDSTONE
  502. - INK_SACK:4
  503. - DIAMOND
  504. - EMERALD
  505. - QUARTZ
  506. facreward_sell_wand:
  507. tool-mode: SELL
  508. type: STICK
  509. uses: 2000
  510. name: '&4&lSELL WAND'
  511. lore:
  512. - '&f'
  513. - '&fThis wand sells all of the contents of'
  514. - '&fa container (chest or trapped-chest).'
  515. - '&f'
  516. - '&fThis item has &4{} &fuses remaining.'
  517. facreward_lightning_wand:
  518. tool-mode: LIGHTNING
  519. type: STICK
  520. uses: 200
  521. name: '&4&lLIGHTNING WAND'
  522. lore:
  523. - '&f'
  524. - '&fThis wand creates a lightning which'
  525. - '&fpowers all the creeper around it.'
  526. - '&f'
  527. - '&fThis item has &4{} &fuses remaining.'
  528. facreward_harvester_hoe:
  529. tool-mode: HARVESTER
  530. radius: 1
  531. break-level: 1
  532. unbreakable: false
  533. auto-collect: true
  534. type: DIAMOND_HOE
  535. uses: 40000
  536. name: '&4&lHARVESTER HOE'
  537. lore:
  538. - '&f'
  539. - '&fClick on a block to harvest, replant'
  540. - '&fseeds and turn dirt into farmlands.'
  541. - '&f'
  542. - '&fThis item has &4{} &fuses remaining.'
  543. enchants:
  544. - DIG_SPEED:10
  545. sand_wand:
  546. tool-mode: PILLAR
  547. cooldown: 2000
  548. uses: 500
  549. type: DIAMOND_HOE
  550. name: '&4&lSAND WAND'
  551. lore:
  552. - '&f'
  553. - '&fThis wand breaks a sand pillar.'
  554. - '&f'
  555. - '&4&lWhitelisted Blocks:'
  556. - '&8- &fSand'
  557. - '&f'
  558. - '&4&lUses:'
  559. - '&f {}'
  560. whitelisted-blocks:
  561. - SAND
  562. cannon_wand:
  563. tool-mode: CANNON
  564. tnt-amount: 64
  565. type: DIAMOND_AXE
  566. uses: 30
  567. name: '&4&lCANNON WAND'
  568. lore:
  569. - '&f'
  570. - '&fFill all the dispensers in a selection'
  571. - '&fwith 64 TNT from inventory or bank.'
  572. - '&f'
  573. - '&4&lUses:'
  574. - '&f {}'
  575. crafting_wand:
  576. tool-mode: CRAFTING
  577. type: STICK
  578. uses: 3000
  579. name: '&4&lCRAFTING WAND'
  580. lore:
  581. - '&f'
  582. - '&fHit a chest to auto-craft TNT!'
  583. - '&f'
  584. - '&4&lUses:'
  585. - '&f {}'
  586. craftings:
  587. - TNT
  588. builder_wand:
  589. tool-mode: BUILDER
  590. type: DIAMOND_AXE
  591. uses: 1000
  592. length: 5
  593. name: '&4&lBUILDER WAND'
  594. lore:
  595. - '&f'
  596. - '&fRight click a block to create a pillar'
  597. - '&fof the same to the clicked side.'
  598. - '&f'
  599. - '&4&lUses:'
  600. - '&f {}'
  601. ice_wand:
  602. tool-mode: ICE
  603. type: STICK
  604. uses: 300
  605. radius: 10
  606. name: '&4&lICE MELTER'
  607. lore:
  608. - '&f'
  609. - '&fRight click to smelt all ice in a'
  610. - '&fradius of 10 blocks to water.'
  611. - '&f'
  612. - '&4&lUses:'
  613. - '&f {}'
  614. drain_wand:
  615. tool-mode: DRAIN
  616. type: STICK
  617. uses: 300
  618. radius: 10
  619. name: '&4&lDRAIN WAND'
  620. lore:
  621. - '&f'
  622. - '&fRight click to remove all ice in a'
  623. - '&fradius of 10 blocks.'
  624. - '&f'
  625. - '&4&lUses:'
  626. - '&f {}'
  627. sort_wand:
  628. tool-mode: SORT
  629. type: STICK
  630. uses: 300
  631. radius: 10
  632. name: '&4&lSORTER WAND'
  633. lore:
  634. - '&f'
  635. - '&fRight click a chest to sort it''s contects'
  636. - '&f'
  637. - '&4&lUses:'
  638. - '&f {}'
Advertisement
Add Comment
Please, Sign In to add comment