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 :)