panic-shack/index.html

168 lines
7.2 KiB
HTML
Raw Normal View History

2017-11-30 21:07:27 +00:00
<html lang="en">
<head>
<title>Panic Shack - Minecraft Server</title>
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
<link rel="stylesheet" type="text/css" href="css/styles.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1, max-scale=1">
<meta charset="UTF-8">
</head>
<body>
2018-08-22 17:43:06 +00:00
<!-- <div class="maintenance-notice"> -->
<!-- <h3>Server is down</h3> -->
<!-- <span>ETA: 15 hours for generating a new Minecraft 1.13 map.</span> -->
<!-- </div> -->
2017-12-01 01:16:16 +00:00
<div class="width-limit">
<h1>Panic Shack - Minecraft Server</h1>
<img src="img/bridge.jpg" alt="Screenshot from the Minecraft server of a bridge over a lake in a jungle biome">
2017-11-30 21:07:27 +00:00
2017-12-01 01:16:16 +00:00
<h2>Server Status</h2>
<div id="server-status-error">
Loading...
2017-11-30 21:07:27 +00:00
</div>
2017-12-01 01:16:16 +00:00
<div id="server-status">
<div class="status">
<span class="label">Status:&nbsp;<span>
<span id="status-online">Online</span>
<span id="status-offline">Offline</span>
</div>
<div class="motd">
<span id="status-motd"></span>
</div>
<div class="players">
<span class="label">Players:&nbsp;</span>
<span id="status-players-now"></span>/<span id="status-players-max"></span>
</div>
<div class="connect-info">
<div class="inline">
<span class="label">Host:&nbsp;</span>
<span id="status-server-host" class="monospace">panic-shack.hallada.net</span>&nbsp;
</div>
<div class="inline">
<span class="label">Port:&nbsp;</span>
<span id="status-server-port" class="monospace">25565</span>
</div>
</div>
<div class="server">
<div class="inline">
<span class="label">Version:&nbsp;</span>
<span id="status-server-name" class="monospace"></span>&nbsp;
</div>
<div class="inline">
<span class="label">Protocol:&nbsp;</span>
<span id="status-server-protocol" class="monospace"></span>
</div>
</div>
<div class="last-online">
<span class="label">Last Online:&nbsp;</span>
<span id="status-last-online"></span>
</div>
<div class="last-updated">
<span class="label">Last Updated:&nbsp;</span>
<span id="status-last-updated"></span>
</div>
2017-11-30 21:07:27 +00:00
</div>
2017-12-01 01:16:16 +00:00
<h2>How to Connect</h2>
<ol>
<li>Email me at tyler@hallada.net with your Minecraft username to request to join the server</li>
2017-12-01 01:16:16 +00:00
<li>Launch Minecraft (version <span id="info-server-name">1.12.2</span>)</li>
<li>Go to "Multiplayer"</li>
<li>Click "Add Server"</li>
<li>Enter <code>Panic Shack</code> for the "Server Name"</li>
<li>Enter <code>panic-shack.hallada.net</code> for the "Server Address"</li>
<li>Click "Done"</li>
<li>You should now see the server in the list and be able to join it!</li>
</ol>
2017-11-30 21:07:27 +00:00
2017-12-01 01:16:16 +00:00
<h2>Server Map</h2>
<a href="map/" id="map-link">
<img src="img/map.jpg" alt="Screenshot from the in-browser map of the server centered on the lake and bridge">
View the server map
</a>
<p class="small-text">
2017-12-01 15:58:07 +00:00
Map is updated every day around 3 am EST. Last updated:&nbsp;
<span id="map-last-updated" class="small-text"></span><br>
2017-12-01 01:16:16 +00:00
</p>
2017-11-30 21:07:27 +00:00
2017-12-01 01:16:16 +00:00
<h2>Server Log</h2>
</div>
2017-11-30 21:07:27 +00:00
<pre id="server-log"></pre>
2017-12-01 01:16:16 +00:00
<div class="width-limit">
<label>
<input type="checkbox" id="auto-scroll" checked>
Automatically scroll to bottom on log refresh
2017-12-01 01:16:16 +00:00
</label>
<p class="small-text">Updated every 10 seconds.</p>
<h3 id="say-header">Send Chat to Server</h3>
<form id="say-form">
<label class="inline">
Name:
<br>
<input type="text" name="say-username" id="say-username">
</label>
<label class="inline">
Say:
<br>
<input type="text" name="say-text" id="say-text">
</label>
<br>
<input type="text" name="email" id="say-dnf">
<input type="submit" name="say-send" id="say-send" class="inline" value="Send Chat">
<span id="say-sending" class="inline">Sending...</span>
<span id="say-success" class="inline">Sent!</span>
<span id="say-error" class="inline"></span>
<p id="say-notice" class="small-text">It may take a minute or two before the message appears in the above server log.</p>
</form>
<hr>
<h2>Download Old Worlds</h2>
<p>
<a href="/old-worlds">Visit here to download all of the previous worlds on this server.</a> You can load
them in Minecraft and play them in single player by following
<a href="https://minecraft.gamepedia.com/Tutorials/Map_downloads">these instructions</a>.
</p>
<h2>Notices</h2>
<p>
<ul>
<li>
<strong>July 14, 2019:</strong>
Upgraded the server to 1.14.3 and regenerated the map. It's now using the seed "hardlead".
</li>
2018-08-22 17:43:06 +00:00
<li>
<strong>August 22, 2018:</strong>
Upgraded the server yet again to 1.13.1.
</li>
<li>
<strong>August 22, 2018:</strong>
The map should now be updating again nightly at 3 am EST.
</li>
<li>
2018-08-16 16:22:28 +00:00
<strong>August 16, 2018:</strong>
I upgraded the server to Minecraft version 1.13. The map is no longer working on this version and
won't update. I'll upgrade the map once it supports 1.13.
</li>
<li>
<strong>April 15, 2018:</strong>
The server has a user white-list. If you are not added to it then you cannot join the server.
Email me at tyler@hallada.net to request to join the server.
</li>
2018-08-16 16:22:28 +00:00
<li>
<strong>April 13, 2018:</strong>
I doubled the memory on the server so the server shouldn't keep running out of memory and crashing.
</li>
</ul>
</p>
2017-12-01 01:16:16 +00:00
</div>
2017-12-01 15:58:07 +00:00
<script src="https://mcapi.us/scripts/minecraft.js"></script>
2017-11-30 21:07:27 +00:00
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.19.2/moment.min.js"></script>
<script src="js/getStatus.js"></script>
<script src="js/getLog.js"></script>
2017-12-01 15:58:07 +00:00
<script src="js/getMapUpdate.js"></script>
<script src="js/sendChat.js"></script>
2017-11-30 21:07:27 +00:00
</body>
</html>