Updated Leaderboards (markdown)

garbagemule 2013-01-18 11:23:47 -08:00
parent e501be3fed
commit a00b1bead4

@ -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. 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 > Header Code
######################## > ########################
Class class > Class class
Last Wave lastWave > Last Wave lastWave
Kills kills > Kills kills
Damage Done dmgDone > Damage Done dmgDone
Damage Taken dmgTaken > Damage Taken dmgTaken
Swings swings > Swings swings
Hits hits` > Hits hits`