alkarinv / BattleArena

Arena plugin for player vs player or team vs team battles and Core for any custom Event plugin.
29 stars 58 forks source link

Mobarena type #90

Open sync667 opened 11 years ago

sync667 commented 11 years ago

It is any possibliti to do arena type like mobarena ? If it isn't can you add it ?

alkarinv commented 11 years ago

You mean where you kill monsters by yourself or on a team?

Right now that isn't in, but I know someone right now making that plugin for BattleArena.

sync667 commented 11 years ago

When me and cuple of players kill monsters. Ohh thats great can you give me contact to this guy on pw ?

netherfoam commented 11 years ago

That guy is me :)

It's very much a work in progress with very little config options - I wasn't really planning on releasing it (It takes effort to do that). So far,

There are no bosses etc. Mobs have custom drops:

There are also crafting benches, iron blocks (...mcMMO repair anvils), brewing stands and enchanting tables that players spend resources on to beat the next wave.

As the waves increase, the difficulty increases. The difficulty is based on how many players are in the match. All mob spawns are random too, so wave 1 could be a few zombies and a creeper or three creepers or four zombies with swords.

If you connect to our server - IP is play.maxgamer.org:25571, I can show you how it works.

netherfoam commented 11 years ago

Hey.. @alkarinv - Where can I find the code you use to parse items/potion effects? I'd like to use them in this MA config, and seeing as it's a battlearena addOn, it'd be nice to have things in the same format.

netherfoam commented 11 years ago

Nevermind, found it in InventoryUtil.. Also found the enchant equivilant in EffectUtil :)

alkarinv commented 11 years ago

yep you found it :)

netherfoam commented 11 years ago

Alright, mobs, drops and enchants are customizable... I'll post a compiled jar hopefully tomorrow :)

sync667 commented 11 years ago

Nice to hear that ;)

netherfoam commented 11 years ago

Working on BA 3.7.8.5.5 https://dl.dropbox.com/u/72835893/Plugins/MobBattle.jar

Setup Instructions:

To edit the mobs, go to your Bukkit\plugins\MobBattle\myMobArena.yml. There you can set:

Extra commands:

alkarinv commented 11 years ago

That is good stuff!! when I get time I'm going to check this out.

sync667 commented 11 years ago

Nice ;) thanks i will try it on my big server :) and if something will be buged i will write here :+1:

sync667 commented 11 years ago

Guys or maybe you or alkarinv whants to jenkis ? use We have installed that and early configured some more configurations and you can use it :)

alkarinv commented 11 years ago

I'll have to decline on the jenkins, I keep planning on putting one myself :)

netherfoam commented 11 years ago

Threw it on github :)

https://github.com/netherfoam/MobBattle/

I have no idea how to handle jenkins or anything though. Can you configure it to compile every time github receives a commit?

alkarinv commented 11 years ago

unsure.. I've never really used jenkins.. but I'd like to start.

sync667 commented 11 years ago

Guys contact with me on skype 'djsmoczu' i will give you an access to jenkins and show you how to use it ;)

sync667 commented 11 years ago

Ps: alkarinv you can try on my teamspeak ;) like last time

Tych0n commented 11 years ago

How i can use signs to join arena instead of typing commands in chat?

alkarinv commented 11 years ago

All BattleArena extensions can use signs. line 1: (the command), line 2: (join)

Tych0n commented 11 years ago

Yes) I tried to type MobArena instead) But i got another problem. How can i give preselected class, when in config i type default: gladiator it works fine, but if i use default: chosenClass like in ArenaBattle Class's Wiki, i spawn empty regardless to what i've chosen.

netherfoam commented 11 years ago

You want to change your onSpawn so...

onSpawn: [blabla, respawnWithClass]
Tych0n commented 11 years ago

Oh, that's the matter, thank you!

stevewall85 commented 11 years ago

this i will have to check out i have the mob arena plugin but its laggy at times and slowly updating this seems to be a very active plug as i use the ba and spleef plugs together which i have seen improvements in lag for my arenas so keep up the good work! I will let know of anybugs

stevewall85 commented 11 years ago

hey guys been a min i just got 1.5 is there any chance of this plug working with 1.5? mob arena is broke and i need an alternate:P

netherfoam commented 11 years ago

It should work on 1.5, I certainly didn't use anything advanced in Bukkits API.

alkarinv commented 11 years ago

And BattleArena works on 1.5 too, so you should be good.

alkarinv commented 11 years ago

Also Netherfoam get on skype!

stevewall85 commented 11 years ago

awesome thanks for checkin back so quick and is there a wiki that ive missed for this? i will try and set this up tomorrow

stevewall85 commented 11 years ago

hmm i just tried to setup mob battle and when i us the cmds /ma or /mobbattle or anything involed with it i get no responce or errors from the console any ideas? fresh jar just placed on the server

http://pastebin.com/01VteZ6U - plugin listing

netherfoam commented 11 years ago

Not sure about this, I think that's @alkarinv issue possibly?

stevewall85 commented 11 years ago

does he have a issue tracker for this or is it still all right here?

netherfoam commented 11 years ago

Hes been having some issues with some pretty nasty bugs lately. I'm not sure.

alkarinv commented 11 years ago

Not really nasty bugs... just annoying ones with Windows compatibilities.. They should all be fixed now, but you should download the most recent versions from my bukkit pages.

There might be some updates to Worldguard that changed the api?

stevewall85 commented 11 years ago

i did get the latest wg update and on your bukkit page i didnt see anything on your page about mob battle though

alkarinv commented 11 years ago

I was just talking about get the latest BattleArena and BattleTracker, I posted the updates in the comments until bukkit clears them

netherfoam commented 11 years ago

MobBattle will be updated here if there are any updates... I havent released it publicly.

netherfoam commented 11 years ago

I should post this here, as promised: https://dl.dropboxusercontent.com/u/72835893/Plugins/MobBattle.jar

Works with the latest build of BattleArena (@alkarinv deprecated some things)

creptor commented 10 years ago

How do you configure the mob spawns?

creptor commented 10 years ago

Is just like that(/ma addspawn etc) don't I have to put it in like the battle arena plugin?

MrCherry2000 commented 10 years ago

Any chance of this getting updated for 1.7.9+? It appears to generate an exception in 1.7.2 when attempting to spawn a wave. Or has this feature been integrated into BA in some way that I haven't noticed. I would really prefer to keep it to this and BA, and not need to add a separate thing for manage MobArenas.