wiki hinzugefügt

This commit is contained in:
TheErrorExe 2025-02-22 11:55:49 +01:00
parent 689c761987
commit 405493cbb4
11 changed files with 501 additions and 0 deletions

View File

@ -66,6 +66,8 @@ This Website was developed by TheErrorExe for Blockattack. TheErrorExe is and wi
<li><a href="/news.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Neuigkeiten</a></li>
<li><a href="/guide.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Beitrittsguide</a></li>
<li><a href="/bilder.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Bildergalerie</a></li>
<li><a href="/wiki" style="text-decoration: none; color: #fff; margin-left: 20px;">Wiki</a></li>
</ul>
</nav>
<div>

View File

@ -66,6 +66,8 @@ This Website was developed by TheErrorExe for Blockattack. TheErrorExe is and wi
<li><a href="/news.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Neuigkeiten</a></li>
<li><a href="/guide.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Beitrittsguide</a></li>
<li><a href="/bilder.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Bildergalerie</a></li>
<li><a href="/wiki" style="text-decoration: none; color: #fff; margin-left: 20px;">Wiki</a></li>
</ul>
</nav>
<div>

View File

@ -111,6 +111,8 @@
<li><a href="/news.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Neuigkeiten</a></li>
<li><a href="/guide.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Beitrittsguide</a></li>
<li><a href="/bilder.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Bildergalerie</a></li>
<li><a href="/wiki" style="text-decoration: none; color: #fff; margin-left: 20px;">Wiki</a></li>
</ul>
</nav>
<div>

View File

@ -56,6 +56,8 @@ This Website was developed by TheErrorExe for Blockattack. TheErrorExe is and wi
<li><a href="/news.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Neuigkeiten</a></li>
<li><a href="/guide.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Beitrittsguide</a></li>
<li><a href="/bilder.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Bildergalerie</a></li>
<li><a href="/wiki" style="text-decoration: none; color: #fff; margin-left: 20px;">Wiki</a></li>
</ul>
</nav>
<div>

View File

@ -43,6 +43,8 @@
<li><a href="/news.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Neuigkeiten</a></li>
<li><a href="/guide.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Beitrittsguide</a></li>
<li><a href="/bilder.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Bildergalerie</a></li>
<li><a href="/wiki" style="text-decoration: none; color: #fff; margin-left: 20px;">Wiki</a></li>
</ul>
</nav>

View File

@ -100,6 +100,8 @@ loadNews();
<li><a href="/news.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Neuigkeiten</a></li>
<li><a href="/guide.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Beitrittsguide</a></li>
<li><a href="/bilder.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Bildergalerie</a></li>
<li><a href="/wiki" style="text-decoration: none; color: #fff; margin-left: 20px;">Wiki</a></li>
</ul>
</nav>
</header>

View File

@ -66,6 +66,8 @@ This Website was developed by TheErrorExe for Blockattack. TheErrorExe is and wi
<li><a href="/news.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Neuigkeiten</a></li>
<li><a href="/guide.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Beitrittsguide</a></li>
<li><a href="/bilder.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Bildergalerie</a></li>
<li><a href="/wiki" style="text-decoration: none; color: #fff; margin-left: 20px;">Wiki</a></li>
</ul>
</nav>
<div>

View File

@ -48,6 +48,8 @@
<li><a href="/news.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Neuigkeiten</a></li>
<li><a href="/guide.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Beitrittsguide</a></li>
<li><a href="/bilder.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Bildergalerie</a></li>
<li><a href="/wiki" style="text-decoration: none; color: #fff; margin-left: 20px;">Wiki</a></li>
</ul>
</nav>
<div>

256
wiki/index.html Normal file
View File

