-
Notifications
You must be signed in to change notification settings - Fork 158
Monster types
MobArena supports any monster available in the EntityType enum. You don't have to write the names in all caps, and you can omit or include underscores (_), hyphens (-), and periods (.) as you please.
Some monsters are a little special. Creepers, for instance, can be charged or powered, meaning their explosions become much more powerful, and their appearance changes. Another example is slimes and magma cubes, which have different sizes.
MobArena supports some of the variations of these different monster types, and they are listed here:
-
angrybeeis an aggressive bee -
angrywolfis an aggressive wolf with red eyes -
babydrownedis a baby-version of a drowned -
babyhoglinis a baby-version of a hoglin -
babyhuskis a baby-version of a husk -
babypiglinis a baby-version of a piglin -
babypigmanis a baby-version of a piglin (legacy) -
babyzoglinis a baby-version of a zoglin -
babyzombieis a baby-version of a zombie -
babyzombievillageris a baby-version of a zombie villager -
explodingsheepis a MobArena-specific type of sheep that bounces around and explodes when in the proximity of a player -
killerbunnyis a killer bunny version of a rabbit -
poweredcreeperis a charged/powered creeper
As for slimes and magma cubes, both monster types are assigned a random size when they spawn. However, they also both support size suffixes that force them to be a specific size. They are:
-
tinysize 1 -
smallsize 2 -
bigsize 3 -
hugesize 4
As an example, slimehuge will spawn a size 4 slime, while magmacubetiny will spawn a size 1 magma cube.