AltitudeWeb/frontend/src/app/mapart/mapart.component.html

76 lines
4.5 KiB
HTML

<ng-container>
<app-header [current_page]="'mapart'" height="460px" background_image="/public/img/backgrounds/trees.jpg"
[overlay_gradient]="0.5">
<div class="title" header-content>
<h1>Mapart</h1>
<h2>Altitude features a way to save maparts.</h2>
</div>
</app-header>
<main>
<section class="darkmodeSection">
<section class="columnSection">
<div class="columnContainer">
<div class="columnParagraph">
<h2>What is mapart?</h2>
<p>Any map is a piece of art, but the common meaning of this is an actual drawing onto a map. By placing
blocks on a plot to color in a map one pixel at a time, you can create an image.</p>
<p>Creating these maps is time consuming, and Altitude wants to support these mapartists by offering an
easier way to share their mapart..</p>
</div>
<div class="columnParagraph">
<h2>How to save mapart</h2>
<p>After you have placed all blocks on your plot and have the image recorded on your map, hold the map in
your main hand and do <span style="font-family: 'opensans-bold', sans-serif;">/mapart save</span>. This
will cost you $1000 in-game currency. The saving process can take several minutes.</p>
</div>
<div class="columnParagraph">
<h2>Useful resources for creating mapart</h2>
<p>Mapart may be created simply by zooming in on an image you wish to create and placing pixels by eye.
First, however, you must know what blocks to use for each color. This <a
href="https://minecraft.gamepedia.com/Map_item_format">Minecraft wiki article</a> explains map item
formatting such as colors available on maps and the blocks that correspond.</p>
<p>Pick whichever blocks are the most convenient to collect and to break later if you plan on reusing blocks
for multiple maps.</p>
<p>Additionally, there is an incredibly useful online tool known as Mapartcraft by Rebane that can take an
image and automatically convert it to a schematic that can be used in conjunction with
litematica/schematica as a guide to create much more detailed mapart! Be sure to select the correct
version of Minecraft in the settings and pick your preferred blocks. This tool can be found <a
href="https://rebane2001.com/mapartcraft/">here</a>.</p>
<p>Reminder: While schematica and litematica are permitted mods on Altitude, any features like auto-build
and easy-place they may include are not!</p>
</div>
</div>
<div class="columnContainer">
<div class="columnParagraph">
<h2>Is my mapart protected?</h2>
<p>The only person that can remove or clone saved maps is the one who created them. Mapart can be copied by
using the vanilla method on a cartography table.</p>
</div>
<div class="columnParagraph">
<h2>What mapart can I make</h2>
<p>If you plan on making some kind of map art that some may consider inappropriate, explicit, or
controversial, you can submit a request for review through our AltitudeBot support bot on Discord. Simply
message the bot anything, and the bot will reply with commands that you can utilize. For mapart review
requests, you will be using the command <span style="font-family: 'opensans-bold', sans-serif;">!mapart &lt;description of map art&gt;</span>.
Please be sure to also attach an image of the mapart (it is not possible to submit the request without an
image)!</p>
<p>Creating inappropriate mapart without prior approval may result in deletion of the mapart itself and
punishment for the creator.</p>
</div>
<div class="columnParagraph">
<h2>Useful Commands</h2>
<ul>
<li><span style="font-family: 'opensans-bold', sans-serif;">/mapart save -</span> Save a mapart</li>
<li><span style="font-family: 'opensans-bold', sans-serif;">/mapart remove -</span> Delete a mapart</li>
<li><span style="font-family: 'opensans-bold', sans-serif;">/mapart find -</span> See who made a specific
mapart
</li>
</ul>
</div>
</div>
</section>
</section>
</main>
</ng-container>