Add bausystem-features.html
Add index.css Add index.html
Dieser Commit ist enthalten in:
Ursprung
8d5f33f32d
Commit
465c763bcb
142
bausystem-features.html
Normale Datei
142
bausystem-features.html
Normale Datei
@ -0,0 +1,142 @@
|
||||
<!--
|
||||
~ This file is a part of the SteamWar software.
|
||||
~
|
||||
~ Copyright (C) 2022 SteamWar.de-Serverteam
|
||||
~
|
||||
~ This program is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU Affero General Public License as published by
|
||||
~ the Free Software Foundation, either version 3 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ This program is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU Affero General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU Affero General Public License
|
||||
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Bausystem Features</title>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="center">
|
||||
<div id="content">
|
||||
<details>
|
||||
<summary><h4>Regionen</h4></summary>
|
||||
<ul>
|
||||
<li>TNT</li>
|
||||
<li>Fire</li>
|
||||
<li>Freeze</li>
|
||||
<li>Testblock</li>
|
||||
<li>Reset</li>
|
||||
<li>Protect</li>
|
||||
<li>Color</li>
|
||||
<li>Region</li>
|
||||
<li>Backup</li>
|
||||
<li>Techhider</li>
|
||||
<li>Select</li>
|
||||
</ul>
|
||||
</details>
|
||||
<details>
|
||||
<summary><h4>Bauhilfen</h4></summary>
|
||||
<ul>
|
||||
<li>Laufbau</li>
|
||||
<li>Panzern</li>
|
||||
<li><a href="#smartplace">Smartplace</a></li>
|
||||
<li>Xray</li>
|
||||
<li>Noclip
|
||||
<ul>
|
||||
<li>Slot</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Structurevoid</li>
|
||||
<li>Debugstick</li>
|
||||
<li>Observer</li>
|
||||
</ul>
|
||||
</details>
|
||||
<details>
|
||||
<summary><h4>TNT Handling</h4></summary>
|
||||
<ul>
|
||||
<li>Loader</li>
|
||||
<li>Tracer</li>
|
||||
<li>Simulator</li>
|
||||
<li>TNTClick</li>
|
||||
</ul>
|
||||
</details>
|
||||
<details>
|
||||
<summary><h4>Kanonen Handling</h4></summary>
|
||||
<ul>
|
||||
<li>Autostarttimer</li>
|
||||
<li>Detonator</li>
|
||||
<li>Countingwand</li>
|
||||
<li>Blockcounter</li>
|
||||
<li>Depthcounter</li>
|
||||
<li>Loadtimer</li>
|
||||
<li>Redstonetester</li>
|
||||
</ul>
|
||||
</details>
|
||||
<details>
|
||||
<summary><h4>World</h4></summary>
|
||||
<ul>
|
||||
<li>Time</li>
|
||||
<li>Warp</li>
|
||||
<li>Nightvision</li>
|
||||
<li>TPS</li>
|
||||
<li>TPSLimit
|
||||
<ul>
|
||||
<li>Tick</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Speed</li>
|
||||
<li>Teleport</li>
|
||||
<li>Hotbar</li>
|
||||
</ul>
|
||||
</details>
|
||||
<details>
|
||||
<summary><h4>Gadgets</h4></summary>
|
||||
<ul>
|
||||
<li>Gui</li>
|
||||
<li>Script</li>
|
||||
<li>Unsign</li>
|
||||
<li>Clear</li>
|
||||
<li>Declutter</li>
|
||||
<li>Gamemode</li>
|
||||
<li>Killall</li>
|
||||
<li>Signedit</li>
|
||||
<li>Skull</li>
|
||||
<li>BookReplace</li>
|
||||
<li>Material</li>
|
||||
</ul>
|
||||
</details>
|
||||
|
||||
<h3>Bauhilfen</h3>
|
||||
<h4 id="smartplace">Smartplace</h4>
|
||||
<img src="Smartplace-1080P.png" alt=""><br>
|
||||
<p>
|
||||
Smartplace kann mit <code>/smartplace</code> aktiviert und deaktiviert werden. Dies wird für dich auf allen Baus
|
||||
umgestellt. Wenn du nun rotierbare Blöcke wie Pistons, Observer und andere platzieren willst, werden diese wenn man
|
||||
gleichzeitig sneaked anders rum platziert. Wenn du Blöcke mit Inventar an selbige Blöcke platzierst brauchst du
|
||||
dafür kein sneaken mehr.
|
||||
</p>
|
||||
|
||||
<h3>TNT Handling</h3>
|
||||
<h4>Loader</h4>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
69
index.css
Normale Datei
69
index.css
Normale Datei
@ -0,0 +1,69 @@
|
||||
/*
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
*/
|
||||
|
||||
details {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
height: auto;
|
||||
max-height: 3em;
|
||||
transition: all 0.1s ease;
|
||||
}
|
||||
|
||||
details[open] {
|
||||
max-height: 99em;
|
||||
transition: all 1s ease;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
summary > h4 {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
details > ul {
|
||||
cursor: auto;
|
||||
user-select: text;
|
||||
-webkit-user-select: text;
|
||||
-khtml-user-select: text;
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: monospace, monospace;
|
||||
font-size: 1em;
|
||||
padding: .2rem .4rem;
|
||||
color: #bd4147;
|
||||
background-color: #f7f7f9;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
.center {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
border-radius: 0.3rem;
|
||||
}
|
||||
|
||||
#content {
|
||||
width: clamp(60%, 60rem, 100%);
|
||||
}
|
||||
|
||||
a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
13
index.html
Normale Datei
13
index.html
Normale Datei
@ -0,0 +1,13 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren