abtmtr-v4/views/tigerrs-minecraft/index.html

202 lines
6.4 KiB
HTML
Raw Normal View History

2024-02-02 16:20:25 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>abtmtr.link</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/styles/normal.css" />
<link rel="stylesheet" href="/styles/myapp.css" />
<style>
:root {
--base-color: 128, 50%;
}
</style>
</head>
<body>
<header>
<h1>TIGERRS Minecraft Server</h1>
<p>
Information regarding the Minecraft server I'm running for the TIGERRS
community.
</p>
<$ nav.html $>
<section id="accessibility" hidden></section>
</header>
<main>
2024-02-02 18:25:30 +00:00
<section>
<h1>Rules</h1>
<p>These are the rules of the server.</p>
<h2>Good Faith</h2>
<p>
Assume that all players are working in good faith. If someone does
something that seems ignorant or rude to you, speak up gently, not
harshly.
</p>
<h2>Sensitive Topics</h2>
<p>
When discussing sensitive topics, you can use spoiler syntax around
your text like this:
</p>
<pre>&lt;spoiler&gt;Test&lt;/spoiler&gt;</pre>
<p>
You can also use this shorter syntax to spoiler everything after the
tag:
</p>
<pre>
This will not be spoilered but &lt;spoiler&gt;all of this will be spoilered</pre
>
<p>In order to show the spoilers, hover over the text.</p>
<h2>Language</h2>
<p>
2024-03-08 17:47:19 +00:00
Please do not use any slurs, reclaimed or not, as we would like to keep spirits high.
2024-02-02 18:25:30 +00:00
</p>
<p>Just be silly :3</p>
</section>
2024-02-02 16:20:25 +00:00
<section>
<h1>Open Hours</h1>
<p><i>All times are in Central Time.</i></p>
<p><b>Sunday:</b> 9:00 AM10:00 PM</p>
<!-- 0 -->
<p><b>Monday:</b> 3:00 PM10:00 PM</p>
<!-- 1 -->
<p><b>Tuesday:</b> 3:00 PM12:00 AM (next day)</p>
<!-- 2 -->
<p><b>Wednesday:</b> 9:00 AM10:00 PM</p>
<!-- 3 -->
<p><b>Thursday:</b> 3:00 PM10:00 PM</p>
<!-- 4 -->
<p><b>Friday:</b> 3:00 PM12:00 AM (next day)</p>
<!-- 5 -->
<p><b>Saturday:</b> 9:00 AM12:00 AM (next day)</p>
<!-- 6 -->
</section>
<section>
<h1>Recommended Setup</h1>
<p>
While the server supports all Minecraft versions since <b>1.19.4</b>,
it is recommended that you use version 1.19.4 specifically,
<a href="https://fabricmc.net/use/installer/" target="_blank"
>especially with the Fabric mod loader</a
>.
</p>
<p>
If you're using Fabric, it's also recommended that you install these
mods:
</p>
<ul>
<li>
<a
href="https://modrinth.com/mod/clientsidenoteblocks"
target="_blank"
>Client Side Noteblocks</a
>
</li>
<li>
<a
href="https://modrinth.com/plugin/invisible-frames"
target="_blank"
>Invisible Frames</a
>
</li>
<li>
<a href="https://modrinth.com/mod/krypton" target="_blank"
>Krypton</a
>
</li>
<li>
<a href="https://modrinth.com/mod/lambdynamiclights" target="_blank"
>LambDynamicLights</a
>
</li>
<li>
<a href="https://modrinth.com/mod/serverpingerfixer" target="_blank"
>Server Pinger Fixer</a
>
</li>
<li>
<a
href="https://modrinth.com/mod/show-me-what-you-got"
target="_blank"
>Show Me What You Got</a
>
</li>
<li>
<a
href="https://modrinth.com/plugin/simple-voice-chat"
target="_blank"
>Simple Voice Chat</a
>
</li>
<li>
<a href="https://modrinth.com/mod/zume" target="_blank">Zume</a>
</li>
</ul>
<p>
Even if you don't have any mods installed, these modded actions will
still work:
</p>
<ul>
<li><i>EditSign</i> sign editing (especially if you're on 1.20+)</li>
<li><i>VeinDigging</i> vein digging</li>
<li><i>FallingTree</i> tree cutting</li>
<li><i>TabTPS</i> server performance in player menu</li>
<li><i>Couplings</i> opening double-doors simultaneously</li>
<li>
<i>Show Me What You Got</i> item chat (you cannot chat items,
however)
</li>
<li>
<i>Invisible Frames</i> item frames (you cannot make item frames
invisible, however)
</li>
<li><i>Flan</i> region claiming</li>
<li><i>WorldEdit</i> wand usage</li>
<li><i>SleepWarp</i> night skipping</li>
<li><i>StyledChat</i> chat formatting</li>
<li><i>Healthcare</i> health indicators</li>
</ul>
</section>
<section>
<h1>Server Address</h1>
<p>
The server can be found at
<b onclick="window.getSelection().selectAllChildren(this);"
>tigerrs.abtmtr.link</b
>
for Minecraft: Java Edition versions <b>1.19.4+</b>.
</p>
<p>
For Minecraft (Bedrock Edition), you should use version
<b>1.20.51</b> (latest).
</p>
<p>In order to join the server, you have to be whitelisted.</p>
<h2>Web map</h2>
<p>
A web map of the world can be found at
<a href="https://tigerrs.abtmtr.link" target="_blank"
>the same domain, on HTTPS</a
>.
</p>
<p>
If you can't join, you can at least peer inside and see what's
happening.
</p>
</section>
<section>
<h1>Is this official?</h1>
<p>
Keep in mind this server is <b>completely unofficial</b>, and is
running unaffiliated to the TIGERRS collective.
</p>
<p>
This means that none of the activities on the server are officially
moderated - instead, server rules and regulations are up to the server
admins.
</p>
</section>
</main>
<script src="/scripts/accessibility.js"></script>
<script src="./scripts/data_check_uptime.js"></script>
</body>
</html>