2024-12-28 02:08:13 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="/index.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2024-10-16 16:24:07 -04:00
|
|
|
<div class='content'>
|
2025-01-17 02:06:15 -05:00
|
|
|
<p><b class='important'>Astrophis</b> is a civilization roleplay. Lead your nation's destiny throughout the
|
|
|
|
Minecraft world.</p>
|
2025-01-17 20:49:34 -05:00
|
|
|
<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 href='#rules'>rules</a>.
|
|
|
|
</p>
|
2025-01-17 02:06:15 -05:00
|
|
|
<div class='path'>
|
|
|
|
<div><b class='important'>War</b></div>
|
|
|
|
<img src='war.svg'>
|
|
|
|
</div>
|
|
|
|
<div class='path'>
|
|
|
|
<div><b class='important'><a href='https://discord.gg/yeyJfgAYGp'>Discord</a></b></div>
|
|
|
|
<img src='discord.svg'>
|
|
|
|
</div>
|
|
|
|
<div class='path'>
|
|
|
|
<div><b class='important' onclick='copy()'><a href='#'>Server</a></b></div>
|
|
|
|
<img src='server.svg'>
|
|
|
|
</div>
|
|
|
|
<div class='path'>
|
2025-01-17 20:49:34 -05:00
|
|
|
<div><b class='important' onclick='copy()'><a href='https://wiki.dervland.net/wiki/Astrophis'>Wiki</a></b>
|
|
|
|
</div>
|
2025-01-17 02:06:15 -05:00
|
|
|
<img src='wiki.svg'>
|
|
|
|
</div>
|
|
|
|
<h1>Nations</h1>
|
2024-12-26 00:13:50 -05:00
|
|
|
<p><b>Pan camera:</b> [WASD/Mouse], <b>Fast motion:</b> [Q], <b>Zoom:</b> [Mouse wheel]</p>
|
2025-01-17 02:06:15 -05:00
|
|
|
<canvas class='map' width='1200' height='800'></canvas>
|
|
|
|
<pre class='coords'></pre>
|
2025-01-17 20:49:34 -05:00
|
|
|
<h1 id='rules'>Rules</h1>
|
2024-10-16 16:24:07 -04:00
|
|
|
<ol>
|
|
|
|
<li>Don't harrass others.</li>
|
|
|
|
<li>Don't use glitches.</li>
|
|
|
|
<li>Don't use utility mods or hacks. Exceptions: shaders, minimap (no caves), ViaVersion.</li>
|
2024-12-26 00:13:50 -05:00
|
|
|
<li>Land that belongs to someone else can't be looted, griefed, or built on, unless the land is vastly empty
|
|
|
|
or inactive for 5+ days (squatting).</li>
|
2024-10-16 16:24:07 -04:00
|
|
|
<li>Claims of excessive size will not be mapped.</li>
|
|
|
|
<li>The first nation to claim a land in Discord, and anyone squatting there, owns it.</li>
|
|
|
|
<li>Wars must be declared in Discord to be valid.</li>
|
2025-01-17 20:49:34 -05:00
|
|
|
<li>In a war, each nation starts with 3 points per citizen, 3 points per settlement. These are deducted by
|
|
|
|
player death.</li>
|
2024-10-16 16:24:07 -04:00
|
|
|
<li>To end a war, a nation must have 0 points, have surrendered, or have withdrawn.</li>
|
|
|
|
<li>Not all points need to be taken to partially annex a nation.</li>
|
|
|
|
</ol>
|
|
|
|
</div>
|
2024-12-28 02:08:13 -05:00
|
|
|
<script src="/map.js"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|