This is genuinly an amazing plugin, it's easy to learn and use, while still having amazing customability, and even things that I wouldn't expect in such a plugin, while also having an easy to follow and understand documentation!
There is just one thing I'd love to get added, but it's understandable if it's not possible or very hard to do, so it's all good if it never will be a thing, but I'd love to see extra customization with the mobs using nbt tags (example : spawning zombies with full leather armor, skeletons without bows, drowned with tridents etc.). I've already managed to do those things with just command blocks in the past but like I said it's understandable if it isn't possible to do that. Great plugin either way, keep up the good work :)
Mob customization is definitely something I've been wanting to do for ages, but it requires some pretty big changes to the code base, and in recent years I just haven't had much time for the plugin, let alone big reworks that will likely have breaking changes. I hope to get some dedicated time for it in 2025 though, so fingers crossed :)
Version: 0.108
Great plugin but i keep getting errors because it has not been recently updated...
MobArena 0.108 has been tested and works as expected on all recent server builds, so I'm not sure what errors you're talking about. Hop on Discord for support :)
Version: 0.108
Awesome plugin, Awesome support, Awesome all round. Well worth putting this plugin on your server
Unfortunately for smaller servers this is an inappropriate plugin. It is extremely heavy on RAM, EXAMPLE: Server with 10 Gig RAM using only 2 Gig of RAM without MobArena and using 9.98Gig With MobArena.
I've been using this plugin for a few years now. I've created so much with it. It even inspired me to create a storyline for my server's MobArena maps and add many different characters to the storyline which might soon turn into an animated series, all because I downloaded this singular plugin. Amazing.
I've been using this plugin ever since I started my server about 6 years ago. Works right out of the box! You know a good plugin when they don't have to update it all the time!
It's a good plugin but what I would suggest is making a way for players to click the signs once in game without staff having to create a chest underneath the sign for the classes
I never do reviews, but this plugin just earned it dead on the dot. My server members were literally screaming at me and staff to open the game lol, thanks allot mate, God Bless you
The discord has been an incredibly helpful resource for this plugin, and the plugin has remained solid, steady, and damn near bug free for the decade or so I've been using it. The things you can do if you apply even a tiny bit of thought and creativity as a server owner are immense, and you can very easily hook in and adjust things to your personal needs if so desired. The code is unbelievably elegant and well written, and has frankly been an inspiration for better code practices in any custom things I've had written for my server. Cannot recommend enough!
Thanks for this Amazing Plugin, with it Players can enjoy my Server even if nobody is Online... Best dev ever and best "Single-Player" Plugin ever. But can you pls add that 1.9 and 1.10 is compatible on the Spigot Page, because for me it looked like i have to downgrade from 1.9 to 1.8 to use this Plugin, but it works for 1.9 too. Really love this and im very exited for the future of MobArena the 2. best Plugin on Spigot after Essentials
really a very cool plugin , respect <3 :D But can you somehow set that as a reward also commands go ? e.g. end-Wave 10
Reward: [CONSOLE] money give %player 10
That would be totally cool :D
Отличный плагин! Игрокам нравится, но вот проблема, в волну добавил разбойников pillager и они появляются без арбалетов и просто ходят не атакуя. Как сделать, чтобы они спавнились вооружёнными?
I don't speak Russian, but the issue with pillagers has been fixed, and they will work properly in the next release. We have test builds ready on Discord. Please feel free to join, but know that it's an English server :)
Version: 0.106
Muy divertido y altamente configurable! se recomienda bastante, lo tengo traducido al español si alguien quiere, le paso por discord
As many waves as you want :) It's infinite by default, but you can set a final wave in the settings.
Version: 0.106
Best MobArena plugin. very fun and customizable. it couldn't have been better than this. Developer recently became very active and there is discord server for support. gameplay is very fun and intuitive!
Happy 10th anniversary MobArena! If you haven't already tried this plugin, please do! It's great in itself, has a lovely community, great support and the best developer you could ask for!
Great plugin, great community, great support, great everything. Can easily intergrate into different plugins for maximum optimization. Even supports MythicMobs :D
my favorite minigame <3 played for years, but is it possible to add mobs from other plugins like insane mobs to the arena without just command spawning?
Please feel free to hop on Discord or create a Github issue for your idea so we can discuss it further :)
Version: 0.105
I tried this plugin in the past, and the new update hopefully made it better! Here are some braces i removed from my code for you garbagemule! {} {}{}{} {} {}{}{}{}{}{{}}
Excellent plugin, thank you for keeping it up to date. I was wondering if there's a way to delay the /ma join command? On my survival server I want to prevent people from cheating their way out of a fight by just teleporting to the arena. I tried different things with permissions but nothing worked for me. Thanks again!
Once the session has started, the lobby is closed. This is something that should be made more customizable in the future, though :)
Version: 0.104.2
There isn't enough space to write a review that would do this plugin justice. So I will leave you all with this simple message. If you aren't using this plugin for you're MobArena needs, you're a fool. Amazing developer behind the plugin, and amazing plugin. Thank you for everything you do!
Great addition to our 1.16.3 server! Surprising amount of customization and really easy to setup! Great examples on wiki to help setup also. Would highly recommend this plugin. Author is very helpful and kind. 10/10 Thank you for this plugin!
[18:34:45] [Server thread/INFO]: Attila502 issued server command: /ma autogenerate Nether
[18:34:45] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'ma' in plugin MobArena v0.104.2
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[minecraft_server.jar:git-Bukkit-ab38754]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[minecraft_server.jar:git-Bukkit-ab38754]
at org.bukkit.craftbukkit.v1_16_R1.CraftServer.dispatchCommand(CraftServer.java:726) ~[minecraft_server.jar:git-Bukkit-ab38754]
at net.minecraft.server.v1_16_R1.PlayerConnection.handleCommand(PlayerConnection.java:1652) ~[minecraft_server.jar:git-Bukkit-ab38754]
at net.minecraft.server.v1_16_R1.PlayerConnection.a(PlayerConnection.java:1509) ~[minecraft_server.jar:git-Bukkit-ab38754]
at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(SourceFile:36) ~[minecraft_server.jar:git-Bukkit-ab38754]
at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(SourceFile:9) ~[minecraft_server.jar:git-Bukkit-ab38754]
at net.minecraft.server.v1_16_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[minecraft_server.jar:git-Bukkit-ab38754]
at net.minecraft.server.v1_16_R1.TickTask.run(SourceFile:18) ~[minecraft_server.jar:git-Bukkit-ab38754]
at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeTask(SourceFile:144) ~[minecraft_server.jar:git-Bukkit-ab38754]
at net.minecraft.server.v1_16_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[minecraft_server.jar:git-Bukkit-ab38754]
at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeNext(SourceFile:118) ~[minecraft_server.jar:git-Bukkit-ab38754]
at net.minecraft.server.v1_16_R1.MinecraftServer.aZ(MinecraftServer.java:899) ~[minecraft_server.jar:git-Bukkit-ab38754]
at net.minecraft.server.v1_16_R1.MinecraftServer.executeNext(MinecraftServer.java:892) ~[minecraft_server.jar:git-Bukkit-ab38754]
at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeAll(SourceFile:103) ~[minecraft_server.jar:git-Bukkit-ab38754]
at net.minecraft.server.v1_16_R1.MinecraftServer.sleepForTick(MinecraftServer.java:875) ~[minecraft_server.jar:git-Bukkit-ab38754]
at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:815) ~[minecraft_server.jar:git-Bukkit-ab38754]
at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:155) ~[minecraft_server.jar:git-Bukkit-ab38754]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
Spectacular plugin, works quickly, easily and out of the box with minimal setup. Works almost flawlessly takes care of all the things you didn't even think of when you planned to set up an arena. Best tech support for a product, let alone a minecraft mod, that I've ever seen. 5/5, best arena mod, would recommend.
I've been using this plugin since 2013 or 2014 now, and it's absolutely amazing. It just works and is highly configurable, easy to setup, good documented, and provides great gameplay to my server.
Thank you garbagemule for making this amazing plugin available for free.
This plugin is everything we needed. It's intricate yet easy to set-up, it does exactly what it says. The wiki is very detailed, and the support on Discord is amazing ! If you need a real Mob Arena plugin, that isn't too complicated and that works nearly out-of-the-box, look no further !
I've known about this plugin since I started playing multiplayer minecraft, and honestly it's stood the test of time. Everytime I come back to this plugin there is always more options and it's always just as fun! I recently started running a vanilla server and the players requested that we moved to spigot just so we could have this plugin. Thank you Mule.
I really this plugin! This is exactly what my server needed! I have managed to tie Skript into it to make a menu item that shows the status of all of my arenas in a GUI! Please list ogplus.org as a server that runs your AMAZING plugin! OG Prison jus would not be the same without it!
[07:20:46] [Server thread/INFO]: [MobArena] Enabling MobArena v0.104.2
[07:20:46] [Server thread/ERROR]: Error occurred while enabling MobArena v0.104.2 (Is it up to date?)
java.lang.IllegalStateException: Incompatible server version! This build does not work on 1.12.2. Perhaps you downloaded the wrong build?
at com.garbagemule.MobArena.ServerVersionCheck.fail(ServerVersionCheck.java:40) ~[?:?]
at com.garbagemule.MobArena.ServerVersionCheck.check(ServerVersionCheck.java:22) ~[?:?]
at com.garbagemule.MobArena.MobArena.onEnable(MobArena.java:70) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.reload(CraftServer.java:752) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at org.bukkit.Bukkit.reload(Bukkit.java:525) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:27) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:648) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1397) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1232) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_222]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_222]
at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [minecraft_server.jar:git-Spigot-2cf50f0-2b93d83]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
I've been using the plugin for quite some time and its amazing. I had a bug going on and I literally got an answer within a minute. The developer helped even though it turned out to be a bug with a different plugin. I came with a bug of another plugin and got it working within 10 minutes thanks to the dev. Definitely worth it.
I've been using this plugin for so long and it's just great! However on my newest 1.15.2 paper server I continue bumping into a very strange bug which is not accompanied by any messages in the console at all: some players in the arena just suddenly being forced to leave the arena (they are not killed by the mobs, they are just kicked). Its like one moment the player is trying to slay some zombies and another moment they find themselves hitting the wall at the place from which they joined the arena. When that happens the kicked player receives a message in chat saying "leaving so soon?". I don't know whether this bug is connected to this plugin or not so I hope to get some assistance. It doesn't happen too often though
That specific message means the players were outside of the arena region. Usually you can just expand the region out by a block or two and it'll fix it right up.
Feel free to hop on Discord if you're still having trouble!
Version: 0.104.2
На 1.15.2 работает стабильно. Большое спасибо! Легкое создание арены. Отдельный фаил с переводом.
This excellent resource has unquestionably been the most versatile way to create and challenge arenas since the early days of Bukkit. Works great with the free module for the Quests plugin, which wouldn't be possible without garbagemule's excellent MobArena API. Easily a favorite!
I ran this on my server back in 2013, and was super happy that it was still around. Most of my old configs even still work :) Great plugin. Thanks for bringing back great memories Dev!
This plugin is just so good. Simple and easy to setup and configure. Everyone loves it. Having the mobs drop XP is perfect for our XP based economy. Thank you for keeping this updated all these years!
Great plugin however i was wondering if there was a way to enable a timer inbetween mobarenas, for example so players cant join a mobarena constantly getting free loot, an example of this is like a 3/4hr delay until mobarena restarts
Shoot me a message on discord please!
Awaken#6388
Amazing MiniGame Plugin!
Had this on a lot of servers over the years and never once had any problems, it was the Very First MiniGame plugin I even setup back in October 2011 on CraftBukkit 1.0, amazing to see how far its come and yet how its still so simple.
This plugin pretty much set the standards for MiniGames back in the day and I have yet to meet a player that doesn't like it for any good reason.
I've checked out the premium alternative and it is just awful compared to this.. And its Free! Defiantly choose this one if your undecided!
There's so much good things to say about MobArena I could go on for ages.. Defiantly one of the Best MiniGames Minecraft has ever seen!
Funciona en 1.14. Por favor no escriba una reseña para pedir ayuda. Por favor considere cambiar su calificación.
Version: 0.103.2
MobArena is a really great and fun plugin for your server! You can do so much with it, and your players will love this plugin! Recommended for any type of server, survival or minigames. It's great.
I used to use this plugin way back in the day. Makes me really happy to see that it's STILL being updated! This plugin in itself is a milestone of Minecraft plugin development. I've never had anything bad to say about it!
Great plugin suprised the developer is still active on it ... i've used this plugin in the past and never had any issues with it ... Good work with the plugin and being active! :)
Quite honestly one of the best plugins out there for simple, yet can be advanced, fun! My community enjoys it and loves when we have MobArena events. Plus the community surrounding this plugin is exemptional, especially the MobArena Jams. :)
I couldn't ask for anything better. I run a multi game mode server with LOT'S of content, so I needed something I could control down to the last mob. With negating and the sane permissions the dev uses, doing this was super easy. Survival users can't earn SkyBlock arena rewards and so on. Whether you run 1 world or a million I HIGHLY recommend this plugin!
Also wouldn't mind seeing a premium version of this plugin! SO worth the money.
Absolutely amazing plugin, great support, and incredible Author. I had a few problems when I first downloaded it, but because of the amazing assistance and support from the author I realized it was my mistake all along (I had downloaded the wrong version). Highly recommend, if you're looking for a MobArena plugin this is definitely the way to go. 10/10.
I have had this plugin for years and it is still pretty good. Only complain i have is about potions. There is no way to figure out how to add them without server complaining. I look forward for update that would make potion configuration easier. Thank you for great work.
Thank you for the kind words! Potions are a little tricky, but if you run 1.13, I'm pretty sure the wiki explains how to configure them. Feel free to hop on Discord for some help :)
Version: 0.103.1
MobArena is a fun mini-game! The plugin works perfectly without any error. I asked the developer a question and he answered it very quickly. 11/10
Thanks for the kind words! And I'm glad my playful response to your question about rewards was well met :D
Version: 0.103.1
excellent plugin, but I have a question, I have created NPCs for players to select their kits, but when the arena starts the NPCs disappear and the player dont have select the kits, how can I solve this error?
You can put the NPC in a "booth" right outside the lobby region, like one block, and then open the wall so the players can interact with the NPC.
Version: 0.103.1
Ok. I have downloaded this plugin about a year and a half (ish) ago and had to recreate my server again. That means all my plugins were gone and I was back to the drawing board. I forgot about most of the plugins I had used before and found new ones to try. Then I was searching on spigot a few days ago and found this plugin. I put it back on my server and soon, me and my friends were fighting hordes of zombies, slimes and skeletons. We never had this much fun on Minecraft in a LONG time. Thank you SO much for making such an amazing plugin!
One thing I do ask: is there a way (if not then it's a good idea) to activate commands as rewards? that way if I want to give a player a crate for beating a wave then I can.
It always warms my heart to hear about MobArena veterans rediscovering the plugin. Thanks so much for the kind words, and please don't hold your suggestions back (Discord is a great place to discuss them, and Github is a great place to submit them).
Commands as rewards are indeed a thing. Check out the Item & Rewards Syntax page on the wiki :)
Version: 0.103
This plugin is error free and works in versions 1.8 - 1.12. Saving the arena works and restarting it gives me no errors. Great support from the discord. *cough*
https://discord.gg/xRCeVxz *cough*
I'm sorry you have had issues with the plugin. There is not a version for "1.8-1.12", so you probably did something wrong. Feel free to hop on Discord and ask for support once you have cooled down and are ready to talk in a normal, polite manner. The friendly, helpful people who devote their spare time to this project will be more than happy to assist you if they are around. Hundreds of servers run MobArena on a daily basis without issues - I'm sure you can figure it out too :)
Version: 0.103
Finally. A 1.13.1 minigame plugin that DOES work. Love this plugin man. Is there a way for me to add money rewards(from essentails plugin)?
Glad to hear it! Check out the rewards section of the wiki on github for how to set up economy rewards. Note that they require Vault to work :)
Version: 0.103
Excellent plugin !
Working perfect in 1.13.1 !
Fully customizable !
Plugin messages in a file, can be translated !
Very great developer !
Absolutely recommended for servers !!
MobArena is a plugin that has been around since like forever. The developer is really great, fixes bugs og is awesome at helping. I've used this plugin since 2013 and will continue to do so. My players love the plugin and I see them asking if anybody wantes to join MobArena plenty of times everyday.
Need help? Post on github or jump onto discord(bring pizza) and you will find plenty of people wanting to help!
Also I will recomand this plugin to my worst ennemy
This plugin is a wonderful addition to any server. I can't think of a server type that this would NOT fit in with. Players love it. The developer is very responsive, kind, and helpful. As garbagemule commented, lucky819 came onto Discord, asked for help (complaining about the server all the way), thinking for some reason that only the developer could be of use. He became very aggressive when members of the community were unable to make out his picture. He was swearing and very rude. (By the end, it seemed that we had been able to fix his problem after all. Before the developer got on. So I'm not sure what makes us unqualified) The developer cares about what the community wants in MobArena, and tries to implement things that make us happy. He is very friendly, and I would recommend this plugin to any server administrator who wants to add in a fun minigame.
This friendly little fella came on Discord and harassed everyone trying to help him. He earned himself a ban for being rude to the wonderful, helpful people of the community.
Version: 0.103
Hi, You'r plugin are so cool !
Je suis français, Je dois dire que j''utilise ce plugin depuis bien longtemps, j'ai toujours aimé celui çi. Vous êtes un bon développeur grabagemule. Je vous souhaite une bonne évolution. ^^
The amazing garbagemule has done it again. This update is long awaited, and I'm sure everyone is just as happy as I am to finally get a public 1.13 build for MobArena. Keep it up!
There is a release candidate for 1.13 available on Discord if you want to jump right in :)
Version: 0.102
Awesome Plugin, love the current leaderboard so you can see certain stats, but i think it would be really cool to see like a total stats. So people can see the highest round reached and stuff like most kills and total kills and stuff like that. If that can be done i will definitely add a 5 stars as my players are mainly asking for that kind of stuff.
Without a doubt an outstanding plugin for arenas. Around forever and has been continually updated to be better and better. In seeking support from the dev, they were incredibly helpful and responded quickly with a great explanation. We're very lucky it's a free plugin and donations are necessary to support the dev - so I'll be donating soon to say thanks for the great support :)
My server is about 7 years old now and we did use mobarena since the the very beginning. Its nice to see that its still beeing maintained, most other plugins dosnt live that long.
i hope its going to be another 7 years with mobarena ;P
Amazing Plugin but for some reason its not working im using 1.8 Spigot + MobArena 0.100 [1.8-1.11] Version / But Mobarena for MC1.3 Version Is working for 1.8 but there's not command rewards :!
This plugin has been around forever and still never ceases to amaze me! Its gotten my server a lot of players! One thing I would like to see is more mobs in the options, a built in store maybe doesnt even need to be fancy. A small peeve of mine is the scoreboard, I would love to see it laid out slightly better, and maybe the Level Bar showing the remaining round time! Love,
This has been one of my must-have plugins, for a long time. One of my favorite arena games, especially because even a single player can have fun with it.
Good Plugin! Only feature missing for me is a SQL Support where you can store data like kills or played games. If this will be in an update I will definitley give all 5 stars :)
This is a very excellent plugin that is a great use as a side-minigame in game-modes like Prison, Towny, Factions, and so on.
I just wish it came with some pre-made arena's since I'm pretty awful at making them. As well as other pre-made mob waves. Would be cool if people could submit their map for review by the plugin dev - If it's great, then the dev could add it to a public repository of sorts
Might sound far-fetched but this plugin truly is great.
(Escuse me if I make mistakes of vocabulary, I am French)
Very good plugin! I find it just too bad that we can not make access to arenas other than by orders, by panels for example. Otherwise, this plugin is very useful and easy to use, and ... I do not know if it's possible or not, but would it be possible to make bosses with the MythicMobs plugin?
You should be able to do this with command rewards and permissions from next release :)
Version: 0.98.1
Seems to work real well for 1.12.2, but I don't see anywhere documentation on sign set up there are videos on youtube so it is not that big of a deal, but would think the dev would supply that info somewhere. It is no fun watching a video on something that should just have a text doc somewhere on it!
-------------------------------------------------------------------------------------
2 good the plugin you add a GUI kit and shop
add crate on kit
-------------------------------------------------------------------------------------
Without a doubt the best plugin Spigot has to offer. Very customizable and versatile, fits all of my needs for a PVE plugin and more. Highly recommend anyone and everyone to download this, AND IT'S FREE! =D
We are using mobarena for a couple of years now and its still a nice plugin to have on our server. Not the easierst one but your players will appreciate it.
Works fine with 1.12 as far as i can tell, but im always eager to see new improvements ^^
Nice plugin, but lacks the information on how to setup. I need help plz then I change this review. I have no idea how to setup so u can select a class and I have no idea how to do join signs please help
Hi, have you read the wiki over on github? It should contain all the information you need to get started :) Join signs are not currently supported natively, but any command sign plugin should work.
Version: 0.98.1
Best ever!!!
----------------------------------------------------------------------
Excellent Plugin, very configurable and it fixes all the problems for you.
The problem though is I want the mobs to drop a certain items and so players can pick them up and buy items in game.
I think you grabbed the wrong build of 0.98. There is one for 1.11+ and one for 1.8 :)
Version: 0.98
Really awesome plugin, I love it and we're implementing it in our server to make some really interesting arenas. I do have one question though, maybe I'm not posting this in the right place but I've been looking everywhere online and can't find an answer. We're looking to have boss drops with custom names (like when you rename an item at an anvil) in order to make keys for redstone gates, custom arena rewards, etc. This is possible for classes using class chests, but I haven't found a way to do it for rewards or drops in the config file. Is there a way to do this? What would the syntax be? Thank you, again I really love the plugin and the modular approach <3
I don't even use this or plan to use it. But, it is a classic just like essentials. Very little to no bugs. Highly recommend it for anyone. We should make this plugin as famous as it used to be. Now a days people don't like this as much because it just seems kind of dull and now it's more about custom bosses, custom enchants and such because of popular servers having these.
I have some grand plans for a rework towards greater flexibility and extensibility in terms of "special mobs" and abilities. Hopefully that will help bring some novelty back to PvE in Minecraft :)
Version: 0.97.5
do you have a tutorial on it?? i want to watch a tutorial of it so i can set it up on my server :) please upload a video :D
Since many many years MobArena is the ONLY plugin solution for smooth pve arenas! And it is free! Dont buy any bad copies of this awesome plugin! LOVE MOBARENA <3