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>
|
2020-09-07 20:41:58 +00:00
|
|
|
<img src="img/deathpit_shader_sm.png" alt="Screenshot from the Minecraft server of the swamp and the large house in the distance">
|
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: <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: </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: </span>
|
|
|
|
<span id="status-server-host" class="monospace">panic-shack.hallada.net</span>
|
|
|
|
</div>
|
|
|
|
<div class="inline">
|
|
|
|
<span class="label">Port: </span>
|
|
|
|
<span id="status-server-port" class="monospace">25565</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="server">
|
|
|
|
<div class="inline">
|
|
|
|
<span class="label">Version: </span>
|
|
|
|
<span id="status-server-name" class="monospace"></span>
|
|
|
|
</div>
|
|
|
|
<div class="inline">
|
|
|
|
<span class="label">Protocol: </span>
|
|
|
|
<span id="status-server-protocol" class="monospace"></span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="last-online">
|
|
|
|
<span class="label">Last Online: </span>
|
|
|
|
<span id="status-last-online"></span>
|
|
|
|
</div>
|
|
|
|
<div class="last-updated">
|
|
|
|
<span class="label">Last Updated: </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>
|
2018-04-15 19:08:04 +00:00
|
|
|
<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
|
|
|
|
2020-09-06 06:53:11 +00:00
|
|
|
<h2>Server Maps</h2>
|
|
|
|
<a href="map/" class="map-link">
|
2020-09-07 20:41:58 +00:00
|
|
|
<img src="img/deathpit.png" alt="Screenshot from the in-browser map of the death pit server">
|
2020-09-06 06:53:11 +00:00
|
|
|
View Death Pit map
|
2017-12-01 01:16:16 +00:00
|
|
|
</a>
|
|
|
|
<p class="small-text">
|
2020-09-06 06:53:11 +00:00
|
|
|
This map is updated every day around 3 am EST. Last updated:
|
2018-08-17 17:39:19 +00:00
|
|
|
<span id="map-last-updated" class="small-text"></span><br>
|
2017-12-01 01:16:16 +00:00
|
|
|
</p>
|
2020-09-06 06:53:11 +00:00
|
|
|
<a href="map-old/" class="map-link">
|
|
|
|
<img src="img/map-old.jpg" alt="Screenshot from the in-browser map of the panic-shack server centered on the lake and bridge">
|
|
|
|
View Panic Shack map
|
|
|
|
</a>
|
|
|
|
<p class="small-text">
|
|
|
|
This map was last updated: 04/04/2019.
|
|
|
|
</p>
|
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>
|
2017-12-02 06:36:44 +00:00
|
|
|
<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>
|
2017-12-02 06:36:44 +00:00
|
|
|
<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>
|
2018-04-15 19:08:04 +00:00
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
2019-07-15 14:31:15 +00:00
|
|
|
<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>
|
|
|
|
|
2018-04-15 19:08:04 +00:00
|
|
|
<h2>Notices</h2>
|
|
|
|
<p>
|
|
|
|
<ul>
|
2020-09-06 06:01:39 +00:00
|
|
|
<li>
|
|
|
|
<strong>September 5, 2020</strong>
|
|
|
|
Server is back up and running on Minecraft 1.16.2 with a new map.
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<strong>May 18, 2020</strong>
|
|
|
|
Hibernating this server for a while to save resources for a 7DaysToDie server instead.
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<strong>April 19, 2020</strong>
|
|
|
|
I switched the server over to a Spigot 1.15.2 server with the Vivecraft extension installed.
|
|
|
|
</li>
|
2019-07-15 14:31:15 +00:00
|
|
|
<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>
|
2018-04-15 19:08:04 +00:00
|
|
|
<li>
|
2018-08-16 16:22:28 +00:00
|
|
|
<strong>August 16, 2018:</strong>
|
2018-08-17 17:39:19 +00:00
|
|
|
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.
|
2018-04-15 19:08:04 +00:00
|
|
|
</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>
|
2018-04-15 19:08:04 +00:00
|
|
|
</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>
|
2017-12-02 06:36:44 +00:00
|
|
|
<script src="js/sendChat.js"></script>
|
2017-11-30 21:07:27 +00:00
|
|
|
</body>
|
|
|
|
</html>
|