XziomekX

PvPMaster - Drop [ BY XZIOMEKX ] 2.0

Jan 22nd, 2014
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1. include-files:
  2. ##########
  3. # The plugin will scan through and load these files after loading the main config below.
  4. # Note: drops from included files will are inclusive and will all be added to the drop list.
  5. ##########
  6. # - includes/od-fix_undroppables.yml # fix glass, bookshelf, boat and stairs drops
  7. # - includes/od-goldtools-basic.yml # allow gold tools chance to get ice, glowstone and grass
  8. # - includes/od-goldtools-smelt.yml # gold-pickaxe smelts ores to ingots, sand to glass, etc
  9. # - includes/od-ore_extraction.yml # allow ores to be "extracted" - leaving behind the stone
  10. # - includes/od-leaf_overhaul.yml # overhaul leaf drops (apples, cocoa beans, leaves, sticks & a very small chance of golden apple)
  11. # - includes/od-playerdeath_zombie.yml # players drop zombies on death
  12. # - includes/od-undead_chaos.yml # the undead shall rise again! Includes players dropping zombies/skeletons
  13. # - includes/od-random_examples.yml # For crazy testing only :) Read through examples before activating.
  14. # - includes/od-dyewool.yml # Dye wool after placing!
  15. # - includes/od-stop_mob_farms.yml # Stop mob farming!
  16.  
  17. ## Other users overhauls
  18. # - includes/overhaul-catballs.yml # great example/playable config from Catballs (disable "ob" configs before using this one, otherwise you might have too many drops)
  19. # - includes/overhaul-zarius.yml # Zar's messy config (I run this with no other includes, at the moment)
  20.  
  21. ## Add your files here (alternatively just add your custom drops to the bottom of this file)
  22. # - my_custom_file1.yml
  23.  
  24.  
  25. aliases:
  26. ##########
  27. # add custom YAML aliases here (advanced customisation) - see the wiki for more information
  28.  
  29. defaults:
  30. ##########
  31. # add default values for the config below, "include-files" have their own "defaults" sections
  32.  
  33.  
  34. otherdrops:
  35. STONE:
  36. - drop: DIAMOND
  37. tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
  38. chance: 0.5%
  39. message: "&7&lGratulacje! Znalazles &cDIAMENT&7&l!"
  40. - drop: GOLD_ORE
  41. tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
  42. chance: 1.5%
  43. message: "&7&lGratulacje! Znalazles &cZLOTO&7&l!"
  44. - drop: EMERALD
  45. tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
  46. chance: 2%
  47. message: "&7&lGratulacje! Znalazles &cSZMARAGD&7&l!"
  48. - drop: IRON_ORE
  49. tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
  50. chance: 3%
  51. message: "&7&lGratulacje! Znalazles &cZELAZO&7&l!"
  52. - drop: REDSTONE
  53. tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
  54. chance: 4%
  55. message: "&7&lGratulacje! Znalazles &cREDSTONE&7&l!"
  56. IRON_ORE:
  57. - drop: COBBLESTONE
  58. tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
  59. message: "&7&lZelazo wypada tylko ze stona!Wpisz &c/stone"
  60. EMERALD_ORE:
  61. - drop: COBBLESTONE
  62. tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
  63. message: "&7&lEmerlad wypada tylko ze stona!Wpisz &c/stone"
  64. GOLD_ORE:
  65. - drop: COBBLESTONE
  66. tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
  67. message: "&7&lZloto wypada tylko ze stona!Wpisz &c/stone"
  68. DIAMOND_ORE:
  69. - drop: COBBLESTONE
  70. tool: [IRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE, -EXPLOSION_TNT, EXPLOSION_CREEPER]
  71. message: "&7&lDiament wypada tylko ze stona!Wpisz &c/stone"
  72. PLAYER:
  73. - drop: MONEY
  74. quantity: 40
  75. message: "&6&lZabiles gracza i otrzymales &240 &6&ldolarow"
  76. ##########
  77. # Your changes here, or create a new .yml file and include it above in the "include-files" section
  78. # Explore the included config files for many more examples
  79. #
  80. # If make a interesting or crazy config let me know on the forum and I might include it in the next release.
  81. #
  82. # Example:
  83. # GLASS:
  84. # - drop: GLASS
  85. #
  86. # - drop: MONEY
  87. # quantity: 3-15
  88. # message: You recycled the glass for %q dollars.
Advertisement
Add Comment
Please, Sign In to add comment