Features/bausystem/index.html
2022-08-02 21:32:16 +02:00

161 Zeilen
5.1 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 - SteamWar.de/docs</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">
<script src="https://kit.fontawesome.com/df996a11da.js" crossorigin="anonymous"></script>
<script src="/app.js" defer></script>
</head>
<body>
<header>
<a id="back-button" href="#">
<i class="fa-solid fa-chevron-left"></i>
<span>
SteamWar.de/docs
</span>
</a>
</header>
<div class="center">
<div id="content">
<h1>Bausystem Features</h1>
<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>
<br>
<h3>Bauhilfen</h3>
<div id="smartplace">
<h4>Smartplace</h4>
<img src="/img/Smartplace-1080P.png" alt="" loading="lazy"><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 andersrum platziert. Wenn du Blöcke mit Inventar an selbige Blöcke platzierst brauchst du
dafür kein sneaken mehr.
</p>
<a class="btn"><i class="fa-solid fa-code"></i> Zum Code</a>
</div>
<h3>TNT Handling</h3>
<h4>Loader</h4>
</div>
</div>
</body>
</html>