Advertisement
Guest User

OD FORRACE

a guest
Apr 8th, 2020
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 12.66 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 :slight_smile: 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. ##########    
  36. # Your changes here, or create a new .yml file and include it above in the "include-files" section
  37. # Explore the included config files for many more examples
  38. #
  39. # If make a interesting or crazy config let me know on the forum and I might include it in the next release.
  40. #
  41. # Example:
  42. #    GLASS:
  43. #        - drop: GLASS
  44. #          
  45. #        - drop: MONEY
  46. #          quantity: 3-15
  47. #          message: You recycled the glass for %q dollars.
  48.    STONE:
  49.        - tool: ANY_PICKAXE
  50.          drop: XP
  51.          chance: 50
  52.          quantity: 1
  53.        - tool: ANY_PICKAXE
  54.          drop: XP
  55.          chance: 60
  56.          quantity: 1
  57.          permissions: "drop.vip"
  58.        - tool: ANY_PICKAXE
  59.          drop: XP
  60.          chance: 70
  61.          quantity: 1
  62.          permissions: "drop.pro"
  63.        - tool: ANY_PICKAXE
  64.          drop: MONEY
  65.          chance: 100
  66.          quantity: 1
  67.        - tool: ANY_PICKAXE
  68.          drop: MONEY
  69.          chance: 100
  70.          quantity: 1.2
  71.          permissions: "drop.vip"
  72.        - tool: ANY_PICKAXE
  73.          drop: MONEY
  74.          chance: 100
  75.          quantity: 1.4
  76.          permissions: "drop.pro"
  77.        - tool: ANY_PICKAXE
  78.          drop: COAL
  79.          chance: 5.0
  80.          message: "&6[&4&lRubin&c&lMC&6] &8Znalazłeś &lWęgiel"
  81.          permissions: "drop.booster"
  82.        - tool: ANY_PICKAXE
  83.          drop: IRON_INGOT
  84.          chance: 4.5
  85.          message: "&6[&4&lRubin&c&lMC&6] &7Znalazłeś &lŻelazo"
  86.          permissions: "drop.booster"
  87.        - tool: ANY_PICKAXE
  88.          drop: GOLD_INGOT
  89.          chance: 4.0
  90.          message: "&6[&4&lRubin&c&lMC&6] &6Znalazłeś &lZłoto"
  91.          permissions: "drop.booster"
  92.        - tool: ANY_PICKAXE
  93.          drop: LAPIS_LAZULI
  94.          chance: 3.5
  95.          message: "&6[&4&lRubin&c&lMC&6] &9Znalazłeś &lLapis"
  96.          permissions: "drop.booster"
  97.        - tool: ANY_PICKAXE
  98.          drop: REDSTONE
  99.          chance: 3.0
  100.          message: "&6[&4&lRubin&c&lMC&6] &cZnalazłeś &lRedstone"
  101.          permissions: "drop.booster"
  102.        - tool: ANY_PICKAXE
  103.          drop: DIAMOND
  104.          chance: 2.5
  105.          message: "&6[&4&lRubin&c&lMC&6] &bZnalazłeś &lDiament"
  106.          permissions: "drop.booster"
  107.        - tool: ANY_PICKAXE
  108.          drop: EMERALD
  109.          chance: 2.0
  110.          message: "&6[&4&lRubin&c&lMC&6] &aZnalazłeś &lSzmaragd"
  111.          permissions: "drop.booster"
  112.        - tool: ANY_PICKAXE
  113.          drop: COAL
  114.          chance: 2.0
  115.          message: "&6[&4&lRubin&c&lMC&6] &8Znalazłeś &lWęgiel"
  116.        - tool: ANY_PICKAXE
  117.          drop: IRON_INGOT
  118.          chance: 1.4
  119.          message: "&6[&4&lRubin&c&lMC&6] &7Znalazłeś &lŻelazo"
  120.        - tool: ANY_PICKAXE
  121.          drop: GOLD_INGOT
  122.          chance: 1.2
  123.          message: "&6[&4&lRubin&c&lMC&6] &6Znalazłeś &lZłoto"
  124.        - tool: ANY_PICKAXE
  125.          drop: LAPIS_LAZULI
  126.          chance: 1.0
  127.          message: "&6[&4&lRubin&c&lMC&6] &9Znalazłeś &lLapis"
  128.        - tool: ANY_PICKAXE
  129.          drop: REDSTONE
  130.          chance: 0.8
  131.          message: "&6[&4&lRubin&c&lMC&6] &cZnalazłeś &lRedstone"
  132.        - tool: ANY_PICKAXE
  133.          drop: DIAMOND
  134.          chance: 0.6
  135.          message: "&6[&4&lRubin&c&lMC&6] &bZnalazłeś &lDiament"
  136.        - tool: ANY_PICKAXE
  137.          drop: EMERALD
  138.          chance: 0.4
  139.          message: "&6[&4&lRubin&c&lMC&6] &aZnalazłeś &lSzmaragd"
  140.        - tool: ANY_PICKAXE
  141.          drop: COAL
  142.          chance: 2.2
  143.          message: "&6[&4&lRubin&c&lMC&6] &8Znalazłeś &lWęgiel"
  144.          permissions: "drop.vip"
  145.        - tool: ANY_PICKAXE
  146.          drop: IRON_INGOT
  147.          chance: 1.6
  148.          message: "&6[&4&lRubin&c&lMC&6] &7Znalazłeś &lŻelazo"
  149.          permissions: "drop.vip"
  150.        - tool: ANY_PICKAXE
  151.          drop: GOLD_INGOT
  152.          chance: 1.4
  153.          message: "&6[&4&lRubin&c&lMC&6] &6Znalazłeś &lZłoto"
  154.          permissions: "drop.vip"
  155.        - tool: ANY_PICKAXE
  156.          drop: LAPIS_LAZULI
  157.          chance: 1.2
  158.          message: "&6[&4&lRubin&c&lMC&6] &9Znalazłeś &lLapis"
  159.          permissions: "drop.vip"
  160.        - tool: ANY_PICKAXE
  161.          drop: REDSTONE
  162.          chance: 1.0
  163.          message: "&6[&4&lRubin&c&lMC&6] &cZnalazłeś &lRedstone"
  164.          permissions: "drop.vip"
  165.        - tool: ANY_PICKAXE
  166.          drop: DIAMOND
  167.          chance: 0.8
  168.          message: "&6[&4&lRubin&c&lMC&6] &bZnalazłeś &lDiament"
  169.          permissions: "drop.vip"
  170.        - tool: ANY_PICKAXE
  171.          drop: EMERALD
  172.          chance: 0.6
  173.          message: "&6[&4&lRubin&c&lMC&6] &aZnalazłeś &lSzmaragd"
  174.          permissions: "drop.vip"
  175.        - tool: ANY_PICKAXE
  176.          drop: COAL
  177.          chance: 2.4
  178.          message: "&6[&4&lRubin&c&lMC&6] &8Znalazłeś &lWęgiel"
  179.          permissions: "drop.pro"
  180.        - tool: ANY_PICKAXE
  181.          drop: IRON_INGOT
  182.          chance: 1.8
  183.          message: "&6[&4&lRubin&c&lMC&6] &7Znalazłeś &lŻelazo"
  184.          permissions: "drop.pro"
  185.        - tool: ANY_PICKAXE
  186.          drop: GOLD_INGOT
  187.          chance: 1.6
  188.          message: "&6[&4&lRubin&c&lMC&6] &6Znalazłeś &lZłoto"
  189.          permissions: "drop.pro"
  190.        - tool: ANY_PICKAXE
  191.          drop: LAPIS_LAZULI
  192.          chance: 1.4
  193.          message: "&6[&4&lRubin&c&lMC&6] &9Znalazłeś &lLapis"
  194.          permissions: "drop.pro"
  195.        - tool: ANY_PICKAXE
  196.          drop: REDSTONE
  197.          chance: 1.2
  198.          message: "&6[&4&lRubin&c&lMC&6] &cZnalazłeś &lRedstone"
  199.          permissions: "drop.pro"
  200.        - tool: ANY_PICKAXE
  201.          drop: DIAMOND
  202.          chance: 1.0
  203.          message: "&6[&4&lRubin&c&lMC&6] &bZnalazłeś &lDiament"
  204.          permissions: "drop.pro"
  205.        - tool: ANY_PICKAXE
  206.          drop: EMERALD
  207.          chance: 0.8
  208.          message: "&6[&4&lRubin&c&lMC&6] &aZnalazłeś &lSzmaragd"
  209.          permissions: "drop.pro"
  210.        - drop: EMERALD@0~§c§lRUBIN;§aRubin możesz wymienić na;§aStronie Serwera §2www.rubinmc.pl;§aw zakładce §2RUBINY §alub;§ana Warpie Kasyno.;§cJesli chcesz wymienic;§cna stronie, powiadom o tym;§cWlasciciela Serwera.
  211.          tool: ANY_PICKAXE
  212.          chance: 0.01
  213.          effect: MOBSPAWNER_FLAMES
  214.          message: "&6[&4&lRubin&c&lMC&6] &4&lZnalazles &c&lRUBIN"
  215.        - drop: EMERALD@0~§c§lRUBIN;§aRubin możesz wymienić na;§aStronie Serwera §2www.rubinmc.pl;§aw zakładce §2RUBINY §alub;§ana Warpie Kasyno.;§cJesli chcesz wymienic;§cna stronie, powiadom o tym;§cWlasciciela Serwera.
  216.          tool: ANY_PICKAXE
  217.          chance: 0.02
  218.          permissions: "drop.vip"
  219.          effect: MOBSPAWNER_FLAMES
  220.          message: "&6[&4&lRubin&c&lMC&6] &4&lZnalazles &c&lRUBIN"
  221.        - drop: EMERALD@0~§c§lRUBIN;§aRubin możesz wymienić na;§aStronie Serwera §2www.rubinmc.pl;§aw zakładce §2RUBINY §alub;§ana Warpie Kasyno.;§cJesli chcesz wymienic;§cna stronie, powiadom o tym;§cWlasciciela Serwera.
  222.          tool: ANY_PICKAXE
  223.          chance: 0.03
  224.          permissions: "drop.pro"
  225.          effect: MOBSPAWNER_FLAMES
  226.          message: "&6[&4&lRubin&c&lMC&6] &4&lZnalazles &c&lRUBIN"
  227.    COAL_ORE:
  228.        - replacementblock: STONE
  229.          drop: COBBLESTONE
  230.          tool: ANY_PICKAXE
  231.          message: "&6[&4&lRubin&c&lMC&6] &8Węgiel wypada tylko ze Stone"
  232.    IRON_ORE:
  233.        - replacementblock: STONE
  234.          drop: COBBLESTONE
  235.          tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
  236.          message: "&6[&4&lRubin&c&lMC&6] &7Żelazo wypada tylko ze Stone"
  237.    GOLD_ORE:
  238.        - replacementblock: STONE
  239.          drop: COBBLESTONE
  240.          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
  241.          message: "&6[&4&lRubin&c&lMC&6] &6Złoto wypada tylko ze Stone"
  242.    LAPIS_ORE:
  243.        - replacementblock: STONE
  244.          drop: COBBLESTONE
  245.          dropspread: true
  246.          tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
  247.          message: "&6[&4&lRubin&c&lMC&6] &9Lapis wypada tylko ze Stone"
  248.    ANY_REDSTONE_ORE:
  249.        - replacementblock: STONE
  250.          drop: COBBLESTONE
  251.          dropspread: true
  252.          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
  253.          message: "&6[&4&lRubin&c&lMC&6] &cRedstone wypada tylko ze Stone"
  254.    DIAMOND_ORE:
  255.        - replacementblock: STONE
  256.          drop: COBBLESTONE
  257.          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
  258.          message: "&6[&4&lRubin&c&lMC&6] &bDiament wypada tylko ze Stone"
  259.    EMERALD_ORE:
  260.        - replacementblock: STONE
  261.          drop: COBBLESTONE
  262.          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
  263.          message: "&6[&4&lRubin&c&lMC&6] &aSzmaragd wypada tylko ze Stone"
  264.    WITHER_SKELETON:
  265.        - drop: WITHER_HEAD
  266.          tool: [DIAMOND_SWORD]
  267.          chance: 0.01
  268.          permissions: "drop.pro"
  269.    LOG:
  270.        - tool: ANY
  271.          drop: MONEY
  272.          chance: 50
  273.          quantity: 5
  274.        - tool: ANY
  275.          drop: MONEY
  276.          chance: 55
  277.          quantity: 5
  278.          permissions: "drop.vip"
  279.        - tool: ANY
  280.          drop: MONEY
  281.          chance: 60
  282.          quantity: 5
  283.          permissions: "drop.pro"
  284.    SAND:
  285.        - tool: ANY
  286.          drop: GOLD_INGOT
  287.          chance: 0.8
  288.          quantity: 1
  289.        - tool: ANY
  290.          drop: GOLD_INGOT
  291.          chance: 1.0
  292.          quantity: 1
  293.          permissions: "drop.vip"
  294.        - tool: ANY
  295.          drop: GOLD_INGOT
  296.          chance: 1.2
  297.          quantity: 1
  298.          permissions: "drop.pro"
  299.    CACTUS:
  300.        - tool: ANY
  301.          drop: EMERALD
  302.          chance: 0.5
  303.          quantity: 1
  304.        - tool: ANY
  305.          drop: EMERALD
  306.          chance: 0.7
  307.          quantity: 1
  308.          permissions: "drop.vip"
  309.        - tool: ANY
  310.          drop: EMERALD
  311.          chance: 0.9
  312.          quantity: 1
  313.          permissions: "drop.pro"
  314.    OBSIDIAN:
  315.        - tool: ANY_PICKAXE
  316.          drop: DIAMOND_BLOCK
  317.          chance: 0.6
  318.          quantity: 1
  319.        - tool: ANY_PICKAXE
  320.          drop: DIAMOND_BLOCK
  321.          chance: 0.8
  322.          quantity: 1
  323.          permissions: "drop.vip"
  324.        - tool: ANY_PICKAXE
  325.          drop: DIAMOND_BLOCK
  326.          chance: 1.0
  327.          quantity: 1
  328.          permissions: "drop.pro"
  329.    TNT:
  330.        - drop: PAPER@0~§6§lKUPON NA §e§lVIP;§6Kupon na rangę §eVIP §6na 3 dni.;§6Aby odebrać nagrodę, daj ten kupon;§6Właścicielowi Serwera §4§lForRace
  331.          tool: [HAND]
  332.          chance: 0
  333.          permissions: "drop.admin"
  334.        - drop: EMERALD@0~§c§lRUBIN;§aRubin możesz wymienić na;§aStronie Serwera §2www.rubinmc.pl;§aw zakładce §2RUBINY §alub;§ana Warpie Kasyno.;§cJesli chcesz wymienic;§cna stronie, powiadom o tym;§cWlasciciela Serwera.
  335.          tool: ANY_PICKAXE
  336.          chance: 100
  337.          permissions: "drop.admin"
  338.          effect: MOBSPAWNER_FLAMES
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement