Advertisement
Steelsouls

Steelsouls_OtherDrops-Drops_2/21/13

Feb 21st, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 12.73 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.     - &pickaxeNoSilkTouch [ANY_PICKAXE, -DIAMOND_PICKAXE@!SILK_TOUCH, -GOLD_PICKAXE@!SILK_TOUCH, -IRON_PICKAXE@!SILK_TOUCH, -STONE_PICKAXE@!SILK_TOUCH, -WOODEN_PICKAXE@!SILK_TOUCH]
  29.  
  30.     - &metalDetectorI
  31.       tool: IRON_SHOVEL
  32.       lorename: §9Metal Detector I
  33.       drop: [IRON_INGOT/1/0.5%, GOLD_NUGGET/1-4/0.5%]
  34.     - &metalDetectorII
  35.       tool: IRON_SHOVEL
  36.       lorename: §9Metal Detector II
  37.       drop: [IRON_INGOT/1-3/0.7%, GOLD_NUGGET/2-5/0.7%]
  38.     - &metalDetectorIII
  39.       tool: IRON_SHOVEL
  40.       lorename: §9Metal Detector III
  41.       drop: [IRON_INGOT/2-4/1%, GOLD_NUGGET/3-7/1%]
  42.  
  43.     - &luckyShears
  44.       tool: SHEARS
  45.       lorename: §9Lucky Shears
  46.       action: RIGHT_CLICK
  47.       drop: WOOL@THIS/1-2
  48.     - &luckyShearsI
  49.       tool: SHEARS
  50.       lorename: §9Lucky Shears I
  51.       action: RIGHT_CLICK
  52.       drop: WOOL@THIS/1-2
  53.     - &luckyShearsII
  54.       tool: SHEARS
  55.       lorename: §9Lucky Shears II
  56.       action: RIGHT_CLICK
  57.       drop: WOOL@THIS/2-3
  58.     - &luckyShearsIII
  59.       tool: SHEARS
  60.       lorename: §9Lucky Shears III
  61.       action: RIGHT_CLICK
  62.       drop: WOOL@THIS/3-5
  63.  
  64. defaults:
  65. ########## 
  66. # add default values for the config below, "include-files" have their own "defaults" sections
  67.  
  68.  
  69. otherdrops:
  70. ########## 
  71. # Your changes here, or create a new .yml file and include it above in the "include-files" section
  72. # If you make a interesting or crazy config let me know on the forum and I might include it in the next release.
  73.  
  74. ## Magic ##
  75.  
  76.   ## Trade-in Drops ##
  77.     ANVIL:
  78.       - tool: ANY
  79.         action: LEFT_CLICK
  80.         chance: 50
  81.         fixtool: 1
  82.       - tool: IRON_INGOT
  83.         action: LEFT_CLICK
  84.         lorename: §9Magic Iron
  85.         consumetool: 1
  86.         drop: {SHEARS@!DURABILITY#1~§9Lucky Shears I/1, IRON_SWORD@!DAMAGE_ALL#2!DURABILITY#1~§9Sword of Enlightenment/1, IRON_SHOVEL@!DIG_SPEED#2!DURABILITY#1~§9Metal Detector I/1}
  87.  
  88.   ## Direct Drops ##
  89.     IRON_ORE:
  90.       - tool: ANY
  91.         drop: IRON_INGOT@!~§9Magic Iron/0.5%
  92.         message: ["&aYou found a &9glowing piece of iron&a! You should try &chitting &ait on an &canvil &aand see what comes of it."]
  93.  
  94.   ## Magic Effects ##
  95.     ANY:
  96.       - tool: IRON_SWORD
  97.         lorename: §9Sword of Enlightenment
  98.         action: RIGHT_CLICK
  99.         potioneffect.attacker: NIGHT_VISION@600@1
  100.     SHEEP@UNSHEARED:
  101.      - *luckyShears
  102.       - *luckyShearsI
  103.       - *luckyShearsII
  104.       - *luckyShearsIII
  105.     DIRT:
  106.      - *metalDetectorI
  107.       - *metalDetectorII
  108.       - *metalDetectorIII
  109.     GRASS:
  110.      - *metalDetectorI
  111.       - *metalDetectorII
  112.       - *metalDetectorIII
  113.     GRAVEL:
  114.      - *metalDetectorI
  115.       - *metalDetectorII
  116.       - *metalDetectorIII
  117.     MYCELIUM:
  118.      - *metalDetectorI
  119.       - *metalDetectorII
  120.       - *metalDetectorIII
  121.     SAND:
  122.      - *metalDetectorI
  123.       - *metalDetectorII
  124.       - *metalDetectorIII
  125.     SNOW:
  126.      - *metalDetectorI
  127.       - *metalDetectorII
  128.       - *metalDetectorIII
  129.     CLAY:
  130.      - *metalDetectorI
  131.       - *metalDetectorII
  132.       - *metalDetectorIII
  133.     SOUL_SAND:
  134.      - *metalDetectorI
  135.       - *metalDetectorII
  136.       - *metalDetectorIII
  137.  
  138. ## Standard Drops and Experience ##
  139.  
  140.   ## Mining ##
  141.     STONE:
  142.       - tool: ANY_PICKAXE
  143.         drop: XP/6%/17
  144.     GOLD_ORE:
  145.       - tool: ANY_PICKAXE
  146.         drop: GOLD_NUGGET/2%/7-13
  147.         message: ["Some extra nuggets fell from this ore!"]
  148.     COAL_ORE:
  149.       - tool: *pickaxeNoSilkTouch
  150.         drop: XP/17
  151.       - tool: *pickaxeNoSilkTouch
  152.         drop: DIAMOND/1%/1
  153.         message: ["Wow! Some of this coal became a diamond!"]
  154.     LAPIS_ORE:
  155.       - tool: *pickaxeNoSilkTouch
  156.         drop: XP/23
  157.     DIAMOND_ORE:
  158.       - tool: *pickaxeNoSilkTouch
  159.         drop: XP/33
  160.     REDSTONE_ORE:
  161.       - tool: *pickaxeNoSilkTouch
  162.         drop: XP/23
  163.     GLOWING_REDSTONE_ORE:
  164.       - tool: *pickaxeNoSilkTouch
  165.         drop: XP/23
  166.     EMERALD_ORE:
  167.       - tool: *pickaxeNoSilkTouch
  168.         drop: XP/40
  169.  
  170.  
  171.   ## Other Blocks ##
  172.     GLASS:
  173.       - tool: *pickaxeNoSilkTouch
  174.         drop: GLASS/50%
  175.         message: ["Sweet, the glass didn't break."]
  176.     THIN_GLASS:
  177.       - tool: *pickaxeNoSilkTouch
  178.         drop: THIN_GLASS/50%
  179.         message: ["Great, got the pane back."]
  180.     LONG_GRASS:
  181.       - tool: ALL
  182.         drop: GOLD_NUGGET/5%/1-2
  183.         message: ["&6Someone dropped their change in the grass.","&6Gold! It's my lucky day."]
  184.         time: DAY
  185.       - tool: ALL
  186.         drop: DIAMOND/0.5%
  187.         time: NIGHT
  188.         event: LIGHTNING@HARMLESS
  189.         message: ["&9That was close! The flash lit up something shiny in the grass."]
  190.       - tool: ALL
  191.         drop: EMERALD/0.5%
  192.         message: ["&aWow an emerald! I was lucky to find this in the grass!"]
  193.     GRASS:
  194.       - tool: ALL
  195.         drop: GOLD_NUGGET/5%/1-2
  196.         message: ["&6Someone dropped their change in the grass.","&6Gold! It's my lucky day."]
  197.         time: DAY
  198.       - tool: ALL
  199.         drop: DIAMOND/0.5%
  200.         time: NIGHT
  201.         event: LIGHTNING@HARMLESS
  202.         message: ["&9That was close! The flash lit up something shiny in the grass."]
  203.       - tool: ALL
  204.         drop: EMERALD/0.5%
  205.         message: ["&aWow an emerald! I was lucky to find this in the grass!"]
  206.     CLAY:
  207.       - tool: ANY
  208.         drop: SLIME/2%
  209.         message: ["The slimy creature seems perturbed that you removed its home."]
  210.  
  211.  
  212.   ## Creature Groups ##
  213.     ANY_CREATURE:
  214.       - tool: ANY
  215.         attackrange: ">30"
  216.         drop: GOLD_NUGGET/1-3
  217.         effect: CLICK1
  218.         message: ["&c&lLongshot!"]
  219.       - tool: ANY
  220.         drop: GOLD_NUGGET/13%/1-3
  221.         message: ["&aThe %v dropped %q pieces of &egold."]
  222.     CREATURE_ANIMAL:
  223.       - tool: ANY
  224.         drop: BONE/23%/1-3
  225.       - tool: PROJECTILE_EGG
  226.         action: HIT
  227.         drop: [NOTHING, SPAWN_EGG@THIS]
  228.         damage.victim: 100
  229.         message: ["§bAll right! §bYou caught §c%v§b!"]
  230.     CREATURE_UNDEAD:
  231.       - tool: ANY
  232.         drop: BONE/23%/1-3
  233.     CREATURE_HOSTILE:
  234.       - tool: PROJECTILE_EGG
  235.         lorename: §Monster Catcher
  236.         action: HIT
  237.         drop: SPAWN_EGG@THIS
  238.         damage.victim: 100
  239.         message: ["§bAll right! §bYou caught §c%v§b!"]
  240.  
  241.  
  242.   ## Players ##
  243.     PLAYER:
  244.       - tool: ANY
  245.         drop: XP/7
  246. #      - tool: ANVIL
  247. #        action: HIT
  248. #        drop: GOLD_NUGGET/7
  249. #        message.server: ["Splat!!!"]
  250.       - tool: ANY
  251.         attackrange: ">30"
  252.         drop: GOLD_NUGGET/1-3
  253.         effect: CLICK1
  254.         message: ["&cLongshot!"]
  255.         message.victim: ["&4%p &7just shot you from over 30 blocks away!"]
  256.  
  257.  
  258.   ## Animals ##
  259.     COW:
  260.       - tool: ANY
  261.         drop: [LEATHER/4-10, RAW_BEEF/3-5]
  262.     PIG:
  263.       - tool: ANY
  264.         drop: RAW_PORKCHOP/1-3
  265.     SHEEP:
  266.       - tool: ANY
  267.         effect: EXTINGUISH
  268.         drop: LEATHER/4-6
  269.     SQUID:
  270.       - tool: ANY
  271.         drop: [XP/3, DYE/1-2]
  272.       - tool: ANY
  273.         drop: FISHING_ROD
  274.         chance: 2
  275.         message: ["Looks like you got the one who got away."]
  276.       - tool: ANY
  277.         drop: IRON_INGOT
  278.         chance: 1
  279.         message: ["An old piece of anchor."]
  280.       - tool: ANY
  281.         drop: GOLD_RECORD
  282.         chance: 1
  283.         message: ["Sweet! A lost record."]
  284.       - tool: ANY
  285.         drop: BOAT
  286.         chance: 1
  287.         message: ["How did it swallow a boat?..."]
  288.       - tool: ANY
  289.         drop: RAW_FISH
  290.         chance: 5
  291.         message: ["The squid dropped its lunch."]
  292.       - tool: ANY
  293.         drop: ENDER_PEARL
  294.         chance: 2
  295.         message: ["The squid dropped a strange pearl..."]
  296.  
  297.  
  298.   ## Monsters ##
  299.     CREEPER:
  300.       - tool: ANY
  301.         drop: [XP/7, SULPHUR/2-4]
  302.       - tool: ANY
  303.         drop: TNT/5%
  304.         message: ["The creeper's explosive organ fell out!"]
  305.     SPIDER:
  306.       - tool: ANY
  307.         drop: [XP/7, SPIDER_EYE/1-2]
  308.       - tool: ANY
  309.         drop: WEB/7%
  310.         message: ["Puncturing the abdomen of the arachnid reveals its sticky web glands."]
  311.     SKELETON:
  312.       - tool: ANY
  313.         drop: XP/7
  314.       - tool: ANY
  315.         drop: CHAINMAIL_HELMET
  316.         chance: 3
  317.         message: ["A little dusty, but this chainmail helmet might look good on you."]
  318.       - tool: ANY
  319.         drop: CHAINMAIL_CHESTPLATE
  320.         chance: 3
  321.         message: ["The rusty rings of this chainmail chestplate might offer a little protection"]
  322.       - tool: ANY
  323.         drop: CHAINMAIL_LEGGINGS
  324.         chance: 3
  325.         message: ["Unfortunately, the undergarments disintegrated long ago."]
  326.       - tool: ANY
  327.         drop: CHAINMAIL_BOOTS
  328.         chance: 3
  329.         message: ["You should shake the toe bones out from these boots."]
  330.     PIG_ZOMBIE:
  331.       - tool: ANY
  332.         drop: XP/13
  333.       - tool: ANY
  334.         drop: GOLD_SWORD
  335.         chance: 1
  336.         message: ["A former warrior king, trapped forever in Hell."]
  337.       - tool: ANY
  338.         drop: GOLD_SPADE
  339.         chance: 1
  340.         message: ["An opulent sceptre..."]
  341.       - tool: ANY
  342.         drop: GOLD_PICKAXE
  343.         chance: 1
  344.         message: ["A Trophy...Maybe it has magical properties."]
  345.       - tool: ANY
  346.         drop: GOLD_AXE
  347.         chance: 1
  348.         message: ["I wonder what effect this would have on trees."]
  349.       - tool: ANY
  350.         drop: GOLD_HELMET
  351.         chance: 1
  352.         message: ["A crown falls!"]
  353.       - tool: ANY
  354.         drop: GOLD_CHESTPLATE
  355.         chance: 1
  356.         message: ["Ornate, but not much protection"]
  357.       - tool: ANY
  358.         drop: GOLD_LEGGINGS
  359.         chance: 1
  360.         message: ["Spiffy. Now I have shiny pants."]
  361.       - tool: ANY
  362.         drop: GOLD_BOOTS
  363.         chance: 1
  364.         message: ["Butter boots!"]
  365.       - tool: ANY
  366.         drop: GOLD_HOE
  367.         chance: 1
  368.         message: ["It won't make the food taste any better."]
  369.     ZOMBIE:
  370.       - tool: ANY
  371.         drop: XP/7
  372.       - tool: ANY
  373.         drop: IRON_SWORD
  374.         chance: 1
  375.       - tool: ANY
  376.         drop: IRON_SPADE
  377.         chance: 1
  378.       - tool: ANY
  379.         drop: IRON_PICKAXE
  380.         chance: 1
  381.       - tool: ANY
  382.         drop: IRON_AXE
  383.         chance: 1
  384.       - tool: ANY
  385.         drop: IRON_HOE
  386.         chance: 1
  387.       - tool: ANY
  388.         drop: IRON_HELMET
  389.         chance: 1
  390.       - tool: ANY
  391.         drop: IRON_CHESTPLATE
  392.         chance: 1
  393.       - tool: ANY
  394.         drop: IRON_LEGGINGS
  395.         chance: 1
  396.       - tool: ANY
  397.         drop: IRON_BOOTS
  398.         chance: 1
  399.       - tool: ANY
  400.         drop: WATCH
  401.         chance: 0.5
  402.     GHAST:
  403.       - tool: ANY
  404.         drop: XP/17
  405.       - tool: ANY
  406.         drop: DIAMOND_SWORD
  407.         chance: 0.5
  408.         message: ["The Ghost gives up a most precious weapon!"]
  409.       - tool: ANY
  410.         drop: DIAMOND_HELMET
  411.         chance: 0.5
  412.         message: ["A Helmet of Diamond!"]
  413.       - tool: ANY
  414.         drop: DIAMOND_CHESTPLATE
  415.         chance: 0.5
  416.         message: ["You will feel invincible; if you can get that."]
  417.       - tool: ANY
  418.         drop: DIAMOND_LEGGINGS
  419.         chance: 0.5
  420.         message: ["The ultimate protection for your lower half."]
  421.       - tool: ANY
  422.         drop: DIAMOND_BOOTS
  423.         chance: 0.5
  424.         message: ["No polishing required."]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement