Download Guidebook.md — Minecraft Mods — MetaMods
Guidebook.md

Guidebook.md

Active

Downloads

0

Last update

1 month ago

Versions

b1.7.3
Client
Game mechanics
Libraries
Social

Guidebook.md

Helps BTA modders create mod guides quickly and easily using Markdown with extra features

How to Use?
Create a MDBookScreen inherited class. Load config from asset path, include .md files.
Use as a normal screen, opened from a trigger.

Formats

Use < & > chars for color codes:

- 0 = &0Black
- 1 = &1Dark Blue
- 2 = &2Dark Green
- 3 = &3Dark Aqua
- 4 = &4Dark Red
- 5 = &5Dark Purple
- 6 = &6Gold
- 7 = &7Gray
- 8 = &8Dark Gray
- 9 = &9Blue
- a = &aGreen
- b = &bAqua
- c = &cRed
- d = &dLight Purple
- e = &eYellow
- f = &fWhite
- s = &sShadow
- r = Reset

Syntax

Regular &3Markdown syntax adapted for &6BTA Guidebook format:
# H1
## H2
### H3
#### H4
##### H5
###### H6
* Unordered List
- Unordered List
1. Ordered List

Specials

**Images**
- [text](/assets/modid/textures/path/to/img.png)(width,height,type)
- ![slot](modid:item/name)
- ![workbench](empty,empty,empty,empty,empty,empty,empty,empty,empty, empty)
  • Width & Height in pixels
  • type = default | icon or (no text) to use default option
  • The workbench last slot it's for output item

How to use?

Markdown guidebook

public class MyBook extends MarkdownGuidebook<MDPage> {

    public IntroBook() {
        String path = "/assets/modid/markdown/mybook/";
        config = BookConfig.fromJsonResource(getClass(), path + "config.json");

        DecimalFormat formatter = new DecimalFormat("000");
        for (int i = 0; i<11; i++) {
            String fileName = "page_" + formatter.format(i + 1) + ".md";

            loadMarkdownPages(path + fileName);
        }
    }
}

Display markdown

Check superclass for more info.

public class MyMDScreen extends MDScreen {
    public MyMDScreen() {
        currentPage = MarkdownCompiler.compile("/assets/modid/markdown/path/to/your/file.md", getClass());
    }
}

In-Game Markdown Editor

Use the editable book in-game and export the Markdown content to use in your project! Or use it to share information with your friends in your world!

image image

Commands

