Initial Commit of images, pages, and rules

master
Nexan 2023-07-12 11:46:19 -05:00
commit 3341d7e310
32 changed files with 16483 additions and 0 deletions

10929
css/bootstrap.css 100644

File diff suppressed because it is too large Load Diff

5
css/global.css 100644
View File

@ -0,0 +1,5 @@
img{image-rendering:pixelated !important; /* Chrome/Opera/Safari */
image-rendering:-webkit-crisp-edges; /* Safari 6.1-9.1 */
image-rendering:-moz-crisp-edges; /* Firefox 3.6-61 */
image-rendering:-o-crisp-edges; /* Opera 12 */
-ms-interpolation-mode:nearest-neighbor; /* MSIE 7-11 */}

38
css/scrollbar.css 100644
View File

@ -0,0 +1,38 @@
/* Inspiration taken from cameronsworld.net, a great site. I made the scrollbar buttons myself. You can use this on your site. */
::-webkit-scrollbar {
width: 15px;
height: 15px;
background-color: #000;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEX////AwMCU81DAAAAADElEQVQIHWNoYHAAAAHEAMEKQ169AAAAAElFTkSuQmCC);
background-size: 2px;
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-thumb {
background-color: silver;
border-left: ridge 2px #fff;
border-top: ridge 2px #fff;
border-right: ridge 2px grey;
border-bottom: ridge 2px grey;
}
::-webkit-scrollbar-thumb:active {
background-color: #d0d0d0;
}
::-webkit-scrollbar-button {
background-color: darkgrey;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAPBAMAAABKPLFCAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAIVBMVEUAAACGhILr6ulbWlqop6ddXV0hISHk4+MAAABubm3///8cDMtbAAAAAXRSTlMAQObYZgAAAAFiS0dECmjQ9FYAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgChMNNQqYsOkJAAAAfElEQVQY02MQhAABQRTAABVlEFICA0EIpYjGpZ60CUTaGcoNQpVWTodIlxmBuaqtEGl3JXUnED+sCCKtngqWNptmBJY2KwKqF1RS7YTZPSMIyFVOV08GSytnJith6lYpUiqB2B0RhM1uuMtVsbucusGCTZoRJYpgACoqCABTOTzVZ8THeQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0xMC0xOVQxNTo1MToyOCswMjowMPJE7xwAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMTAtMTlUMTU6NTE6MjgrMDI6MDCDGVegAAAAAElFTkSuQmCC);
width: 15px;
height: 15px;
}
::-webkit-scrollbar-button:vertical:start {
background-position: -45px 0;
}
::-webkit-scrollbar-button:vertical:end {
background-position: 0 0;
}
::-webkit-scrollbar-button:horizontal:start {
background-position: -15px 0;
}
::-webkit-scrollbar-button:horizontal:end {
background-position: -30px 0;
}

66
css/style.css 100644
View File

@ -0,0 +1,66 @@
/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
HTML content. To learn how to do something, just try searching Google for questions like
"how to change link color." */
body {
/* background-color: white; */
color: white;
font-family: Verdana;
background-image: url("../img/backdrop_02.gif");
}
a:link{
color: #CCFF00;
}
a:hover{
color: #50BFE6;
}
a:visited{
color: #FF00CC;
}
a:active{
color: #FFFF66;
}
#container{
margin: 0 auto;
width: 800px;
position: relative;
}
#content{
/* background-color: #0e2c5e; */
/* background-image: url("../img/carpet.png"); */
width: 800px;
/* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
}
.sectionHeading {
width: 800px;
height: 25px;
background-image: url("../img/bluetexture.gif");
background-color: #50BFE6;
text-align: center;
font-weight: bolder;
margin-top: 50px;
padding-top: 5px;
position:absolute;
left: 50%;
transform: translate(-50%);
/* color: green; */
}
li.new {
list-style-image: url("../img/new.gif");
list-style-type: square;
}
.section {
padding-top: 50px;
}
.bamboo {
background-image: url("../img/bamboo_bar_brown.jpg");
width: 800px;
height: 7px;
background-repeat: repeat-x;
position: absolute;
left: 50%;
transform: translate(-50%);
}
DEL{
text-decoration: line-through;
}

5
ext/global.css 100644
View File

@ -0,0 +1,5 @@
img{image-rendering:pixelated !important; /* Chrome/Opera/Safari */
image-rendering:-webkit-crisp-edges; /* Safari 6.1-9.1 */
image-rendering:-moz-crisp-edges; /* Firefox 3.6-61 */
image-rendering:-o-crisp-edges; /* Opera 12 */
-ms-interpolation-mode:nearest-neighbor; /* MSIE 7-11 */}

BIN
img/1200X400.gif 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

BIN
img/32X32.gif 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 B

BIN
img/35X35.gif 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

BIN
img/600X300.gif 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
img/88x31blank.gif 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 978 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

BIN
img/backdrop_02.gif 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
img/bluebutton.gif 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
img/bluetexture.gif 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
img/carpet.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 KiB

BIN
img/email-icon.gif 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
img/got_html.gif 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 987 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 B

BIN
img/new.gif 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

BIN
img/starsbg.gif 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
img/vscbutton.gif 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

137
index.html 100644
View File

@ -0,0 +1,137 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tormented House of Minecraft</title>
<!-- Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/scrollbar.css">
<link rel="stylesheet" href="css/global.css">
<script src="js/bootstrap.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/jquery-3.4.1.min.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="/minecraft">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="../index.html">My Webpage</a>
</li>
<li class="nav-item"><a class="nav-link" href="files/">Files</a></li>
</ul>
</div>
</nav>
<div class="container-xl mt-2">
<div class="row">
<div class="col-12">
<div class="jumbotron">
<h1 class="text-center">Tormented House</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<p>Hello, and welcome to the as-of-yet unnamed/untitled Minecraft Server project made by Nexan.</p>
<p>The server that Nexan is running is whitelisted, and is on Minecraft 1.20.1</p>
</div>
</div>
<hr>
<div class="container">
<div class="row">
<div class="text-center col-md-6 col-12">
<h2>Vanilla Minecraft</h2>
<p>Want to play some Vanilla Minecraft with friends? Join up on this server! Build some farms, kill some mobs, <del>start a cult,</del> construct a machine!</p>
</div>
<div class="text-center col-md-6 col-12">
<h2>...Sort Of</h2>
<p>Well, at least it's mostly Vanilla. We do run some server-side mods for performance and such, as well as some Custom Resource and Datapack content for more LORE!</p>
</div>
</div>
</div>
</div>
<hr>
<section> <!-- Info about the server -->
<h2 class="text-center">Information About The Server</h2>
<div class="container">
<div class="row">
<div class="container py-sm-4">
<div class="row">
<ul>
<li>Game Version: Java 1.20.1</li>
<li>JAR Type: Vanilla/Fabric</li>
<ul>
<li>Fabric allows for a few mods to be added to the server for performance, such as Sodium, Lithium, and a View Distance Fix. It also allows for the mod Simple Voice Chat, which can be used for in-game voice chat without using Discord/Skype/Teamspeak/etc.</li>
<li>Please note, using Fabric on your client is not required, nor is using Simple Voice Chat. However, Fabric and the optimization mods are recommended if you want better performance, and Simple Voice Chat is recommended for more immersive voice chat features.</li>
<li>Additionally, minimap and world map mods are allowed, as it can sometimes be very confusing to give coordinates out.</li>
<li class="new">To get the most out of the server, a custom pack will be available if you wish, or you can just use the vanilla client. If you do wish to use mods, the best ways to install mods are the official Curseforge "launcher," and <a href="https://prismlauncher.org/">Prism Launcher</a>, which can be downloaded at the link. If you need help with setting up Prism Launcher, please reach out to Nexan</li>
<li>I use a custom resource pack featuring parts from Vanilla Tweaks, and will share this if you ask, but I don't offer it online at this time. The server also soft-requires the Custom Roleplay Data resourcepack which is handed out manually for various reasons. Using the custom Roleplay Data pack is soft-required, as it is part of the server's special stuff but is mostly for visual things and custom models. It's not hard-required since it's not game-breaking if you don't have it, but it's much less immersive without it. If you wish to make something that goes in the pack, please let Nexan know, and the pack can get updated.</li>
</ul>
<li>Plugins: None, because we don't have Spigot</li>
<li>Datapacks: Anti-Enderman griefing, AFK Display, Armor Statues, Coordinates HUD, Custom Roleplay Data (requires a custom resource pack), Custom Nether Portals, Double Shulker Shells, Dragon Drops, Fast Leaf Decay More Mob Heads, Multiplayer Sleep, Name Formatting Station, Nether Portal Coords, Player Head Drops, Silence Mobs, Spectator Conduit Power, Spectator Night Vision, Unlock All Recipes, and Wandering Trades, a variety of Crafting Tweaks.</li>
<ul>
<li>Anti-Enderman Griefing: Prevents endermen from grabbing blocks that can mess with builds.</li>
<li>AFK Display: Turns player names grey in chat and the tab-menu when a player hasn't moved/jumped in a few minutes.</li>
<li>Armor Statues: With a specially-provided book, allows players to pose armor stands as statues.</li>
<li>Coordinates HUD: Allows players to show their coordinates on their HUD without using the F3 Menu.</li>
<li>Custom Nether Portals: Allows you to create portals of nearly any size, or use crying obsidian in the portal instead of regular obsidian.</li>
<li>Custom Roleplay Data: using a custom resource pack, you can make items look like something else. Carved Pumpkins can be turned into hats, iron/gold nuggets can be turned into coins, and food items can be "customized" for roleplay purposes.</li>
<li>Double Shulker Shells: Causes all shulkers to drop two shulker shells when killed.</li>
<li>Dragon Drops: When you kill the dragon, it always drops an egg and an Elytra!</li>
<li>Fast Leaf Decay: Leaves decay VERY fast. Great if you are cutting down a lot of trees. Placed leaves do not decay the same way.</li>
<li>More Mob Heads: Adds a chance to receive a mob's head when killing it.</li>
<li>Multiplayer Sleep: Not all players in the overworld need to sleep in order to skip the night or rain.</li>
<li>Nether Portal Coords: Adds a trigger that shows where a nether portal needs to be placed in the other dimension. Useful for linking portals.</li>
<li>Player Head Drops: Players drop their head in PVP combat. The dropped head will display the killer's name.</li>
<li>Silence Mobs: Adds the ability to silence mobs using a renamed nametag. Name the tag 'Silence Me', 'silence me', or 'silence_me' to get this to work.</li>
<li>Spectator Conduit Power & Night vision: These only apply to Spectator Mode.</li>
<li>Unlock All Recipes: Is the crafting recipe book in the game too annoying and you wish you could see all the recipes even though you haven't gotten some of the items required? This lets you see all those recipes by default! This is a function.</li>
<li>Wandering Trades: Adds mini/Micro blocks to the wandering trader's items.</li>
<li>Crafting Tweaks: Unpack wool to string; Craft gravel out of flint; Craft bundles with Leather; Craft name tags; Craft blackstone; Blackstone functions like Cobblestone; Straight recipes are now shapeless; Dyeing items is now universal (any color to any other color with the appropriate dye); Craft full blocks from Stairs and Slabs; Make a dropper into a dispenser; Smelt rotten flesh into leather</li>
</ul>
<li><a href="vanilla-rules.txt">Rules Page</a></li>
</ul>
</div>
</div>
</div>
</div>
</section> <!-- end server info -->
&nbsp;<br />
<span class="bamboo col-10"></span>
<hr>
<section> <!-- silly images from the 90s -->
<div class="container">
<p id="badges"><img src="img/got_html.gif" alt="">&nbsp;<a href="https://anlucas.neocities.org"><img src="img/anlucasbutton.gif" alt=""></a>&nbsp;<img src="img/email-icon.gif" title="nexangames#0148 @ discord" alt="">&nbsp;<img src="img/vscbutton.gif" alt=""> </p>
<p><font face="comic sans ms" size="1" color="white">proud to be part of the...</font><Br>
<img src="img/worldwideweb_badge.gif" alt=""></p>
</div>
</section>
<footer class="text-center">
<div class="container">
<div class="row">
<div class="col-12">
<p>Copyright © Nexan. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-3.4.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap-4.4.1.js"></script>
</body>
</html>