@ -0,0 +1,256 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blockattack Wiki</title>
<link rel="icon" href="https://blockattack.fun/wiki.ico" type="image/x-icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Linux+Libertine&display=swap">
<style>
body {
font-family: 'Linux Libertine', serif;
background-color: #f8f9fa;
color: #202122;
margin: 0;
padding: 0;
}
#header {
background-color: #f8f9fa;
padding: 10px 20px;
border-bottom: 1px solid #a2a9b1;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
#header img {
height: 50px;
}
#header .logo-container {
display: flex;
align-items: center;
}
#header .logo-container h1 {
margin-left: 10px;
font-size: 1.5em;
color: #000;
}
#menu-toggle {
background: none;
border: none;
cursor: pointer;
display: flex;
flex-direction: column;
justify-content: space-around;
width: 30px;
height: 25px;
}
#menu-toggle div {
width: 30px;
height: 3px;
background-color: #000;
margin: 3px 0;
}
#menu {
display: none;
position: absolute;
top: 60px;
left: 10px;
background: white;
border: 1px solid #a2a9b1;
padding: 10px;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
width: 200px;
}
#menu ul {
list-style: none;
padding: 0;
margin: 0;
}
#menu ul li {
margin: 5px 0;
}
#menu ul li a {
display: block;
padding: 5px;
color: #0645ad;
text-decoration: none;
}
#menu ul li a:hover {
background-color: #f1f1f1;
}
#content {
max-width: 900px;
margin: auto;
padding: 20px;
background-color: white;
border: 1px solid #a2a9b1;
}
h1, h2 {
color: #000;
}
#toc {
background-color: #f9f9f9;
padding: 10px;
border: 1px solid #a2a9b1;
margin-bottom: 20px;
}
#toc ul {
padding-left: 20px;
}
footer {
text-align: center;
padding: 10px;
font-size: 0.9em;
color: #555;
border-top: 1px solid #a2a9b1;
background-color: #f8f9fa;
margin-top: 20px;
}
a {
color: #0645ad;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
<script>
function toggleMenu() {
var menu = document.getElementById("menu");
menu.style.display = menu.style.display === "block" ? "none" : "block";
}
</script>
</head>
<body>
<header id="header">
<div class="logo-container">
<img src="https://blockattack.fun/wiki.ico" alt="Blockattack Wiki">
<h1>Blockattack Wiki</h1>
</div>
<button id="menu-toggle" onclick="toggleMenu()">
<div></div>
<div></div>
<div></div>
</button>
<nav id="menu">
<ul>
<li><a href="/">Blockattack</a></li>
<li><a href="/join">Trete bei</a></li>
<li><a href="/wiki">Wiki</a></li>
<li><a href="#content">Skip</a></li>
</ul>
</nav>
</header>
<div id="content">
<h1>Blockattack Wiki</h1>
<p>Willkommen bei der Blockattack-Wiki-Seite!</p>
<div id="toc">
<strong>Inhaltsverzeichnis</strong>
<ul>
<li><a href="#beitritt">Wie trete ich dem Server bei?</a></li>
<li><a href="#voicechat">Wie benutze ich Voice Chat?</a></li>
<li><a href="#wirtschaft">Wirtschaftssystem erklärt</a></li>
<li><a href="#pvp">PvP-Regeln und Tipps</a></li>
</ul>
</div>
<h2 id="beitritt">Wie trete ich dem Server bei?</h2>
<p>Um dem Blockattack-Server beizutreten, benötigst du die folgende IP-Adresse:</p>
<p><strong>Server IP:</strong> blockattack.fun</p>
<p>Falls du mit Bedrock spielst, nutze die IP <strong>bedrock.blockattack.fun</strong> und den Port <strong>25515</strong>.</p>
<a href="https://blockattack.fun/join">Mehr Infos und die Konsolen anleitung</a>
<h2 id="voicechat">Wie benutze ich Voice Chat?</h2>
<p>Du möchtest Voice Chat auf Blockattack benutzen? Hier ist eine Anleitung. Zuerst wähle dein Client</p>
<ul>
<li><a href="#" onclick="showIframe('https://www.youtube.com/embed/9EOXBiaJlOA')">Lunarclient</a></li>
<li><a href="#" onclick="showIframe('https://www.youtube.com/watch?v=hyT8qcHSVP0')" >Feather</a></li>
<li><a href="#" onclick="/wiki/voicechat/vanilla.html">Normaler Minecraft Launcher (ohne Fabric oder Forge, einfach Vanilla)</a></li>
<li><a href="/wiki/voicechat/vanilla.html#simple-voice-chat">Fabric</a></li>
<li><a href="/wiki/voicechat/vanilla.html#simple-voice-chat">Forge wähle statt fabric forge) (für Curseforge klicke auf Lunarclient oben)</a></li>
<li><a href="#" onclick="newtab('https://www.curseforge.com/minecraft/mc-mods/simple-voice-chat')">Ich weiß wie man Mods mit .jar Dateien installiert, gib mir einfach den Download</a></li>
</ul>
<p>Bedrock Spieler können keinen Voice Chat benutzen</p>
<p>Info für Modrinth APP Nutzer, sucht einfach nach der Mod bei Add Content</p>
<h2 id="claims">Wie claimt man Land?</h2>
<p>Auf Blockattack kannst du dein eigenes Land beanspruchen, um es vor anderen Spielern zu schützen. Folge diesen Schritten:</p>
<ul>
<li>Benutze <code>/f create [Landname]</code>, um ein Land zu gründen oder <code>/f join [Landname]</code> wenn du eine Einladung zu einer anderen Faction bekommen hast.</li>
<li>Erweitere dein Gebiet mit <code>/f claim</code>.</li>
<li>Verwalte deine Claims mit <code>/f trust [Spielername]</code>, um Freunden Zugriff zu geben.</li>
</ul>
<h2 id="wirtschaft">Wirtschaftssystem erklärt</h2>
<p>Blockattack besitzt ein einzigartiges Wirtschaftssystem mit eigener Währung.</p>
<ul>
<li>Verdiene Geld durch Handel mit anderen Spielern.</li>
<li>Klicke mit einem zu Item zu Verkaufen auf eine Kiste und gebe den Preis pro Stück im Chat ohne / an. Fülle die Truhe auf und verdiene dir Blockcoins!</li>
<li>Am Scoreboard (Die Leiste Rechts mit blockattack.fun, Geld, YouTube) kannst du deine Blockcoins sehen.</li>
</ul>
<h2 id="pvp">PvP-Welt</h2>
<p>Es gibt eine PVP Welt. Achte hierbei auf:</p>
<ul>
<li>Das in der PVP Welt Items fallengelassen werden beim Sterben.</li>
<li>Du kannst beim Tod von anderen den Loot aufsammeln.</li>
<li>Du kommst zur PVP Welt mit <code>/warp pvp</code> oder am PVP NPC am Spawn.</li>
</ul>
</div>
<footer>
<p>&copy; Blockattack 2025 | Seite von TheErrorExe.</p>
<a href="/">Zurück zur Hauptseite</a>
</footer>
<script>
function showIframe(url) {
const overlay = document.createElement('div');
overlay.style.position = 'fixed';
overlay.style.top = '0';
overlay.style.left = '0';
overlay.style.width = '100%';
overlay.style.height = '100%';
overlay.style.backgroundColor = 'rgba(0, 0, 0, 0.7)';
overlay.style.zIndex = '9999';
const iframe = document.createElement('iframe');
iframe.src = url;
iframe.style.position = 'absolute';
iframe.style.top = '50%';
iframe.style.left = '50%';
iframe.style.transform = 'translate(-50%, -50%)';
iframe.style.width = '80%';
iframe.style.height = '80%';
iframe.style.border = 'none';
iframe.style.borderRadius = '8px';
overlay.appendChild(iframe);
document.body.appendChild(overlay);
overlay.addEventListener('click', function() {
document.body.removeChild(overlay);
});
}
function newtab(url) {
const newTab = window.open(url, "_blank");
if (newTab) {
newTab.focus();
} else {
console.log("Error creating new Tab");
}
}
</script>
</body>
</html>