Export or load markdown books.

  • Use: /guidebook export </p> <ul> <li>to export to: btafolder/guidebook/exported/<title></li> </ul> </li> <li> <p>Use: /guidebook load <title></p> <ul> <li>Load from: btafolder/guidebook/load/<title></li> </ul> </li> </ul> <h3>Showcase</h3> <p>Download the zip with the files in the release page</p> <img width="1464" height="879" alt="image" src="https://github.com/user-attachments/assets/d87392c0-9c10-44e0-878c-a8926bffca7f" /> <p><a href="https://github.com/user-attachments/assets/d2f9fe57-74f7-433e-8f00-0848fc137571">https://github.com/user-attachments/assets/d2f9fe57-74f7-433e-8f00-0848fc137571</a></p> </div> </div> </div> </div> <div class="col-lg-4"> <div class="sticky-top"> <div class="card border-radius-md mb-24"> <div class="card-body"> <h6 class="mb-24 fw-500">Project members</h6> <a href="https://metamods.net/en/author/Garkatron" target="_blank"> <div class="card author-card small-card "> <div class="card-body"> <div class="d-flex align-items-center justify-content-between" style="gap: 24px;"> <div class="d-flex align-items-center" style="gap: 12px"> <img src="https://cdn.modrinth.com/user/9SQ2MlEZ/229c23ba675ebb5374cadb8ceb1aff53750b101a.png" alt="Garkatron"> <div> <p class="text-md text-default fw-500 mb-0">Garkatron</p> <p class="mb-0 mt-6 text-md">Developer</p> </div> </div> <svg class="mr-14" width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7 5L11 9L7 13" stroke="var(--body-color-neutral)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </div> </div> </div> </a> </div> </div> <div id="resource-263235-ad-block"></div> </div> </div> </div> </div> </main> <div class="modal fade" id="easylauncher-deeplink" tabindex="-1" aria-labelledby="easylauncher-deeplink" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered"> <div class="modal-content"> <button type="button" class="modal-close" data-bs-dismiss="modal" aria-label="Close"> <svg width="16" height="16" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M3 3L9 9M15 15L9 9M9 9L15 3M9 9L3 15" stroke="var(--btn-close-color)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </button> <div class="modal-body"> <div class="row no-gutters justify-content-center mb-36"> <div class="col-lg-10 col-sm-11"> <div class="text-center"> <h4 class="mb-24"> Похоже, у вас не установлен<br> <a href="https://easylauncher.org/?utm_source=ModStock&utm_medium=cpc&utm_campaign=deeplink" target="_blank" class="d-flex align-items-center justify-content-center gap-6 text-default text-decoration-underline"> <svg width="32" height="31" viewBox="0 0 32 31" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M25.5427 9.56873H6.45508V21.3591H25.5427V9.56873Z" fill="white"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M19.5951 2.00129C17.3703 0.710753 14.6292 0.710753 12.4044 2.00129L6.16178 5.62237C3.93695 6.9129 2.56641 9.2979 2.56641 11.879V19.1211C2.56641 21.7022 3.93696 24.0872 6.16179 25.3778L12.4044 28.9988C14.6292 30.2893 17.3703 30.2893 19.5951 28.9988L25.8377 25.3778C28.0625 24.0872 29.4331 21.7022 29.4331 19.1211V11.879C29.4331 9.2979 28.0625 6.9129 25.8377 5.62237L19.5951 2.00129ZM8.29557 18.7825V12.2762C8.2819 11.4388 8.96502 10.7525 9.79844 10.7525H14.5393C15.0448 10.7525 15.4683 11.1781 15.4683 11.6859C15.4683 12.2075 15.0448 12.6193 14.5393 12.6193H11.3013C10.7821 12.6193 10.3723 13.0448 10.3723 13.5528V13.6213C10.3723 14.143 10.7821 14.5685 11.3013 14.5685H13.9245C14.43 14.5685 14.8535 14.9803 14.8535 15.5019C14.8535 16.0098 14.43 16.4353 13.9245 16.4353H11.3013C10.7821 16.4353 10.3723 16.8471 10.3723 17.3687V17.506C10.3723 18.0276 10.7821 18.4394 11.3013 18.4394H14.6076C15.1131 18.4394 15.5367 18.8649 15.5367 19.3728C15.5367 19.8944 15.1131 20.3062 14.6076 20.3062H9.79844C8.96502 20.3062 8.29557 19.6336 8.29557 18.7825ZM16.9013 18.2747V11.8095C16.9013 11.2192 17.3658 10.7525 17.9396 10.7525C18.5135 10.7525 18.9917 11.2192 18.9917 11.8095V17.4511C18.9917 17.9727 19.4152 18.3982 19.9344 18.3982H22.7761C23.309 18.3982 23.7325 18.8238 23.7325 19.3591C23.7325 19.8807 23.309 20.3062 22.7761 20.3062H18.9097C17.803 20.3062 16.9013 19.4003 16.9013 18.2747Z" fill="#0066FE"/> </svg> EasyLauncher <svg width="28" height="27" viewBox="0 0 28 27" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M8 19.5L20 7.5M20 7.5V19.5M20 7.5H8" stroke="var(--body-color)" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/> </svg> </a> </h4> <p class="mb-0">Революционный Minecraft лаунчер с поддержкой игровых модификаций и популярных сборок.</p> </div> </div> </div> <div class="d-flex align-items-center justify-content-center flex-wrap gap-20 mb-40"> <button type="button" class="btn btn-outline-neutral btn-pill text-neutral" data-bs-dismiss="modal" aria-label="Close"> Уже установлен </button> <a href="https://easylauncher.org/download?utm_source=ModStock&utm_medium=cpc&utm_campaign=download" target="_blank" class="btn btn-primary btn-pill"> <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M3 12.75V14.25C3 14.6478 3.15804 15.0294 3.43934 15.3107C3.72064 15.592 4.10218 15.75 4.5 15.75H13.5C13.8978 15.75 14.2794 15.592 14.5607 15.3107C14.842 15.0294 15 14.6478 15 14.25V12.75M5.25 8.25L9 12M9 12L12.75 8.25M9 12V3" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> Загрузить лаунчер </a> </div> <img srcset="https://static.easyxcdn.net/assets/images/modstock/easylauncher-download-preview-light-1x.png 1x, https://static.easyxcdn.net/assets/images/modstock/easylauncher-download-preview-light-2x.png 2x"> </div> </div> </div> </div> <div id="captcha-container"></div> <footer class="footer"> <div class="footer-main"> <div class="container"> <div class="row align-items-center no-gutters"> <div class="col-lg-4 text-lg-start text-center mb-lg-0 mb-48"> <a href="https://metamods.net/en" class="logo flex-shrink-0 mx-lg-0 mx-auto mb-12"> <img src="https://metamods.net/themes/metamods/assets/images/modstock.svg" alt="ModStock"> <h4 class="mb-0 fw-500 text-white">MetaMods®</h4> </a> <p class="text-white-transparent">© 2023 — 2025 «MetaMods»</p> </div> <div class="col-lg-4 text-lg-start text-center mb-lg-0 mb-48"> <div class="mb-36"> <p class="text-white-neutral mb-6">Поддержка</p> <a href="mailto:support@metamods.net" class="h3 text-white"> support@metamods.net </a> </div> <div> <p class="text-white-neutral mb-6">Авторское право</p> <a href="mailto:dmca@metamods.net" class="h3 text-white"> dmca@metamods.net </a> </div> </div> <div class="col-lg-4 text-lg-start text-center"> <div class="d-flex align-items-center flex-wrap justify-content-lg-start justify-content-center" style="gap: 12px"> <a href="https://vk.com/metamods" target="_blank" class="btn btn-social"> <svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.72137 3.00213L10.2378 3H12.7622L13.2793 3.00213L13.9267 3.00921L14.2335 3.01417L14.5295 3.02196L14.815 3.03188L15.0898 3.04321L15.3547 3.05808L15.6097 3.07579L15.8541 3.09704L16.09 3.12042C17.3225 3.25925 18.1675 3.55675 18.805 4.19425C19.4425 4.83175 19.74 5.67608 19.8789 6.90929L19.903 7.14517L19.9235 7.39025L19.9412 7.64525L19.9554 7.90946L19.9731 8.32596L19.9816 8.61638L19.9908 9.07254L19.9972 9.72067L20 10.4148L19.9993 12.7615L19.9972 13.2786L19.9901 13.926L19.9851 14.2328L19.9773 14.5288L19.9674 14.8143L19.9561 15.0891L19.9412 15.354L19.9235 15.609L19.9022 15.8534L19.8789 16.0893C19.74 17.3218 19.4425 18.1668 18.805 18.8043C18.1675 19.4418 17.3232 19.7393 16.09 19.8782L15.8541 19.9023L15.609 19.9228L15.354 19.9405L15.0898 19.9547L14.6733 19.9724L14.3829 19.9809L13.9267 19.9901L13.2786 19.9965L12.5845 19.9993L10.2378 19.9986L9.72067 19.9965L9.07325 19.9894L8.76654 19.9844L8.47046 19.9766L8.185 19.9667L7.91017 19.9554L7.64525 19.9405L7.39025 19.9228L7.14587 19.9015L6.91 19.8782C5.6775 19.7393 4.83246 19.4418 4.19496 18.8043C3.55746 18.1668 3.25996 17.3225 3.12112 16.0893L3.09704 15.8534L3.0765 15.6083L3.05879 15.3533L3.04462 15.0891L3.02692 14.6726L3.01842 14.3822L3.00921 13.926L3.00283 13.2779L3 12.5838L3.00071 10.237L3.00283 9.71996L3.00992 9.07254L3.01487 8.76583L3.02267 8.46975L3.03258 8.18429L3.04392 7.90946L3.05879 7.64454L3.0765 7.38954L3.09775 7.14517L3.12112 6.90929C3.25996 5.67679 3.55746 4.83175 4.19496 4.19425C4.83246 3.55675 5.67679 3.25925 6.91 3.12042L7.14587 3.09633L7.39096 3.07579L7.64596 3.05808L7.91017 3.04392L8.32667 3.02621L8.61708 3.01771L9.07325 3.0085L9.72137 3.00213ZM7.80958 8.17013H5.86875C5.96083 12.5901 8.17083 15.2464 12.0454 15.2464H12.265V12.7176C13.6887 12.8593 14.7654 13.9005 15.1975 15.2464H17.2092C16.6567 13.2347 15.2046 12.1226 14.2979 11.6976C15.2046 11.1735 16.4796 9.89846 16.7842 8.17013H14.9567C14.56 9.57263 13.3842 10.8476 12.265 10.968V8.17013H10.4375V13.0718C9.30417 12.7885 7.87333 11.4143 7.80958 8.17013Z" fill="white" fill-opacity="0.75"/> </svg> VKontakte </a> <a href="https://t.me/metamods" target="_blank" class="btn btn-social"> <svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 2.5C9.61359 2.5 7.32281 3.4488 5.63672 5.13602C3.94889 6.8239 3.00047 9.113 3 11.5C3 13.886 3.94922 16.1768 5.63672 17.864C7.32281 19.5512 9.61359 20.5 12 20.5C14.3864 20.5 16.6772 19.5512 18.3633 17.864C20.0508 16.1768 21 13.886 21 11.5C21 9.11402 20.0508 6.82323 18.3633 5.13602C16.6772 3.4488 14.3864 2.5 12 2.5Z" fill="white" fill-opacity="0.75"/> <path d="M7.07388 11.405C9.69795 10.262 11.4473 9.50842 12.322 9.14434C14.8223 8.1047 15.3412 7.92414 15.6801 7.91802C15.7547 7.91683 15.9206 7.93525 16.0289 8.02279C16.1189 8.09662 16.1442 8.19646 16.1569 8.26656C16.1681 8.33659 16.1836 8.4962 16.1709 8.6208C16.0359 10.0439 15.4495 13.4974 15.1514 15.0914C15.0262 15.7658 14.7773 15.9919 14.5369 16.014C14.0137 16.0621 13.6172 15.6686 13.1109 15.3369C12.3192 14.8176 11.872 14.4944 11.1028 13.9877C10.214 13.4022 10.7906 13.0803 11.2969 12.5544C11.429 12.4167 13.7325 10.3221 13.7761 10.1321C13.7817 10.1083 13.7873 10.0197 13.7339 9.97305C13.6819 9.92622 13.6045 9.94225 13.5483 9.95491C13.4681 9.9729 12.2039 10.8093 9.75138 12.4641C9.39279 12.7107 9.06795 12.831 8.77545 12.8246C8.45482 12.8177 7.83607 12.643 7.37623 12.4936C6.81373 12.3104 6.36513 12.2135 6.40451 11.9023C6.4242 11.7403 6.64779 11.5745 7.07388 11.405Z" fill="#2C2E35"/> </svg> Telegram </a> </div> </div> </div> </div> </div> </footer> <script> oc.ajax('ResourcePage::onShow'); </script> <script> (function () { renderYandexAds('R-A-16305232-1', 'resource-263235-ad-block') })(); </script> <script src="https://metamods.net/themes/metamods/assets/js/theming.js"></script> <script src="/modules/system/assets/js/framework-turbo.js"></script> <div class="captcha-wrapper"></div> </body> </html>