diff --git a/bausystem-features.html b/bausystem-features.html new file mode 100644 index 0000000..58f7f58 --- /dev/null +++ b/bausystem-features.html @@ -0,0 +1,142 @@ + + + + + + + + + Bausystem Features + + + + + + + + +
+
+
+

Regionen

+
    +
  • TNT
  • +
  • Fire
  • +
  • Freeze
  • +
  • Testblock
  • +
  • Reset
  • +
  • Protect
  • +
  • Color
  • +
  • Region
  • +
  • Backup
  • +
  • Techhider
  • +
  • Select
  • +
+
+
+

Bauhilfen

+
    +
  • Laufbau
  • +
  • Panzern
  • +
  • Smartplace
  • +
  • Xray
  • +
  • Noclip +
      +
    • Slot
    • +
    +
  • +
  • Structurevoid
  • +
  • Debugstick
  • +
  • Observer
  • +
+
+
+

TNT Handling

+
    +
  • Loader
  • +
  • Tracer
  • +
  • Simulator
  • +
  • TNTClick
  • +
+
+
+

Kanonen Handling

+
    +
  • Autostarttimer
  • +
  • Detonator
  • +
  • Countingwand
  • +
  • Blockcounter
  • +
  • Depthcounter
  • +
  • Loadtimer
  • +
  • Redstonetester
  • +
+
+
+

World

+
    +
  • Time
  • +
  • Warp
  • +
  • Nightvision
  • +
  • TPS
  • +
  • TPSLimit +
      +
    • Tick
    • +
    +
  • +
  • Speed
  • +
  • Teleport
  • +
  • Hotbar
  • +
+
+
+

Gadgets

+
    +
  • Gui
  • +
  • Script
  • +
  • Unsign
  • +
  • Clear
  • +
  • Declutter
  • +
  • Gamemode
  • +
  • Killall
  • +
  • Signedit
  • +
  • Skull
  • +
  • BookReplace
  • +
  • Material
  • +
+
+ +

Bauhilfen

+

Smartplace

+
+

+ Smartplace kann mit /smartplace 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. +

+ +

TNT Handling

+

Loader

+
+
+ + + \ No newline at end of file diff --git a/index.css b/index.css new file mode 100644 index 0000000..6d1df16 --- /dev/null +++ b/index.css @@ -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; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..686f81a --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + + Document + + + + + \ No newline at end of file