Skip to content

Commit

Permalink
Update server list page (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 authored Oct 5, 2024
1 parent a3b9da1 commit ba89942
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions servers.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
- /servers.html
---

<link rel="stylesheet" href="https://servers.minetest.net/style.css">
<script defer>
var master = {
root: 'https://servers.minetest.net/',
no_avgtop: true,
no_ping: true,
no_uptime: true,
limit: 16,
limit: 20,
clients_min: 1,
};
</script>
Expand Down Expand Up @@ -61,18 +60,10 @@ <h2 id="flags">Flags</h2>
<td class="has-text-right">PvP</td>
<td>Players can damage other players</td>
</tr>
<tr>
<td class="has-text-right">Rol</td>
<td>Rollback enabled</td>
</tr>
<tr>
<td class="has-text-right">Cre</td>
<td>Creative mode</td>
</tr>
<tr>
<td class="has-text-right">Far</td>
<td>Players can see far away names</td>
</tr>
</tbody>
</table>
</div>
Expand Down

0 comments on commit ba89942

Please sign in to comment.