Files
AltitudeWeb/frontend/src/app/pages/features/skyblock/skyblock.component.html
T
stijn ebe66c87c0 Rework folder structure in frontend
Pages are now grouped per group they appear in on in the header (where possible)
Utilities used by multiple pages in the project are grouped in folders such as services/pipes/etc
2025-07-04 19:50:21 +02:00

124 lines
6.7 KiB
HTML

<ng-container>
<app-header [current_page]="'skyblock'" height="460px" background_image="/public/img/backgrounds/babywither.png"
[overlay_gradient]="0.5">
<div class="title" header-content>
<h1>Skyblock</h1>
<h2>A skyblock server blending vanilla gameplay with unique enhancements for an elevated, community-driven sky
adventure.</h2>
</div>
</app-header>
<main>
<section class="darkmodeSection">
<section class="columnSection">
<div class="columnContainer">
<div class="columnParagraph">
<h2>Discover Comet</h2>
<p>Welcome to Comet, a skyblock server that offers players a unique blend of the features you know and love
with a dash of exiciting enhancements to elevate your sky-high adventure.</p>
<p>The heart of the skyblock challenge is the same as your traditional experience: start on a small island
in the sky with limited resources and aim to expand your domain and conquer the endless void. However,
Comet is not your ordinary skyblock experience. We've carefully introduced a selection of enhancements to
enrich the gameplay without overwhelming the core vanilla experience that players love and cherish.</p>
<p style="padding-bottom: 5px !important;">Some of the key features and enhancements includes:</p>
<ul>
<li><span style="font-family: 'opensans-bold', sans-serif;">Explorable Biomes:</span> All islands are on
the same public seed, you can expand your island and explore to find different biomes. Certain mobs only
spawn in certain biomes.
</li>
<li><span style="font-family: 'opensans-bold', sans-serif;">Dynamic Economy:</span> Engage with our
vibrant server economy, where you can trade items with other players, visit the spawn shops or even set
up your own shops on your island.
</li>
<li><span style="font-family: 'opensans-bold', sans-serif;">Custom Achievements:</span> Beyond the
traditional skyblock objectives, Comet introduces a series of custom achievements which will test your
skills and reward you with valuable resources and unique items.
</li>
<li><span style="font-family: 'opensans-bold', sans-serif;">Cooperative Play:</span> Team up with friends
or make new allies to build your sky empire together.
</li>
</ul>
<p style="padding-top: 10px;">Comet is the perfect experience for those who love skyblock but crave a bit
more excitement and community interaction. Whether you're a seasoned player or new to the sky life, Comet
provides a rich platform for exploration, creativity and fun.</p>
<p>Join Comet today and discover that in the world of skyblock, the sky is just the beginning.</p>
</div>
<div class="columnParagraph">
<h2>Useful commands</h2>
<ul>
<li><span style="font-family: 'opensans-bold', sans-serif;">/island -</span> Opens a GUI where you can see
information about your island, change settings and do upgrades
</li>
<li><span style="font-family: 'opensans-bold', sans-serif;">/island go -</span> Start a new island or go
to your current island
</li>
<li><span style="font-family: 'opensans-bold', sans-serif;">/island invite &lt;username&gt; -</span>
Invite a player to your island
</li>
<li><span style="font-family: 'opensans-bold', sans-serif;">/island kick &lt;username&gt; -</span> Kick a
player from your island
</li>
<li><span style="font-family: 'opensans-bold', sans-serif;">/island leave -</span> Leave your current
island
</li>
<li><span style="font-family: 'opensans-bold', sans-serif;">/island restart -</span> Reset your island
without affecting removing your island members
</li>
<li><span style="font-family: 'opensans-bold', sans-serif;">/island setowner &lt;username&gt; -</span> Set
a new owner of your current island
</li>
<li><span style="font-family: 'opensans-bold', sans-serif;">/island visit &lt;username&gt; -</span> Visit
the specificed player's island
</li>
</ul>
</div>
</div>
<div class="columnContainer">
<div class="columnParagraph">
<h2>Cobble Generator Levels</h2>
<p><span style="font-family: 'opensans-bold', sans-serif;">Note:</span> Did you mess up your generator and
accidentally made an obsidian block? No fear, simply right click the obsidian with your bucket and it will
change lava in your bucket!</p>
<ul>
<p style="padding-bottom: 5px !important;">Level 1, coal</p>
<li>Island level 20</li>
<li>64 cobblestone</li>
<p style="padding-bottom: 5px !important;">Level 2, iron</p>
<li>Island level 35</li>
<li>128 cobblestone</li>
<li>35 coal</li>
<p style="padding-bottom: 5px !important;">Level 3, redstone</p>
<li>Island level 50</li>
<li>192 cobblestone</li>
<li>50 iron</li>
<p style="padding-bottom: 5px !important;">Level 4, lapis</p>
<li>Island level 60</li>
<li>256 cobblestone</li>
<li>60 redstone</li>
<p style="padding-bottom: 5px !important;">Level 5, copper</p>
<li>Island level 70</li>
<li>320 cobblestone</li>
<li>70 lapis</li>
<p style="padding-bottom: 5px !important;">Level 6, gold</p>
<li>Island level 80</li>
<li>384 cobblestone</li>
<li>80 copper</li>
<p style="padding-bottom: 5px !important;">Level 7, emerald</p>
<li>Island level 90</li>
<li>448 cobblestone</li>
<li>90 gold</li>
<p style="padding-bottom: 5px !important;">Level 8, diamond</p>
<li>Island level 100</li>
<li>512 cobblestone</li>
<li>100 emerald</li>
<p style="padding-bottom: 5px !important;">Level 9, ancient debris</p>
<li>Island level 150</li>
<li>576 cobblestone</li>
<li>150 diamond</li>
</ul>
</div>
</div>
</section>
</section>
</main>
</ng-container>