Website/template/rules.twig

25 lines
743 B
Twig
Raw Permalink Normal View History

2023-09-15 15:53:33 +00:00
{% include 'includes/head.twig' with {'pageTitle': 'Rules'} %}
2023-09-15 15:48:05 +00:00
2023-11-18 12:23:34 +00:00
{% include 'includes/hero.twig' %}
2023-09-15 15:48:05 +00:00
2023-09-15 15:53:33 +00:00
{% include 'includes/nav.twig' with {'page': 'rules',} %}
2023-09-15 15:48:05 +00:00
<main class="pageContent" id="content">
<div class="container">
<h2>Rules</h2>
<ol>
<li>
The usage of modified clients that gives unfair advantage to players is not permitted. <b>TL;DR Do not cheat.</b>
</li>
<li>
Do not modify (or destroy) other players' constructions, or take their items, without their permission. <b>TL;DR Do not grief or steal.</b>
</li>
</ol>
<b>Failing to follow these basic rules will result in a ban.</b>
</div>
</main>
{% include 'includes/footer.twig' %}
{% include 'includes/foot.twig' %}