| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>My Minecraft Server</title>
- <link rel="stylesheet" href="style.css" />
- </head>
- <body>
- <div id="background"></div>
- <div class="container">
- <header>
- <h1>
- Welcome to the
- <span class="gold">TVHS</span>
- <span class="green">Minecraft Server</span>
- Website
- </h1>
- <p class="ipaddress">
- IP Address: <strong>tspmo.lucason.top</strong>
- </p>
- </header>
- <section class="textsection announcements">
- <h2>📢 Announcements</h2>
- <p><strong>April 30:</strong> The Server Has Gone Public!</p>
- </section>
- <section class="textsection info">
- <h2>ℹ️ Server Info</h2>
- <ul>
- <li>🌍 Version: 1.20.5 (Java)</li>
- <li>
- ☕ You can join with vanilla clients as it is, there are
- no required client-side mods
- </li>
- <li>👥 Max Players: 40</li>
- </ul>
- </section>
- <section class="textsection rules">
- <h2>📜 Rules</h2>
- <menu>
- <li>No Griefing</li>
- <li>No Cheating</li>
- <li>No Exploiting or Lagging the Server</li>
- <li>Keep it peaceful</li>
- <li>
- If you make me intervene with your beefs, I reserve the
- right to do whatever I want to you
- </li>
- </menu>
- </section>
- <section class="textsection client-mods">
- <h2>🛠️ Recommended Client-sided Mods</h2>
- <p>
- If you can install mods, your experience might be a little
- better. Here are some mods that I recommend (MAKE SURE YOU
- ARE USING THE FABRIC VERSIONS):
- </p>
- <menu>
- <li><strong>AppleSkin</strong></li>
- <li><strong>Better F3</strong></li>
- <li><strong>Iris (shaders)</strong></li>
- <li>
- <strong
- >Lithium, Krypton, and Sodium (Optimization)</strong
- >
- </li>
- <li><strong>Zoomify</strong></li>
- <li><strong>Dynamic FPS</strong></li>
- <li>
- <strong
- >Simple Voice Chat (doesn't work on the server
- rn)</strong
- >
- </li>
- </menu>
- </section>
- <section class="textsection server-mods">
- <h2>🗄️ Server-sided Mods</h2>
- <h3>Terralith</h3>
- <ul>
- <li>Overhauls/adds a bunch of new biomes</li>
- <li>Completely based on already-existing blocks</li>
- </ul>
- <h3>Factions</h3>
- <ul>
- <li>
- Provides protection from griefing, join a faction with
- friends and claim chunks with your faction power
- </li>
- <li>
- Faction power is based on number of players, number of
- allies, deaths, and time played
- </li>
- <li>Command: <code>/factions</code> or <code>/f</code></li>
- </ul>
- <h3>PolyFactory</h3>
- <ul>
- <li>
- An engineering mod similar to Create, but server-side.
- </li>
- <li>
- Information can be found using
- <code>/polyfactory wiki</code> and by using
- <code>/polydex</code>
- </li>
- </ul>
- <h3>Poly Decorations</h3>
- <ul>
- <li>
- Similar to PolyFactory, but just for decorative blocks
- </li>
- <li>
- Blocks to make can be found by unlocking recipes or
- using <code>/polydex</code>
- </li>
- </ul>
- <h3>Veinminer</h3>
- <ul>
- <li>
- This is automatically enabled and allows you to mine ore
- veins and trees by breaking one block
- </li>
- <li>
- Be careful using this with precious tools since it takes
- the whole vein's worth of durability at once, things
- break easily
- </li>
- <li>
- You can toggle it with <code>/veinminer toggle</code>,
- and modify other settings with <code>/veinminer</code>
- </li>
- </ul>
- <h3>Inventory Sorter</h3>
- <ul>
- <li>Sorts your inventory and chests</li>
- <li>Configure with <code>/invsort</code></li>
- <li>
- Tip: use <code>/invsort doubleClickSort</code> to sort
- inventories by double-clicking an empty slot
- </li>
- </ul>
- <h3>Apple Skin</h3>
- <ul>
- <li>
- Install the client-side mod of the same name to take
- advantage of upgraded tooltips and a saturation
- indicator
- </li>
- </ul>
- <h3>Simple Voice Chat</h3>
- <ul>
- <li>
- I haven't gotten this working, but I may fix it later.
- Ignore it for now.
- </li>
- </ul>
- <h3>Administrative Mods</h3>
- <ul>
- <li>
- I have optimization mods, anticheat mods, inventory
- viewers, admin permissions for your factions, and block
- logs
- </li>
- <li>I will use these if I have to</li>
- </ul>
- </section>
- </div>
- <script src="./background.js"></script>
- </body>
- </html>
|