prep for release
This commit is contained in:
parent
e9775acdba
commit
f0c81e1075
4 changed files with 55 additions and 2 deletions
|
@ -1,3 +1,38 @@
|
|||
<h1> BaseBand's features </h1>
|
||||
|
||||
Lorem ipsum
|
||||
<a class=btn style="width: 100%" href=/>Home</a><br>
|
||||
<br>
|
||||
Especially unique/cool features styled in <b>bold</b>.
|
||||
|
||||
<h2> 1.12.2 </h2>
|
||||
|
||||
<ul>
|
||||
<li>Extensive Help system</li>
|
||||
<li>All config can be done using commands or GUI</li>
|
||||
<li><b>Descriptions</b> for all config options</li>
|
||||
<li>Notification system (either as a second chat or as pop ups)</li>
|
||||
<li>Smart configuration (settings that are inactive due to other settings are hidden)</li>
|
||||
<li>Chat modules like Prefix/Suffix, Encryption, Filter</li>
|
||||
<li>Automatic TPAccept for select players</li>
|
||||
<li><b>AltControl</b> for controlling many accounts at once</li>
|
||||
<li>Basics like AutoReconnect, AutoEat, AutoRespawn, MidClick, XCarry</li>
|
||||
<li>Visual Selection system</li>
|
||||
<li>Filling of a selection with blocks (or air)</li>
|
||||
<li>BookFill with either unicode-full or "englishy" symbols</li>
|
||||
<li>Interaction tweaks (FastUse, FastBreak, CeilingInteract)</li>
|
||||
<li><b>SeedOverlay</b> to show the changes done to the world by other players</li>
|
||||
<li>Movement basics (Velocity, NoSlowDown, AntiLevitation)</li>
|
||||
<li>ElytraFly with <b>extremely fast AutoTakeoff</b> and <b>AirStop</b></li>
|
||||
<li>NoFall (+ <b>Elytra mode</b> that can bypass NoFall-prevention measures in all anticheats)</li>
|
||||
<li>PacketFly that is very <b>fast</b> and can still phase (slow mode available for problematic servers)</li>
|
||||
<li>TickShift to speed up the client temporarily, bypasses many anti-speed measures</li>
|
||||
<li><b>ElytraBot</b> allows you to follow others with your elytra or go to some location (No pathfinding yet)</li>
|
||||
<li>Render basics (NoRender for annoying things, NoParticles, Bright, Freecam, SwingSpeed)</li>
|
||||
<li>PlayerLog showing where players logged out</li>
|
||||
<li>Very extensive HUD</li>
|
||||
<li><b>PlayerSelector</b> for controlling who to target in the HUD</li>
|
||||
<li>Customizeable ESP including cursor highlight</li>
|
||||
<li>Spotify integration</li>
|
||||
<li>Ping changer (also for <b>true ping</b>)</li>
|
||||
<li><b>Very good AutoTotem</b></li>
|
||||
</ul>
|
||||
|
|
17
index.html
17
index.html
|
@ -6,3 +6,20 @@ BaseBand aims to be an easy-to-use yet very extensively configurable client for
|
|||
<br>
|
||||
<br>
|
||||
<a class=btn href="/features">Features</a>
|
||||
<a class=btn href="https://download.baseband.com.de/1.12.2/download/loader.jar">Download 1.12.2 loader</a>
|
||||
<br>
|
||||
<br>
|
||||
<h2> Versions </h2>
|
||||
BaseBand works on 1.12.2 and on the most recent version of minecraft. The 1.12.2 version is relatively
|
||||
feature-complete and usable as a standalone client. Ednieva is still very early in its development, but
|
||||
the loader (fabric mod, requires fabric API) can be found here:
|
||||
<a href="https://download.baseband.com.de/ednieva/download/loader.jar">Download experimental Ednieva loader</a>
|
||||
<br>
|
||||
<br>
|
||||
Ednieva is currently made for game version 1.20.6.
|
||||
<br>
|
||||
<br>
|
||||
<h2> BaseBand downloads </h2>
|
||||
You can download the loaders directly from here using the buttons above. However, there is a more extensive
|
||||
API for querying or downloading the most recent version of any component:
|
||||
<a class=btn href="https://download.baseband.com.de">download.baseband.com.de</a><br>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
"#http/server.spl" import
|
||||
"#httpserver/base.spl" import
|
||||
|
||||
func destub { html | with html title ;
|
||||
stub.html
|
||||
|
|
|
@ -23,6 +23,7 @@ a.btn {
|
|||
min-width: fit-content;
|
||||
padding: 10px;
|
||||
margin: 0;
|
||||
margin-bottom: 1px;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
transition: 0.2s;
|
||||
|
|
Loading…
Add table
Reference in a new issue