View File

@ -0,0 +1,3 @@
<script>
window.location.href = "/wiki/index.html#voicechat";
</script>

226
wiki/voicechat/vanilla.html Normal file
View File

@ -0,0 +1,226 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blockattack Wiki</title>
<link rel="icon" href="https://blockattack.fun/wiki.ico" type="image/x-icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Linux+Libertine&display=swap">
<style>
body {
font-family: 'Linux Libertine', serif;
background-color: #f8f9fa;
color: #202122;
margin: 0;
padding: 0;
}
#header {
background-color: #f8f9fa;
padding: 10px 20px;
border-bottom: 1px solid #a2a9b1;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
#header img {
height: 50px;
}
#header .logo-container {
display: flex;
align-items: center;
}
#header .logo-container h1 {
margin-left: 10px;
font-size: 1.5em;
color: #000;
}
#menu-toggle {
background: none;
border: none;
cursor: pointer;
display: flex;
flex-direction: column;
justify-content: space-around;
width: 30px;
height: 25px;
}
#menu-toggle div {
width: 30px;
height: 3px;
background-color: #000;
margin: 3px 0;
}
#menu {
display: none;
position: absolute;
top: 60px;
left: 10px;
background: white;
border: 1px solid #a2a9b1;
padding: 10px;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
width: 200px;
}
#menu ul {
list-style: none;
padding: 0;
margin: 0;
}
#menu ul li {
margin: 5px 0;
}
#menu ul li a {
display: block;
padding: 5px;
color: #0645ad;
text-decoration: none;
}
#menu ul li a:hover {
background-color: #f1f1f1;
}
#content {
max-width: 900px;
margin: auto;
padding: 20px;
background-color: white;
border: 1px solid #a2a9b1;
}
h1, h2 {
color: #000;
}
#toc {
background-color: #f9f9f9;
padding: 10px;
border: 1px solid #a2a9b1;
margin-bottom: 20px;
}
#toc ul {
padding-left: 20px;
}
footer {
text-align: center;
padding: 10px;
font-size: 0.9em;
color: #555;
border-top: 1px solid #a2a9b1;
background-color: #f8f9fa;
margin-top: 20px;
}
a {
color: #0645ad;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
<script>
function toggleMenu() {
var menu = document.getElementById("menu");
menu.style.display = menu.style.display === "block" ? "none" : "block";
}
</script>
</head>
<body>
<header id="header">
<div class="logo-container">
<img src="https://blockattack.fun/wiki.ico" alt="Blockattack Wiki">
<h1>Blockattack Wiki</h1>
</div>
<button id="menu-toggle" onclick="toggleMenu()">
<div></div>
<div></div>
<div></div>
</button>
<nav id="menu">
<ul>
<li><a href="/">Blockattack</a></li>
<li><a href="/join">Trete bei</a></li>
<li><a href="/wiki">Wiki</a></li>
<li><a href="#content">Skip</a></li>
</ul>
</nav>
</header>
<div id="content">
<h1>Blockattack Wiki</h1>
<p>Willkommen bei der Blockattack-Wiki-Seite!</p>
<div id="toc">
<strong>Inhaltsverzeichnis</strong>
<ul>
<li><a href="#java-installation">Wie installiere ich Java?</a></li>
<li><a href="#fabric">Wie installiere ich Fabric?</a></li>
<li><a href="#fabric-api">Wie installiere ich die Fabric API?</a></li>
<li><a href="#simple-voice-chat">Wie installiere ich Simple Voice Chat?</a></li>
</ul>
</div>
<p>Vorerklärung: Du brauchst Fabric und Fabric API für Simple Voice Chat. installiere das und dann gehe dann auf simple voice chat. Wenn du Hilfe brauchst Tritt unseren Discord bei: <a href="#" onclick="newtab('https://discord.gg/ARDHyKxtpH')">Discord von Blockattack</a></p>
<h2 id="java-installation">Wie installiere ich Java?</h2>
<p>Um den Fabric-Installer auszuführen, benötigst du Java. Hier erfährst du, wie du es installierst:</p>
<ol>
<li><strong>Überprüfen, ob Java bereits installiert ist:</strong>
<p>1. Drücke Windows + R, um das „Ausführen“-Fenster zu öffnen.</p>
<p>2. Gib <code>cmd</code> ein und klicke auf „OK“.</p>
<p>3. Gib den Befehl <code>java -version</code> ein und drücke „Enter“.</p>
<p>4. Wenn eine Versionsnummer erscheint (z.B. „Java 17.0.x“), ist Java bereits installiert.</p>
</li>
<li><strong>Java installieren (falls nicht vorhanden):</strong>
<p>1. Gehe auf die Java-Download-Seite: <a href="#" onclick="newtab('https://www.oracle.com/java/technologies/javase-jdk11-downloads.html')">Java SE Downloads</a>.</p>
<p>2. Wähle die neueste Version und lade das Installationspaket für Windows herunter.</p>
<p>3. Führe das Installationsprogramm aus und folge den Anweisungen, um Java zu installieren.</p>
</li>
</ol>
<h2 id="fabric">Wie installiere ich Fabric?</h2>
<p>Nun kannst du den Fabric-Installer verwenden, um Fabric für Minecraft zu installieren:</p>
<ol>
<li><strong>Fabric Installer herunterladen:</strong> Besuche <a href="#" onclick="newtab('https://fabricmc.net/use/')">Fabric</a> und lade den Installer herunter.</li>
<li><strong>Fabric installieren:</strong> Öffne den Installer, wähle die Minecraft-Version und klicke auf „Installieren“.</li>
<li><strong>Minecraft starten:</strong> Öffne den Minecraft Launcher, wähle das „Fabric“-Profil und klicke auf „Starten“.</li>
</ol>
<h2 id="fabric-api">Wie installiere ich die Fabric API?</h2>
<p>Viele Mods, darunter auch Simple Voice Chat, erfordern die Fabric API. Folge diesen Schritten:</p>
<ol>
<li><strong>Fabric API herunterladen:</strong> Gehe zu <a href="#" onclick="newtab('https://www.curseforge.com/minecraft/mc-mods/fabric-api')">Fabric API auf CurseForge</a> und lade die neueste Version herunter.</li>
<li><strong>Fabric API installieren:</strong> Verschiebe die heruntergeladene fabric-api.jar-Datei (nur wenn da api drinne ist im namen) in den „mods“-Ordner von Minecraft.</li>
<li><strong>Minecraft Ordner finden:</strong> Drücke Windows + R, gib <code>%appdata%</code> ein und klicke auf „OK“. Öffne den Ordner „.minecraft“ und dann den Ordner „mods“.</li>
</ol>
<h2 id="simple-voice-chat">Wie installiere ich Simple Voice Chat?</h2>
<p>Jetzt kannst du den Simple Voice Chat Mod installieren:</p>
<ol>
<li><strong>Simple Voice Chat Mod herunterladen:</strong> Gehe zu <a href="#" onclick="newtab('https://www.curseforge.com/minecraft/mc-mods/simple-voice-chat')">Simple Voice Chat auf CurseForge</a> und lade die neueste Version herunter.</li>
<li><strong>Mod installieren:</strong> Drücke Windows + R, gib <code>%appdata%</code> ein und klicke auf „OK“. Öffne den Ordner „.minecraft“ und dann den Ordner „mods“. Ziehe die heruntergeladene .jar-Datei (für simple voice chat, kein fabric) in den „mods“-Ordner von Minecraft.</li>
<li><strong>Minecraft starten:</strong> Starte Minecraft mit dem Fabric-Profil. Der Voice Chat sollte nun verfügbar sein!</li>
</ol>
<p>Hinweis: Bedrock-Spieler können den Voice Chat nicht nutzen.</p>
</div>
<footer>
<p>&copy; Blockattack 2025 | Seite von TheErrorExe.</p>
<a href="/">Zurück zur Hauptseite</a>
</footer>
<script>
function toggleMenu() {
var menu = document.getElementById("menu");
menu.style.display = menu.style.display === "block" ? "none" : "block";
}
function newtab(url) {
const newTab = window.open(url, "_blank");
if (newTab) {
newTab.focus();
} else {
console.log("Error creating new Tab");
}
}
</script>
</body>
</html>