Advertisement
Guest User

Untitled

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