scraftia-web/docs/index.php

47 lines
1.9 KiB
PHP
Raw Permalink Normal View History

2025-02-08 00:52:59 -05:00
<?php
require(__DIR__ . "/../libs/header.php");
page_header();
{ ?>
<div class="banner"><img class="banner-background" src="/thingie.png">
<div class="banner-content">
2025-02-08 00:58:52 -05:00
<h1>Scraftia</h1>
<p><b class='important'>Scraftia</b> is a civilization roleplay. Lead your nation's destiny throughout the
2025-02-08 00:52:59 -05:00
Minecraft world.</p>
<p>
Unlike similar servers, the server doesn't use traditional claim plugins, and is not a short-term challenge.
Everything is crafted by the players and their interactions, under the <a class='link' href='#rules'>rules</a>.
</p>
2025-02-08 19:36:16 -05:00
<p>
2025-02-10 20:25:30 -05:00
International affairs are handled via the BiglyChat community website.
2025-02-08 19:36:16 -05:00
</p>
2025-02-17 17:21:12 -05:00
<a class="form-button" href="https://nbg.dervland.net/comment.php?id=f2a20f194dafffe83812c2482df8afda">BiglyChat</a>
2025-02-08 19:36:16 -05:00
<a class="form-button" href="/chat.php">Minecraft Feed</a>
2025-02-08 00:52:59 -05:00
<a class="form-button" onclick="copy()" href="#">Server Address</a>
</div>
</div>
<h1>Nations</h1>
<p><b>Pan camera:</b> [WASD/Mouse], <b>Fast motion:</b> [Q], <b>Zoom:</b> [Mouse wheel]</p>
<canvas class='map' width='1200' height='800'></canvas>
<pre class='coords'></pre>
<div class='comment'>
<h1 id='rules'>Rules</h1>
<ol>
<li>Don't harrass others.</li>
2025-02-17 17:21:12 -05:00
<li>Don't glitch.</li>
<li>Don't hack, excluding shaders, minimaps without caves, and ViaVersion.</li>
<li>Don't loot, grief, or build on foreign land that isn't empty
2025-02-08 00:52:59 -05:00
or inactive for 5+ days (squatting).</li>
2025-02-17 17:21:12 -05:00
<li>Huge claims won't get mapped.</li>
<li>The first claimer of land via BiglyChat and its squatters owns it.</li>
<li>Wars are declared on BiglyChat.</li>
<li>Nations in war have 3 points per citizen or town. Dying deducts this.</li>
<li>A nation having 0 points or being removed, ends a war.</li>
<li>Nations can be partially annexed with only some points deducted.</li>
2025-02-08 00:52:59 -05:00
</ol>
</div>
<?php
}
page_footer();
?>