mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-16 08:09:07 +00:00
committed by
Simon Fortier
parent
d71b3dc97c
commit
f99f327480
@@ -12,7 +12,7 @@ server_name=MAR dev
|
||||
# ALLOW | BLOCK
|
||||
guest_policy=ALLOW
|
||||
# DEBUG
|
||||
autologin=simon
|
||||
#autologin=simon
|
||||
|
||||
#Database
|
||||
mongo_dbname=mar_beta
|
||||
|
||||
@@ -16,13 +16,19 @@
|
||||
<tr>
|
||||
<th>Player</th>
|
||||
<th>Completed vaults</th>
|
||||
<th>Death counts</th>
|
||||
<th>Total execution time (ms)</th>
|
||||
<th>Walk distance</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
#foreach($row in $stats)
|
||||
<tr>
|
||||
<td>$row.getKey().getUsername()</td>
|
||||
<td>$row.getValue().size()</td>
|
||||
<td>$row.getValue().get("completedVaults")</td>
|
||||
<td>$row.getValue().get("death")</td>
|
||||
<td>$row.getValue().get("executionTime")</td>
|
||||
<td>$row.getValue().get("walkDistance")</td>
|
||||
</tr>
|
||||
#end
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user