mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-12-01 23:23:24 +01:00
Updated Leaderboards (markdown)
parent
a00b1bead4
commit
af89d9e950
@ -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
|
Loading…
Reference in New Issue
Block a user