mirror of
https://github.com/TheErrorExe/blockattack
synced 2025-09-03 20:11:12 +02:00
246 lines
8.1 KiB
HTML
246 lines
8.1 KiB
HTML
<!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>
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QWEVVLV9Q1"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-QWEVVLV9Q1');
|
|
</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="/wiki">Wiki Startseite</a></li>
|
|
<li><a href="/">Blockattack</a></li>
|
|
<li><a href="/join">Trete bei</a></li>
|
|
<li><a href="#content">Skip</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
<div id="content">
|
|
<h1>Blockattack Wiki</h1>
|
|
<p>Beginne auf Blockattack</p>
|
|
|
|
<div id="toc">
|
|
<strong>Inhaltsverzeichnis</strong>
|
|
<ul>
|
|
<li><a href="#land">Wie erstelle ich mein Land. Alles rund ums Land erklärt.</a></li>
|
|
<li><a href="#geld">Geld verdienen. Von Shopkisten bis zur Lottery alles erklärt.</a></li>
|
|
<li><a href="#pvp">PVP. Von Kämpfen bis zum Frieden</a></li>
|
|
<li><a href="#homes">Homes. Von /sethome bis zu /home</a></li>
|
|
<!-- li><a href="#"></a></li> -->
|
|
</ul>
|
|
</div>
|
|
|
|
<h2 id="land">Wie erstelle ich mein Land. Alles rund ums Land erklärt.</h2>
|
|
<p>Du kannst dein Land mit <code>/f create [Landname]</code> erstellen. Du kannst andere mit <code>/f invite [Spieler]</code> einladen in deine Faction.</p>
|
|
<p>Du kannst mit <code>/f join [Landname]</code> ein Land/Faction beitreten.</p>
|
|
<p>Du kannst Land beanspruchen mit <code>/f claim</code>. Du kannst andere dein Land anvertrauen mit <code>/f trust [Spieler]</code></p>
|
|
<p>Du kannst andere Länder vertrauen mit <code>/f ally [Land]</code>, und wieder beenden mit <code>/f breakalliance</code>.</p>
|
|
<p>Du kannst Krieg beginnen mit <code>/f declarewar [Land]</code>, und ihn beenden mit <code>/f makepeace [Land]</code>.</p>
|
|
|
|
<h2 id="geld">Geld verdienen. Von Shopkisten bis zur Lottery alles erklärt.</h2>
|
|
<p>Du möchtest Ingame-Geld verdienen auf Blockattack? Hier ist wie.</p>
|
|
<p>Du kannst Shopkisten erstellen indem du mit dem Item das du verkaufen willst auf eine Kiste schlägst und den Preis pro Stück/stack in den Chat eingibst. Fülle die Truhe nun auf und andere können kaufen und du verdienst daran.</p>
|
|
<p>Du kannst das Auktionshaus benutzen mit <code>/ah</code>.</p>
|
|
<p>Du kannst kurz vor 19:35 Geld in die Lotterie reinzahlen mit <code>/lottery play</code> und mit etwas Glück verdienst du was.</p>
|
|
|
|
<h2 id="pvp">PVP. Von Kämpfen bis zum Frieden</h2>
|
|
<p>Es gibt extra eine PVP Welt, aber Achtung: Wer verliert verliert auch die Items.</p>
|
|
<p>Du kommst zur PVP Welt mti <code>/warp pvp</code>. Du kannst wenn du gewinnst schön Loot sammeln.</p>
|
|
|
|
<h2 id="homes">Homes. Von /sethome bis zu /home</h2>
|
|
<p>Was sind Homes? Homes sind von dir festgelegte Orte wo du dich hinteleportieren kannst.</p>
|
|
<p>Du kannst mit <code>/sethome [Name]</code> ein Home erstellen. Du kannst dich zum Home teleportieren mit <code>/home [Name]</code>.</p>
|
|
<p>Du kannst ein Home löschen mit <code>/removehome [Name]</code></p>
|
|
</div>
|
|
|
|
<footer>
|
|
<p>© 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>
|