465c763bcb
Add index.css Add index.html
142 Zeilen
4.6 KiB
HTML
142 Zeilen
4.6 KiB
HTML
<!--
|
|
~ 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> |