5249
js/bootstrap.js 100644

File diff suppressed because it is too large Load Diff

2
js/jquery-3.4.1.min.js vendored 100644

File diff suppressed because one or more lines are too long

5
js/popper.min.js vendored 100644

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,13 @@
https://www.curseforge.com/minecraft/mc-mods/simple-voice-chat
https://fabricmc.net/use/installer/
https://fabricmc.net/wiki/player:tutorials:install
https://modrepo.de/minecraft/voicechat/wiki/?t=installation
https://github.com/henkelmax/status
https://www.curseforge.com/minecraft/customization/custom-roleplay-data-datapack
https://www.curseforge.com/minecraft/mc-mods/modmenu
https://www.curseforge.com/minecraft/mc-mods/wthit
https://www.curseforge.com/minecraft/mc-mods/sodium
https://www.curseforge.com/minecraft/mc-mods/lithium
https://www.curseforge.com/minecraft/mc-mods/phosphor
https://www.curseforge.com/minecraft/mc-mods/fabric-api
https://www.curseforge.com/minecraft/mc-mods/architectury-fabric

34
vanilla-rules.txt 100644
View File

@ -0,0 +1,34 @@
Rules and conditions
---------------------------
* No cheating - This should be obvious, but no hacks or cheats. Minimap, Waypoint, and World Map mods are ok.
* No stealing - Another that should be obvious, but no stealing from other players.
If the other player is offline, borrowing is fine as long as it's not an expensive block/item, and you either replace it later or give it back.
* No unprovoked PVP - If another player sets up a PVP-driven minigame (such as Hermitcraft's Head Games), this rule is suspended, but only for those participating in the minigame.
* Watch your language - No racism, sexism, homophobia, or other "off-color" jokes or language. It's not funny, it's not nice, and I will not hesitate to ban you for some time, if not permanently.
* No harassment - Ths is separate from the previous rule since I felt it should be very clear that any harassment from another player will not be tolerated.
Pranking is not considered harassment, but griefing and continuing to PVP someone after they say not to is not okay.
If you are being harassed by another player, please let me (Nexan) know immediately.
* Mods are ok in moderation - Forgive the pun. This rule is a bit tricky. While some client mods are okay, don't go too crazy with them.
For example, I have no problem with mouse tweaks, inventory tweaks, optifine, JEI-type mods, and similar.
Please do not use any xray mods or cheat-type mods that could break the game or give you an unfair advantage.
I would rather not have to worry about a "grief prevention" plugin on the server if at all possible.
* On Resource Packs in general - Go crazy. Retexture items, use Vanilla Tweaks, make ores more visible, whatever.
As long as it doesn't give you Xray, you're fine. Personally, I use a Resource Pack from Vanilla Tweaks that makes ores more visible.
* On content creation - If you plan to use this server to make content for YouTube, Twitch, or whatever else, go right ahead!
Please keep in mind that I would rather not police the language on the server too much, and I don't want to introduce a filter on chat.
Additionally, if you don't plan on making web content on this server, please note that if someone else does, they may show off something
you wouldn't normally want shown to the public, so please keep that in mind when building.
* On secondary accounts - If you plan on making web content on the server and have a secondary account that you want to use for video recording, please let me know!
I will be happy to accommodate you for that, and will permanently set the account into spectator mode. Please note, the spectator account should not be used to cheat or find ores unfairly.
Additionally, if you don't plan to create web content but have a secondary account you want to use to view your builds from different angles that aren't
normally achieveable in-game, I will help you out with that, as well.