garbagemule / MobArena

MobArena plugin for Minecraft
GNU General Public License v3.0
195 stars 150 forks source link

Boss shooting arrows spams 100+ arrows and crashes server. #171

Closed jacksmack101 closed 11 years ago

jacksmack101 commented 11 years ago

I'm working with waves and the boss wave now crashes the server. Screen Shot 2013-03-22 at 2 10 42 AM Screen Shot 2013-03-22 at 2 39 52 AM

This is my waves section of my config...

    waves:
        recurrent:
            def1:
                type: default
                priority: 1
                frequency: 1
                monsters:
                    zombies: 10
                    skeletons: 10
                    spiders: 10
                    creepers: 10
                    zombie-pigmen: 10
            spec1:
                type: special
                priority: 2
                frequency: 4
                monsters:
                    powered-creepers: 10
                    zombie-pigmen: 10
                    big-slimes: 10
                    blazes: 10
        single:
            swarm1:
                type: swarm
                wave: 6
                monster: slime
                amount: medium
            boss1:
                type: boss
                wave: 7
                monster: cave_spider
                health: low
                abilities: arrows, root-target, throw-nearby
            boss2:
                type: boss
                wave: 14
                monster: magmacube_huge
                health: medium
                abilities: root-target,fire-aura,disorient-target
            boss3:
                type: boss
                wave: 21
                monster: ghast
                health: low
                abilities: fireballs,warp-to-player,chain-lightning
garbagemule commented 11 years ago

Wow, that looks amazing, haha. MA and CB versions?

jacksmack101 commented 11 years ago

MobArena v0.94.4.95 and Bukkit 1.5 dev

I've found other issues too I'll make new bugs.