diff --git a/Leaderboards.md b/Leaderboards.md index b4bb77d..b83a240 100644 --- a/Leaderboards.md +++ b/Leaderboards.md @@ -1,11 +1,13 @@ The MobArena leaderboards allows for tracking of the following stats. The header column denotes the text displayed on the leaderboard column header, and the code column denotes the code to use when putting up the sign. The codes must be prefixed by `[MA]`, e.g. to get column showing the amount of damage each player has done, put up a sign with the text `[MA]dmgDone` on the first line of the sign. - Header Code - ######################## - Class class - Last Wave lastWave - Kills kills - Damage Done dmgDone - Damage Taken dmgTaken - Swings swings - Hits hits \ No newline at end of file + ---------------------------- + | Header Code | + ---------------------------- + | Class class | + | Last Wave lastWave | + | Kills kills | + | Damage Done dmgDone | + | Damage Taken dmgTaken | + | Swings swings | + | Hits hits | + ---------------------------- \ No newline at end of file