iceyfox.xyz/minecraft.html

175 lines
5.3 KiB
HTML
Executable File

<html>
<head>
<title>iceyfox servers mc</title>
<style>
::-webkit-scrollbar {
width: 0px; /* Remove scrollbar space */
background: transparent; /* Optional: just make scrollbar invisible */
}
html {
min-width: 500px;
position: relative;
}
body{
background-image: url("assets/img/minecraft.png");
background-size: cover;
background-attachment: fixed;
}
h1{
color: rgb(255,255,255);
text-shadow: 2px 2px 3px #000000;
}
a{
font-size: 23px;
background-color: rgba(200,200,200,1);
text-decoration: none;
color: rgb(50,50,50);
border-width: 3px;
border-style: outset;
border-color: rgb(150,150,150);
padding: 4px;
}
a:hover {
border-style: inset;
background-color: rgba(180,180,180,1);
}
fieldset{
font-size: 27px;
background-color: rgba(200,200,200,0.7);
border-style: inset;
}
p{
color: rgb(255,255,255);
font-size: 27px;
text-shadow: 3px 3px 4px #000000;
}
fieldset p{
color: #000000;
text-shadow: 0px 0px 0px rgba(0,0,0,0);
}
legend{
color: rgb(255,255,255);
}
.rules{
position: relative;
width: 43vw;
left: 1%;
}
.info{
position: absolute;
margin-left: 50vw;
top: 6%;
width: 45vw;
}
.modlist{
position: relative;
left: 1%;
width: 43vw;
}
.inner_modlist{
padding-bottom: 30px;
padding: 4px;
border: 2px solid black;
overflow: scroll;
height: 46vh;
}
.modlist_bottom_bar{
position: absolute;
background-color: rgba(200,200,200,0);
bottom: 11%;
left: 3%;
width: 94%;
height: 5%;
align-text: center;
}
.modlist a{
font-size: 25px;
background-color: rgba(0,0,0,0);
text-decoration: underline;
color: rgb(0,50,150);
border: 0px;
padding: 4px;
}
.has-required-mod{
border: 2px solid black;
padding: 4px;
margin-top: 4px;
magrin-bottom: 4px;
}
</style>
</head>
<body>
<h1 align="center">iceyfox servers minecraft</h1>
<fieldset class="rules">
<legend>rules</legend>
<li>no swpamming</li>
<li>no griefing</li>
<li>no hacking</li>
<li>no x-ray cheats or scripts outside what is allready a mod &lt;o&lt;</li>
<li>no advertising</li>
<li>don't mess spawn/spawn city in any way</li>
<li>do not make claimes around your ship.<br> you tend to forget and then start claiming the sky. so dont. stations are ok</li>
<li>if you enter a claim they can deal with you how ever the claimer pleases,
they can also ignore most rules but entering a mods claim, the mod still cant put a strike on you for entering it and
no one can hack because someone entered a claim</li>
</fieldset>
<fieldset class="info">
<legend>info</legend>
<a href="index.html">go home (hint click me)</a><br><br>
<a href="https://files.minecraftforge.net/net/minecraftforge/forge/index_1.16.5.html" target="blank">forge</a>
<span style="padding: 5px;"> </span><code style="color: rgb(255,100,0); background-color: rgb(100,100,100); padding: 3px; border-radius: 20px; padding-left: 10px; padding-right: 10px">Forge: 1.16.5 36.2.39</code><br><br>
<a href="https://www.mediafire.com/folder/u5ekctiq277nv/mods" target="blank">here is the mods to join the server</a><br><br>
<li id="server_status">ip: private server</li><br>
<li>buyable things (not irl money)<br>
these are things you can get ingame by asking staff, that i think is.. fair. staff do not keep diamonds
<ol>
<!--<li>starter ship, you can buy a starter ship, ones that randomly generate is space. but only once and you can not allready have a ship. you are free to loot this if you wish, but again you do not get another one. for 3 diamonds.</li>-->
<li>dragon reroll, you can reroll a dragons gender for breeding if you meet the following criteria
<ol>
<li>you must have 2 dragons of the same type be stage 5 or higher</li>
<li>you must NOT have apposing gender of the same type allready. eg if you have one male and one female, you can not do this. and if you have 2 male and one female you can not do this. you can only do this if all are the same gender</li>
<li>you can only do this once every 15 hours</li>
</ol>
for 5 diamonds and the sacrafice of 1 dragon you want to re roll. you will get the same color and type back, as an egg.
</li>
<li>dragon revive, you can revive a dragon if you meet the following criteria
<ol>
<li>DO NOT loot the corpse, also have some sort of proof you did have a dragon</li>
<li>the dragon amount you had before your dragon died must be less than 3, eg if you have 2 remaning after your dragon dies. you can not do this</li>
<li>you can only do this 2 times every 15 hours</li>
</ol>
for 5 diamonds.
</li>
</ol>
dragon types by color
<li>type fire=Red, Emerald, Bronze, gray</li>
<li>type ice=Blue, White, Sapphire, Silver</li>
</li>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/rtrseUNg4ks" frameborder="1"></iframe>
</fieldset>
<fieldset class="modlist">
<legend>mod list</legend>
<p>a list of mods that i use currently</p>
<div class="inner_modlist"><div id="modlist"></div><p class="modlist_bottom_bar" align="center">&#8595;</p></div>
<script language="javascript" type="text/javascript">
mod_error=true;
fetch("minecraft_mod_list.json",{cache:"no-cache"})
.then(res=>res.json())
.then(res=>{
document.getElementById("modlist").innerHTML=res["mods"][0].replace(/</g,"").replace(/>/g,"").replace(/\\n/g,"<br>")
});
</script>
<br>
</fieldset>
</body>
</html>