From af89d9e950ae691976dbd906dec1e4a1d464700c Mon Sep 17 00:00:00 2001 From: garbagemule Date: Fri, 18 Jan 2013 11:25:35 -0800 Subject: [PATCH] Updated Leaderboards (markdown) --- Leaderboards.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Leaderboards.md b/Leaderboards.md index 343452e..b4bb77d 100644 --- a/Leaderboards.md +++ b/Leaderboards.md @@ -1,11 +1,11 @@ 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