mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-29 14:15:46 +01:00
Updated Leaderboards (markdown)
parent
af89d9e950
commit
3188615b17
@ -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.
|
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
|
----------------------------
|
||||||
Last Wave lastWave
|
| Class class |
|
||||||
Kills kills
|
| Last Wave lastWave |
|
||||||
Damage Done dmgDone
|
| Kills kills |
|
||||||
Damage Taken dmgTaken
|
| Damage Done dmgDone |
|
||||||
Swings swings
|
| Damage Taken dmgTaken |
|
||||||
Hits hits
|
| Swings swings |
|
||||||
|
| Hits hits |
|
||||||
|
----------------------------
|
Loading…
Reference in New Issue
Block a user