Escape The Mob
Mob Escape

Some of you might know this minigame (if they watch SkyTheKid), but the goal here is to jump through a map which is being destroyed by a following mob behind the players. If you fall, you lose. This is a continuation of DragonEscape with more mobs.
Setup
- Set the main lobby at the beginning: /etm setmainlobby [name]
For each new arena:
- Create a new arena with /etm createarena [name]
- Build a waiting lobby and do /etm setlobby [name]
- Set the spawn: /etm setspawn [name] (you can set multiple spawns too, for more players)
- Set the Mob spawn: /etm setmobspawn [name]
- Set the finish: /etm setfinish [name]
- Set two or more flypoints: /etm setflypoint [name] Attention: You need more than one flypoint!
- Setup the boundaries /etm setbounds [name] [low/high] Attention: You need to set both low and high boundaries.
- Save the arena with /etm savearena [name]
- Create a join sign: 1st line: mobescape; 3rd line: [arenaname]
Commands/Permissions
| Command | Description | Permission |
|---|---|---|
| /etm createarena [name] | creates a new arena | mobescape.setup |
| /etm setlobby [name] | sets the waiting lobby for a new arena | mobescape.setup |
| /etm setspawn [name] | sets the spawn (dragon/players) | mobescape.setup |
| /etm setfinish [name] | sets the finishline | mobescape.setup |
| /etm setbounds [name] [low/high] | sets boundaries for the arena | mobescape.setup |
| /etm setmainlobby | sets the main lobby | mobescape.setup |
| /etm setflypoint | sets a new flypoint | mobescape.setup |
| /etm removeflypoint | removes a flypoint | mobescape.setup |
| /etm savearena [arena] | saves the arena after you set the boundaries | mobescape.setup |
| /etm removearena [name] | removes an arena | mobescape.setup |
| /etm setmobspawn [name] | sets the spawn for the mob (this is optional, if not set, will spawn at player spawn) | mobescape.setup |
| /etm setmobtype [type] | sets the mob type | mobescape.setmobtype |
| /etm setarenavip [arena] [true/false] | sets an arena to vip-only | mobescape.setup |
| /etm setreward [arena] [type] [value] | sets an arena specific reward | mobescape.setup |
| /etm join [name] | joins a game per command | |
| /etm kit [kitname] | changes your kit | |
| /etm kitgui | shows kit GUI | |
| /etm leave | leaves the game | |
| /etm start [name] | forces an arena to start | mobescape.start |
| /etm reload | reloads the config | mobescape.reload |
| /etm list | lists all arenas | mobescape.list |
| /etm endall | ends all running mobescape tasks, if something bad happens | mobescape.end |
| /etm setmaxplayers [arena] [count] | sets max players of an arena | mobescape.setup |
| /etm setminplayers [arena] [count] | sets min players of an arena | mobescape.setup |
Creating join signs requires mobescape.sign.
Mob Types
As of now only Wither and Enderdragons are supported, but I'll add more mobs soon. Change them globally with /etm setmobtype [type]. [type] can be wither or dragon.
Kits
You can check out the kits in the config below, there are three kits right now. You can set them to vip kits by turning requires_permission to true, also you can make players pay for using a kit.
You can change your kit with /etm kit [kitname].
Arena Permissions (VIP Arenas)
You can set an arena vip by executing /etm setarenavip [arena] [true/false]. Players need the permission node "mobescape.joinarena.arenaname" to join the arena then.
Config
Check this page to see the full default config (as of v1.2) with some explanations: http://dev.bukkit.org/bukkit-plugins/escape-mob/pages/config/
Youtube
Be aware that these videos are outdated DragonEscape videos, but the setup is still the same. I'll be doing a new tutorial video soon.
[PORTUGUESE] Thanks to AbsintoJ: link.
[GERMAN] Plugin tutorial: link.
[ENGLISH] Another plugin tutorial: link
[SPANISH] Very detailed spanish tutorial: link
Upcoming Versions
v1.2.2 (Uploaded 27.03)
- adds option to remove scoreboard
- adds optional item for kit selection at join
- fixes an inventory loss bug
- fixes small typo for finishline
- enables lava damage
- fixes mob looking into wrong direction sometimes
v1.3 (Uploaded 29.03)
- adds 1.7.5 support
- adds optional item for kit selection on join
- destroy radius has effect on y axis too now
- a bit better destroyer animation
- code cleanup
Todo:
- find a way to not let players camp. As of now there's an experimental option for that in the config, but you could also just set the destroyer radius higher.
- add more sign options
- add option to kick all players after game (for bungee)
- add different destroyer modes
Additional Information
If there are random (mostly teleportation) errors coming up, update Multiverse and Vault.
This plugin uses hidendra's Metrics system to send server related information like player count, java/bukkit/plugin version etc. to the official MCStats servers. You can disable this in the config.yml in plugins/PluginMetrics/.
The plugin also uses an autoupdater which can be turned off in the config (see above in the config section).
The source code can be found here.
Have fun :)
-
View User Profile
-
Send Message
Posted Apr 3, 2014@PaulDerby Ah ye! Just found out about that bug to. I've set the high and low bounds correctly and saved the area.
-
View User Profile
-
Send Message
Posted Apr 3, 2014The dragon destroys the blocks but it doesn't regen afterwards.
-
View User Profile
-
Send Message
Posted Apr 3, 2014@ClockWorkMod
In my server to, when i update the plugin. I'm use spigot.
-
View User Profile
-
Send Message
Posted Apr 2, 2014Note: When i finished my area and test it out. Whenever i get lower then the dragon ( doesn't matter how much blocks ) I automaticly die with the message ' You fell! Type /etm leave to leave. '
-
View User Profile
-
Send Message
Posted Apr 2, 2014Bug* The dragon no longer destroys the area
-
View User Profile
-
Send Message
Posted Apr 2, 2014Is there a command to delete a arena?
-
View User Profile
-
Send Message
Posted Apr 2, 2014@sonesito
Thank you very much for this detailed tutorial :)
@RodriGemmyCreeper
Which bukkit and plugin version are you running? Also, can you send me the console output of the crash?
-
View User Profile
-
Send Message
Posted Apr 1, 2014And here is my small contribution, thanks for the plugin :) Tutorial in Spanish https://www.youtube.com/watch?v=y_FK2hkbku8
-
View User Profile
-
Send Message
Posted Apr 1, 2014i found 2 bugs and I hope this helps you to improve the plugin:
First: the dragon walks sideways instead of walking in front (wrong move of dragon)
Second: in restarting of arena its says crash and any players can't enter in server because says read time out (i solved this by shutting down the server and re-open - by reloading the server doesn't solve the problem)
-
View User Profile
-
Send Message
Posted Apr 1, 2014hint for your Signs (All your Plugins)
line 1: NAME (free customizable) line 2: Mode (join,ingame,restarting) line 3: Slots (free customizable with colors)
example for Line 3 :
&(color (1-9, a-f ) ) %slots (%slots = the min/max slots of the game/lobby)
I hope i could you help
(Sorry for my english......)
PS: Is it normal that the dragon is invisible? :(
-
View User Profile
-
Send Message
Posted Apr 1, 2014When comes Dragon Escape Without parkour but with 1 place that de dragons destroy?
-
View User Profile
-
Send Message
Posted Mar 31, 2014Hey, how do I make the map regen after the match??
-
View User Profile
-
Send Message
Posted Mar 31, 2014@jdawwgy
That's because you set your boundaries wrong. Please watch the video if you have problems understanding the setup process :)
-
View User Profile
-
Send Message
Posted Mar 30, 2014ok i got it too save but i made a test and when the dragon destroys the blocks after the end of the round it dosent reset. Fix!
-
View User Profile
-
Send Message
Posted Mar 30, 2014@jdawwgy
Looks like you did something wrong while setting up spawns and flypoints, here's a fixed version: http://pastebin.com/SLb9Bm04
For future setups for you: You do /etm setflypoint [arenaname] and /etm setspawn [arenaname]. In your case arenaname would be "test". :)
-
View User Profile
-
Send Message
Posted Mar 30, 2014http://pastebin.com/qSpP9y7A
btw i love all of your plguins keep up the good work
-
View User Profile
-
Send Message
Posted Mar 30, 2014@jdawwgy
Alright, send me your current config please.
-
View User Profile
-
Send Message
Posted Mar 30, 2014Yes I followed all steps
-
View User Profile
-
Send Message
Posted Mar 30, 2014@jdawwgy
Well there must be something missing then, did you set the main lobby?
-
View User Profile
-
Send Message
Posted Mar 30, 2014I don't think you saw my commet but please help me i really want this plugin
I can't save my arena it says this
the arena apperes to be invaild (missing componets)!
even though i followed all steps