Home - elBukkit/MagicArenas GitHub Wiki

MagicArenas

MagicArenas is a simple yet powerful arena/dueling plugin integrated with Magic.

There is currently not much documentation- I will work on that! In the meantime, if you want to try out the plugin feel free, the tab-completion should be helpful. "/arena" is the main command.

Command Usage

Quick example of how to set up an arena:

# do this in the center of the spleef arena
/arena add spleef
# do this in as many places as you want players to spawn
/arena configure spleef add spawn
# alternately, you can set up a randomized location
# this will cause players to spawn in a 20x20 square centered around the spawn location:
/arena configure spleef randomized spawn 10,0,10
# do this in the lobby - you can set up separate "prize rooms" for the winners if you want
/arena configure spleef lobby
/arena configure spleef win
/arena configure spleef lose
/arena configure spleef exit

Use /arena describe spleef to check the options for your arena, and see if you've missed anything.

Signs

Simple signs can be set up to allow players to leave and join matches, as well as create a player-skull leaderboard:

[Arena]
Join
spleef

[Arena]
Leave

[Arena]
Leaderboard
spleef

The last one should be a wall sign, and requires some space - 8 blocks above and one to the right. It will build a sign and skull leaderboard showing the top-ranking players in the arena.

Advanced Usage

Download

Dev builds of MagicArenas can be downloaded from the elMakers CI server.