Advertisement
Guest User

monster apocalypse

a guest
Feb 10th, 2012
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 18.07 KB | None | 0 0
  1. Worlds:
  2. - world
  3. Always night: true
  4. Check for the deaggro permission for entity attacks, shooting super arrows, and mega-aggro?: false
  5. Enable natural hostile spawns?: true
  6. Enable natural passive spawns?: true
  7. Enable spawn points?: false
  8. Enable bonus spawns?: true
  9. Enable naturalistic bonus spawns?: false
  10. Hard cap on all mobs spawning: 1000000
  11. Only enable bonus spawns on one world?: false
  12. 'Bonus spawn world name:': world
  13. Only enable naturalistic bonus spawns on one selected world?: false
  14. Naturalistic bonus spawn world name: world
  15. Enable worldguard spawn flag checks?: false
  16. Spawn individual wave mobs in the same spot?: true
  17. Enable bonus spawns midair? (Useful for Ghasts): true
  18. Enable custom monster health?: true
  19. Enable custom monster damage?: true
  20. Enable worldguard damage flag checks?: false
  21. Enable custom monster explosion properties? (Normal Creeper/Ghast): false
  22. Enable spawning changes?: false
  23. Enable custom monster drops?: false
  24. Enable monsters destroying nearby torches?: true
  25. Enable monsters attacking from a massive range?: false
  26. Mega-aggro range: 160
  27. Mega-aggro range Y: 80
  28. How far mobs should stop away from players: 10
  29. Enable monsters attacking smartly and seeing through walls?: true
  30. Enable Zombies attacking walls?: true
  31. Enable PigZombies attacking walls?: true
  32. Drop the block item when a Zombie destroys it?: false
  33. Enable worldguard 'enderman-grief' flag checks for all monster block operations?: false
  34. Enable zombies piling up corpses when they can't reach players or attack a block sooner?: false
  35. Actually kill the zombie when it corpse piles?: true
  36. Mininum unreaching time before suicide piling: 50
  37. Block to use for corpse piling: GRAVEL
  38. Make wolves aggressive?: false
  39. Make zombie pigmen aggressive?: true
  40. Make zombie pigmen use mega-aggro?: false
  41. Enable worldguard creeper explosion flag check for creepers, ghasts, and death explosions?: false
  42. Check block spawn blacklist (deny spawn on these blocks)?: false
  43. Invert block spawn list? (Make whitelist): false
  44. Enable all other monster properties?: true
  45. Bonus monsters per player: 4
  46. Percent chance of spawning a monster in bonus waves: 100.0
  47. Minimum light level to spawn: 0
  48. Maximum light level to spawn: 7
  49. Minimum bonus spawn distance: 24
  50. Maximum bonus spawn distance: 80
  51. Bonus spawn Y offset: 0
  52. Bonus spawn period: 60000
  53. Naturalistic bonus spawn mob attempts per tick: 10
  54. Number of mobs to spawn in a spot if found: 8
  55. Tick period for bonus natural spawns, increase this to drastically slow spawning: 1
  56. Minimum naturalistic bonus spawn distance: 24
  57. Maximum naturalistic bonus spawn distance: 160
  58. Minimum light level to spawn naturalistic bonus: 0
  59. Maximum light level to spawn naturalistic bonus: 7
  60. Minimum Y for naturalistic bonus: 0
  61. Maximum Y for naturalistic bonus: 128
  62. Bonus Spawns:
  63.  Creeper:
  64.    spawn: true
  65.    chance: 100.0
  66.  Enderman:
  67.    spawn: true
  68.    chance: 100.0
  69.  Skeleton:
  70.    spawn: true
  71.    chance: 100.0
  72.  Spider:
  73.    spawn: true
  74.    chance: 100.0
  75.  Zombie:
  76.    spawn: true
  77.    chance: 100.0
  78.  Blaze:
  79.    spawn: true
  80.    chance: 100.0
  81.  CaveSpider:
  82.    spawn: false
  83.    chance: 100.0
  84.  Chicken:
  85.    spawn: false
  86.    chance: 100.0
  87.  Cow:
  88.    spawn: false
  89.    chance: 100.0
  90.  Ghast:
  91.    spawn: false
  92.    chance: 100.0
  93.  MagmaCube:
  94.    spawn: false
  95.    chance: 100.0
  96.  MushroomCow:
  97.    spawn: false
  98.    chance: 100.0
  99.  Pig:
  100.    spawn: false
  101.    chance: 100.0
  102.  PigZombie:
  103.    spawn: false
  104.    chance: 100.0
  105.  Sheep:
  106.    spawn: false
  107.    chance: 100.0
  108.  Silverfish:
  109.    spawn: false
  110.    chance: 100.0
  111.  Slime:
  112.    spawn: false
  113.    chance: 100.0
  114.  Squid:
  115.    spawn: false
  116.    chance: 100.0
  117.  Villager:
  118.    spawn: false
  119.    chance: 100.0
  120.  Wolf:
  121.    spawn: false
  122.    chance: 100.0
  123. Naturalistic Bonus Spawns:
  124.  Creeper:
  125.    spawn: true
  126.    chance: 100.0
  127.  Enderman:
  128.    spawn: true
  129.    chance: 100.0
  130.  Skeleton:
  131.    spawn: true
  132.    chance: 100.0
  133.  Spider:
  134.    spawn: true
  135.    chance: 100.0
  136.  Zombie:
  137.    spawn: true
  138.    chance: 100.0
  139.  Blaze:
  140.    spawn: true
  141.    chance: 100.0
  142.  CaveSpider:
  143.    spawn: false
  144.    chance: 100.0
  145.  Chicken:
  146.    spawn: false
  147.    chance: 100.0
  148.  Cow:
  149.    spawn: false
  150.    chance: 100.0
  151.  Ghast:
  152.    spawn: false
  153.    chance: 100.0
  154.  MagmaCube:
  155.    spawn: false
  156.    chance: 100.0
  157.  MushroomCow:
  158.    spawn: false
  159.    chance: 100.0
  160.  Pig:
  161.    spawn: false
  162.    chance: 100.0
  163.  PigZombie:
  164.    spawn: false
  165.    chance: 100.0
  166.  Sheep:
  167.    spawn: false
  168.    chance: 100.0
  169.  Silverfish:
  170.    spawn: false
  171.    chance: 100.0
  172.  Slime:
  173.    spawn: false
  174.    chance: 100.0
  175.  Squid:
  176.    spawn: false
  177.    chance: 100.0
  178.  Villager:
  179.    spawn: false
  180.    chance: 100.0
  181.  Wolf:
  182.    spawn: false
  183.    chance: 100.0
  184. Monster Properties:
  185.  Blaze:
  186.    health: 20
  187.    damage: 5
  188.  CaveSpider:
  189.    health: 20
  190.    damage: 2
  191.  Chicken:
  192.    health: 4
  193.    damage: 0
  194.  Cow:
  195.    health: 10
  196.    damage: 0
  197.  Creeper:
  198.    health: 20
  199.    damage: 0
  200.    standard explosion radius: 4.0
  201.    standard fire: false
  202.  Enderman:
  203.    health: 30
  204.    damage: 7
  205.    burns in sunlight: true
  206.  Ghast:
  207.    health: 10
  208.    damage: 0
  209.    standard explosion radius: 1.0
  210.    standard fire: true
  211.  MushroomCow:
  212.    health: 10
  213.    damage: 0
  214.  Pig:
  215.    health: 10
  216.    damage: 0
  217.  PigZombie:
  218.    health: 20
  219.    damage: 5
  220.  Sheep:
  221.    health: 8
  222.    damage: 0
  223.  Silverfish:
  224.    health: 8
  225.    damage: 1
  226.  Skeleton:
  227.    health: 20
  228.    damage: 4
  229.    burns in sunlight: true
  230.  Spider:
  231.    health: 16
  232.    damage: 2
  233.  Squid:
  234.    health: 10
  235.    damage: 0
  236.  Villager:
  237.    health: 20
  238.    damage: 0
  239.  Zombie:
  240.    health: 20
  241.    damage: 4
  242.    burns in sunlight: true
  243. Advanced Monster Properties:
  244.  Blaze:
  245.    true damage (completely ignores armor): 0
  246.    explode on death: false
  247.    death explosion causes fire?: false
  248.    death explosion radius: 1.0
  249.    spawn new mob on death: false
  250.    death spawn type: Blaze
  251.    death spawn count: 1
  252.    death spawn chance: 100.0
  253.    Immunities:
  254.      cactus: false
  255.      drowning: false
  256.      attacks: false
  257.      explosions: false
  258.      falling: false
  259.      fire: false
  260.      lava: false
  261.      projectiles: false
  262.  CaveSpider:
  263.    true damage (completely ignores armor): 0
  264.    explode on death: false
  265.    death explosion causes fire?: false
  266.    death explosion radius: 1.0
  267.    spawn new mob on death: false
  268.    death spawn type: CaveSpider
  269.    death spawn count: 1
  270.    death spawn chance: 100.0
  271.    Immunities:
  272.      cactus: false
  273.      drowning: false
  274.      attacks: false
  275.      explosions: false
  276.      falling: false
  277.      fire: false
  278.      lava: false
  279.      projectiles: false
  280.  Chicken:
  281.    true damage (completely ignores armor): 0
  282.    explode on death: false
  283.    death explosion causes fire?: false
  284.    death explosion radius: 1.0
  285.    spawn new mob on death: false
  286.    death spawn type: Chicken
  287.    death spawn count: 1
  288.    death spawn chance: 100.0
  289.    Immunities:
  290.      cactus: false
  291.      drowning: false
  292.      attacks: false
  293.      explosions: false
  294.      falling: false
  295.      fire: false
  296.      lava: false
  297.      projectiles: false
  298.  Cow:
  299.    true damage (completely ignores armor): 0
  300.    explode on death: false
  301.    death explosion causes fire?: false
  302.    death explosion radius: 1.0
  303.    spawn new mob on death: false
  304.    death spawn type: Cow
  305.    death spawn count: 1
  306.    death spawn chance: 100.0
  307.    Immunities:
  308.      cactus: false
  309.      drowning: false
  310.      attacks: false
  311.      explosions: false
  312.      falling: false
  313.      fire: false
  314.      lava: false
  315.      projectiles: false
  316.  Creeper:
  317.    true damage (completely ignores armor): 0
  318.    explode on death: false
  319.    death explosion causes fire?: false
  320.    death explosion radius: 1.0
  321.    spawn new mob on death: false
  322.    death spawn type: Creeper
  323.    death spawn count: 1
  324.    death spawn chance: 100.0
  325.    Immunities:
  326.      cactus: false
  327.      drowning: false
  328.      attacks: false
  329.      explosions: false
  330.      falling: false
  331.      fire: false
  332.      lava: false
  333.      projectiles: false
  334.  Enderman:
  335.    true damage (completely ignores armor): 0
  336.    explode on death: false
  337.    death explosion causes fire?: false
  338.    death explosion radius: 1.0
  339.    spawn new mob on death: false
  340.    death spawn type: Enderman
  341.    death spawn count: 1
  342.    death spawn chance: 100.0
  343.    Immunities:
  344.      cactus: false
  345.      drowning: false
  346.      attacks: false
  347.      explosions: false
  348.      falling: false
  349.      fire: false
  350.      lava: false
  351.      projectiles: false
  352.  Ghast:
  353.    true damage (completely ignores armor): 0
  354.    explode on death: false
  355.    death explosion causes fire?: false
  356.    death explosion radius: 1.0
  357.    spawn new mob on death: false
  358.    death spawn type: Ghast
  359.    death spawn count: 1
  360.    death spawn chance: 100.0
  361.    Immunities:
  362.      cactus: false
  363.      drowning: false
  364.      attacks: false
  365.      explosions: false
  366.      falling: false
  367.      fire: false
  368.      lava: false
  369.      projectiles: false
  370.  MushroomCow:
  371.    true damage (completely ignores armor): 0
  372.    explode on death: false
  373.    death explosion causes fire?: false
  374.    death explosion radius: 1.0
  375.    spawn new mob on death: false
  376.    death spawn type: MushroomCow
  377.    death spawn count: 1
  378.    death spawn chance: 100.0
  379.    Immunities:
  380.      cactus: false
  381.      drowning: false
  382.      attacks: false
  383.      explosions: false
  384.      falling: false
  385.      fire: false
  386.      lava: false
  387.      projectiles: false
  388.  Pig:
  389.    true damage (completely ignores armor): 0
  390.    explode on death: false
  391.    death explosion causes fire?: false
  392.    death explosion radius: 1.0
  393.    spawn new mob on death: false
  394.    death spawn type: Pig
  395.    death spawn count: 1
  396.    death spawn chance: 100.0
  397.    Immunities:
  398.      cactus: false
  399.      drowning: false
  400.      attacks: false
  401.      explosions: false
  402.      falling: false
  403.      fire: false
  404.      lava: false
  405.      projectiles: false
  406.  PigZombie:
  407.    true damage (completely ignores armor): 0
  408.    explode on death: false
  409.    death explosion causes fire?: false
  410.    death explosion radius: 1.0
  411.    spawn new mob on death: false
  412.    death spawn type: PigZombie
  413.    death spawn count: 1
  414.    death spawn chance: 100.0
  415.    Immunities:
  416.      cactus: false
  417.      drowning: false
  418.      attacks: false
  419.      explosions: false
  420.      falling: false
  421.      fire: false
  422.      lava: false
  423.      projectiles: false
  424.  Sheep:
  425.    true damage (completely ignores armor): 0
  426.    explode on death: false
  427.    death explosion causes fire?: false
  428.    death explosion radius: 1.0
  429.    spawn new mob on death: false
  430.    death spawn type: Sheep
  431.    death spawn count: 1
  432.    death spawn chance: 100.0
  433.    Immunities:
  434.      cactus: false
  435.      drowning: false
  436.      attacks: false
  437.      explosions: false
  438.      falling: false
  439.      fire: false
  440.      lava: false
  441.      projectiles: false
  442.  Silverfish:
  443.    true damage (completely ignores armor): 0
  444.    explode on death: false
  445.    death explosion causes fire?: false
  446.    death explosion radius: 1.0
  447.    spawn new mob on death: false
  448.    death spawn type: Silverfish
  449.    death spawn count: 1
  450.    death spawn chance: 100.0
  451.    Immunities:
  452.      cactus: false
  453.      drowning: false
  454.      attacks: false
  455.      explosions: false
  456.      falling: false
  457.      fire: false
  458.      lava: false
  459.      projectiles: false
  460.  Skeleton:
  461.    true damage (completely ignores armor): 0
  462.    explode on death: false
  463.    death explosion causes fire?: false
  464.    death explosion radius: 1.0
  465.    spawn new mob on death: false
  466.    death spawn type: Skeleton
  467.    death spawn count: 1
  468.    death spawn chance: 100.0
  469.    Immunities:
  470.      cactus: false
  471.      drowning: false
  472.      attacks: false
  473.      explosions: false
  474.      falling: false
  475.      fire: false
  476.      lava: false
  477.      projectiles: false
  478.    Enable Super Arrows: false
  479.    Super Arrow period: 5000
  480.    Super Arrow chance: 100.0
  481.    Super Arrow X/Z attack range: 20.0
  482.    Super Arrow Y attack range: 80
  483.    Make skeleton arrows explode?: false
  484.    Arrow explosion radius: 2.0
  485.    Arrow chance to explode on collision: 100.0
  486.    Arrow explosion causes fire?: false
  487.  Spider:
  488.    true damage (completely ignores armor): 0
  489.    explode on death: false
  490.    death explosion causes fire?: false
  491.    death explosion radius: 1.0
  492.    spawn new mob on death: false
  493.    death spawn type: Spider
  494.    death spawn count: 1
  495.    death spawn chance: 100.0
  496.    Immunities:
  497.      cactus: false
  498.      drowning: false
  499.      attacks: false
  500.      explosions: false
  501.      falling: false
  502.      fire: false
  503.      lava: false
  504.      projectiles: false
  505.  Squid:
  506.    true damage (completely ignores armor): 0
  507.    explode on death: false
  508.    death explosion causes fire?: false
  509.    death explosion radius: 1.0
  510.    spawn new mob on death: false
  511.    death spawn type: Squid
  512.    death spawn count: 1
  513.    death spawn chance: 100.0
  514.    Immunities:
  515.      cactus: false
  516.      drowning: false
  517.      attacks: false
  518.      explosions: false
  519.      falling: false
  520.      fire: false
  521.      lava: false
  522.      projectiles: false
  523.  Villager:
  524.    true damage (completely ignores armor): 0
  525.    explode on death: false
  526.    death explosion causes fire?: false
  527.    death explosion radius: 1.0
  528.    spawn new mob on death: false
  529.    death spawn type: Villager
  530.    death spawn count: 1
  531.    death spawn chance: 100.0
  532.    Immunities:
  533.      cactus: false
  534.      drowning: false
  535.      attacks: false
  536.      explosions: false
  537.      falling: false
  538.      fire: false
  539.      lava: false
  540.      projectiles: false
  541.  Zombie:
  542.    true damage (completely ignores armor): 0
  543.    explode on death: false
  544.    death explosion causes fire?: false
  545.    death explosion radius: 1.0
  546.    spawn new mob on death: false
  547.    death spawn type: Zombie
  548.    death spawn count: 1
  549.    death spawn chance: 100.0
  550.    Immunities:
  551.      cactus: false
  552.      drowning: false
  553.      attacks: false
  554.      explosions: false
  555.      falling: false
  556.      fire: false
  557.      lava: false
  558.      projectiles: false
  559.    Attackable blocks:
  560.    - block:seconds
  561. Natural:
  562.  Creeper:
  563.    spawn: true
  564.    spawncount: 1
  565.    spawnchance: 100.0
  566.    spawnymin: 1
  567.    spawnymax: 128
  568.    replacement: Creeper
  569.  Enderman:
  570.    spawn: true
  571.    spawncount: 1
  572.    spawnchance: 100.0
  573.    spawnymin: 1
  574.    spawnymax: 128
  575.    replacement: Enderman
  576.  Skeleton:
  577.    spawn: true
  578.    spawncount: 1
  579.    spawnchance: 100.0
  580.    spawnymin: 1
  581.    spawnymax: 128
  582.    replacement: Skeleton
  583.  Zombie:
  584.    spawn: true
  585.    spawncount: 1
  586.    spawnchance: 100.0
  587.    spawnymin: 1
  588.    spawnymax: 128
  589.    replacement: Zombie
  590.  Blaze:
  591.    spawn: true
  592.    spawncount: 1
  593.    spawnchance: 100.0
  594.    spawnymin: 1
  595.    spawnymax: 128
  596.    replacement: Blaze
  597.  CaveSpider:
  598.    spawn: true
  599.    spawncount: 1
  600.    spawnchance: 100.0
  601.    spawnymin: 1
  602.    spawnymax: 128
  603.    replacement: CaveSpider
  604.  Chicken:
  605.    spawn: true
  606.    spawncount: 1
  607.    spawnchance: 100.0
  608.    spawnymin: 1
  609.    spawnymax: 128
  610.    replacement: Chicken
  611.  Cow:
  612.    spawn: true
  613.    spawncount: 1
  614.    spawnchance: 100.0
  615.    spawnymin: 1
  616.    spawnymax: 128
  617.    replacement: Cow
  618.  Ghast:
  619.    spawn: true
  620.    spawncount: 1
  621.    spawnchance: 100.0
  622.    spawnymin: 1
  623.    spawnymax: 128
  624.    replacement: Ghast
  625.  MagmaCube:
  626.    spawn: true
  627.    spawncount: 1
  628.    spawnchance: 100.0
  629.    spawnymin: 1
  630.    spawnymax: 128
  631.    replacement: LavaSlime
  632.  MushroomCow:
  633.    spawn: true
  634.    spawncount: 1
  635.    spawnchance: 100.0
  636.    spawnymin: 1
  637.    spawnymax: 128
  638.    replacement: MushroomCow
  639.  Pig:
  640.    spawn: true
  641.    spawncount: 1
  642.    spawnchance: 100.0
  643.    spawnymin: 1
  644.    spawnymax: 128
  645.    replacement: Pig
  646.  PigZombie:
  647.    spawn: true
  648.    spawncount: 1
  649.    spawnchance: 100.0
  650.    spawnymin: 1
  651.    spawnymax: 128
  652.    replacement: PigZombie
  653.  Sheep:
  654.    spawn: true
  655.    spawncount: 1
  656.    spawnchance: 100.0
  657.    spawnymin: 1
  658.    spawnymax: 128
  659.    replacement: Sheep
  660.  Silverfish:
  661.    spawn: true
  662.    spawncount: 1
  663.    spawnchance: 100.0
  664.    spawnymin: 1
  665.    spawnymax: 128
  666.    replacement: Silverfish
  667.  Slime:
  668.    spawn: true
  669.    spawncount: 1
  670.    spawnchance: 100.0
  671.    spawnymin: 1
  672.    spawnymax: 128
  673.    replacement: Slime
  674.  Spider:
  675.    spawn: true
  676.    spawncount: 1
  677.    spawnchance: 100.0
  678.    spawnymin: 1
  679.    spawnymax: 128
  680.    replacement: Spider
  681.  Squid:
  682.    spawn: true
  683.    spawncount: 1
  684.    spawnchance: 100.0
  685.    spawnymin: 1
  686.    spawnymax: 128
  687.    replacement: Squid
  688.  Villager:
  689.    spawn: true
  690.    spawncount: 1
  691.    spawnchance: 100.0
  692.    spawnymin: 1
  693.    spawnymax: 128
  694.    replacement: Villager
  695.  Wolf:
  696.    spawn: true
  697.    spawncount: 1
  698.    spawnchance: 100.0
  699.    spawnymin: 1
  700.    spawnymax: 128
  701.    replacement: Wolf
  702. Drops:
  703.  Creeper:
  704.    drops:
  705.    - item:count:chance
  706.    - item:count:chance
  707.    Overwrite?: false
  708.  Enderman:
  709.    drops:
  710.    - item:count:chance
  711.    Overwrite?: false
  712.  Skeleton:
  713.    drops:
  714.    - item:count:chance
  715.    Overwrite?: false
  716.  Spider:
  717.    drops:
  718.    - item:count:chance
  719.    Overwrite?: false
  720.  Zombie:
  721.    drops:
  722.    - item:count:chance
  723.    Overwrite?: false
  724.  Blaze:
  725.    drops:
  726.    - item:count:chance
  727.    Overwrite?: false
  728.  CaveSpider:
  729.    drops:
  730.    - item:count:chance
  731.    Overwrite?: false
  732.  Chicken:
  733.    drops:
  734.    - item:count:chance
  735.    Overwrite?: false
  736.  Cow:
  737.    drops:
  738.    - item:count:chance
  739.    Overwrite?: false
  740.  Ghast:
  741.    drops:
  742.    - item:count:chance
  743.    Overwrite?: false
  744.  MagmaCube:
  745.    drops:
  746.    - item:count:chance
  747.    Overwrite?: false
  748.  MushroomCow:
  749.    drops:
  750.    - item:count:chance
  751.    Overwrite?: false
  752.  Pig:
  753.    drops:
  754.    - item:count:chance
  755.    Overwrite?: false
  756.  PigZombie:
  757.    drops:
  758.    - item:count:chance
  759.    Overwrite?: false
  760.  Sheep:
  761.    drops:
  762.    - item:count:chance
  763.    Overwrite?: false
  764.  Silverfish:
  765.    drops:
  766.    - item:count:chance
  767.    Overwrite?: false
  768.  Slime:
  769.    drops:
  770.    - item:count:chance
  771.    Overwrite?: false
  772.  Squid:
  773.    drops:
  774.    - item:count:chance
  775.    Overwrite?: false
  776.  Villager:
  777.    drops:
  778.    - item:count:chance
  779.    Overwrite?: false
  780.  Wolf:
  781.    drops:
  782.    - item:count:chance
  783.    Overwrite?: false
  784. Spawn Block Blacklist:
  785. - block
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement