Updated Arena Setup (markdown)

garbagemule 2019-12-31 21:39:08 +01:00
parent 1e1602d5a0
commit 4f2eebc3af

@ -25,7 +25,7 @@ A well-built arena consists of a **lobby** for class selection, an **arena floor
Once our arena is built, it's time to set up the MobArena regions, warps, and points. Before we do so, let's take a look at what these things are and what MobArena uses them for...
**Regions:** An arena needs an _arena region_, and optionally a _lobby region_. MobArena uses the arena region to make sure that players aren't cheating (by kicking them from the arena if they move outside the region), and to make sure that only MobArena's own mobs are spawned inside of it. MobArena is extremely xenophobic (afraid of strangers), so it tries its best to keep unwanted mobs out of the sessions. Regions are set using the Region tools.
**Regions:** An arena needs an _arena region_, and optionally a _lobby region_. MobArena uses the arena region to make sure that players aren't cheating (by kicking them from the arena if they move outside the region), and to make sure that only MobArena's own mobs are spawned inside of it. MobArena is extremely xenophobic (afraid of strangers), so it tries its best to keep unwanted mobs out of the regions. If the regions of two arenas overlap, this can cause undefined behavior, so make sure they don't overlap! Regions are set using the Region tools.
**Warps:** When players join a MobArena session, they are teleported to the _lobby warp_ inside the lobby, where they will _pick their class_ and ready up using the _ready block_ (block of iron). When everyone is ready, the players are teleported to the _arena warp_ inside of the arena. Spectators will be teleported to the _spectator warp_ in the spectator area, and when players leave an arena, they will either be teleported to where they joined from, or to the _exit warp_, if it has been set up. Warps are set using the Warps tool.