2024-10-16 16:24:07 -04:00
|
|
|
<%- include("header.ejs") %>
|
|
|
|
<div class='content'>
|
2024-12-26 00:13:50 -05:00
|
|
|
<h1>
|
|
|
|
<span>Nations of Minzeo on Minecraft</span>
|
|
|
|
<button class='form-input'><a href='#about'>About</a></button>
|
|
|
|
</h1>
|
2024-10-16 16:24:07 -04:00
|
|
|
<canvas class='map' width='1000' height='1000'></canvas>
|
|
|
|
<h2>Position</h2>
|
|
|
|
<pre class='coords'></pre>
|
|
|
|
<h2>Controls</h2>
|
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>
|
2024-10-17 13:49:56 -04:00
|
|
|
<h1 id='about'>About</h1>
|
2024-12-26 00:13:50 -05:00
|
|
|
<p>Minzeo is a Minecraft civilization roleplay. Unlike similar servers, it isn't a short-term challenge, and has
|
|
|
|
no claim plugins. </p>
|
|
|
|
<p>The server's geopolitics is up to the players and the gameplay rules. However, players must fill out a whitelist application to join.</p>
|
2024-10-16 16:24:07 -04:00
|
|
|
<h2>Rules</h2>
|
|
|
|
<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>
|
|
|
|
<li>In a war, each nation starts with 3 points per citizen, 3 points per settlement.</li>
|
|
|
|
<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>
|
2024-10-16 21:43:54 -04:00
|
|
|
<h2>Joining</h2>
|
2024-12-26 00:13:50 -05:00
|
|
|
<button class='form-input'><a href='https://discord.gg/yeyJfgAYGp'>Discord</a></button>
|
|
|
|
<button class='form-input' onclick='copy()'><a href='#'>Server address</a></button>
|
2024-10-16 16:24:07 -04:00
|
|
|
</div>
|
|
|
|
<script src="/static/map.js"></script>
|
|
|
|
<%- include("footer.ejs") %>
|