From 8b4a878f998c0bc989eee338128cd4d2758ed4d8 Mon Sep 17 00:00:00 2001 From: Nexan Date: Sun, 28 Sep 2025 22:20:47 -0500 Subject: [PATCH] File Structure change and Data Input changed how the layout of the file structure is, as well as added a lot of the information on commands and made sure the site would work --- docs/commands.md | 25 ++- docs/datapacks.md | 6 + docs/index.md | 8 +- docs/mods.md | 2 + mkdocs.yml | 18 ++ site/404.html | 64 +++++-- site/commands.html | 267 ++++++++++++++++++++++++++++ site/commands/index.html | 204 --------------------- site/datapacks.html | 230 ++++++++++++++++++++++++ site/datapacks/index.html | 186 ------------------- site/index.html | 74 ++++++-- site/{mods/index.html => mods.html} | 102 ++++++++--- site/sitemap.xml.gz | Bin 127 -> 127 bytes 13 files changed, 748 insertions(+), 438 deletions(-) create mode 100644 site/commands.html delete mode 100644 site/commands/index.html create mode 100644 site/datapacks.html delete mode 100644 site/datapacks/index.html rename site/{mods/index.html => mods.html} (72%) diff --git a/docs/commands.md b/docs/commands.md index 0ac29c9..f657a8c 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -6,10 +6,31 @@ authors: Nexan # Commands -## Roleplay and Lore -`/trigger` +## Roleplay and Decoration +To change the model data of an item stack in the player's mainhand: +`/trigger CustomModelData set ` + +You can apply custom names and "lore" to items using the following: +`/trigger FormatName` +to bring up the Name Formatting interface in chat + +Get the Armor Stand book with `/trigger as_help` then scroll up in chat a bit and click the green "here" to get the book for free. That trigger will also tell you how to get the book in other ways if you prefer not to get a free book, as well as tell you how to get/craft the Pointer Wand and Adjustment Wand. + +You can use `/trigger if_invisible` to turn item frames invisible. Additionally, this can be achieved using the Armor Statues book if you have that. + +Another way to modify Armor Stands to create Statues is to hold Shift and Right-Click on the statue's base with a tool in the primary hand. This will pull up the Armor Statues GUI that allows you to re-name a statue by clicking the name at the top of the screen, change the X/Y/Z values of the parts of the stand in the top-right, change visibility, gravity, size, and a few other values of the stand with the buttons in the top-left, apply default or saved poses with the bottom-left buttons, and change which hand is holding an item, mirroring a pose, and altering certain other values with buttons in the bottom-right. + +The primary differences between the Armor Statues GUI and the Armor Statues Book are that the book lets you "connect" the armor stand to redstone, while the GUI is more suited to posing and creating statues with one Stand. +The Pointer Wand is, I believe, meant to be used to create statues with multiple armor stands. ## Functionality +To turn on or off the durability ping (a ding when a tool's durability gets to a certain point), or alter when the ping goes off, type `/trigger duraPing` to pull up the menu in chat + +If you are in The Nether and you need to check where you would get spit out in the overworld if you travel through a portal, type `/trigger nc_inNether` +To get the coordinates of where a portal in the Nether would be while in the overworld, type `/trigger nc_inOverworld` + +If you do not want to have the F3 menu up all the time, or if you choose not to have MiniHud activated, you can type `/trigger ch_toggle` to toggle a Coordinates Hud on or off. It will show your current X/Y/Z as well as which direction you are facing, and the time in-game. + ## General \ No newline at end of file diff --git a/docs/datapacks.md b/docs/datapacks.md index e69de29..05297e7 100644 --- a/docs/datapacks.md +++ b/docs/datapacks.md @@ -0,0 +1,6 @@ +--- +title: Datapack List +summary: List of datapacks that modify something on the server +authors: Nexan +--- + diff --git a/docs/index.md b/docs/index.md index a4b6d9d..d32090c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1 +1,7 @@ -Hello, testing \ No newline at end of file +--- +title: Home Page +summary: Front Page to the Documentation +authors: Nexan +--- + +Hey all, this is the front page for the documentation for the Tormented House Minecraft server \ No newline at end of file diff --git a/docs/mods.md b/docs/mods.md index e0c99f5..c1476d2 100644 --- a/docs/mods.md +++ b/docs/mods.md @@ -78,3 +78,5 @@ Box Tooltip lets you "peek" into shulkers by hovering the mouse over them while - Coordinate Finder - Better Server Packs - Armor Poser + +### Mod Summary \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 7fd3eb2..75113f4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,11 +7,29 @@ site_author: 'Nexan' docs_dir: 'docs' site_dir: 'site' draft_docs: 'drafts/' +use_directory_urls: false plugins: - pub-obsidian - pub-minifier markdown_extensions: - mdx_wikilink_plus + - pymdownx.caret + - pymdownx.mark + - pymdownx.tilde + - pymdownx.blocks.details: + types: + - name: info + class: terminal-alert + title: Info + - name: warning + class: 'terminal-alert terminal-alert-error' + title: Warning + - name: important + class: 'terminal-alert terminal-alert-primary' + title: Important + - attr_list + - md_in_html + - footnotes nav: - Home: 'index.md' - 'Commands': 'commands.md' diff --git a/site/404.html b/site/404.html index 1fa421e..f535d76 100644 --- a/site/404.html +++ b/site/404.html @@ -56,11 +56,6 @@ #mkdocs-terminal-site-name.terminal-prompt::after { display: none; } - - @@ -78,7 +73,56 @@ - +
+
+ + + +
+