File Details
Guide 1.2.0 (Web, Clipboard & Interactive Quests)
- R
- Jun 17, 2026
- 1.07 MB
- 1.7K
- 1.20.1
- Forge
File Name
guide-1.2.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
📘 Version 1.2.0 — Web Links, Clipboard & Interactive Quests Update
Massive feature update introducing full support for external web connectivity, in-game internet browsing confirmation safety layers, a native clipboard copying system, unified mod-source tooltips, and a powerful server-synced interactive quest system.
🚀 New Features
- Server-Synced Interactive Quest System
Introduced a fully integrated, live checkbox quest system directly within the guide book pages using standard Markdown syntax. Players can now click checkboxes to complete or reset tasks. Completed quests automatically darken and strike through the text with pixel-perfect alignment.
Introduced a fully integrated, live checkbox quest system directly within the guide book pages using standard Markdown syntax. Players can now click checkboxes to complete or reset tasks. Completed quests automatically darken and strike through the text with pixel-perfect alignment.
- Partial Strikeout via Vertical Separator (|)
Authors can now isolate rewards, hints, or footnotes from being struck through. Using a vertical pipe character (|) inside a quest line will perfectly stop the strikeout line at that exact boundary, keeping the reward text clean and brightly colored. The separator itself remains completely invisible on the page.
Authors can now isolate rewards, hints, or footnotes from being struck through. Using a vertical pipe character (|) inside a quest line will perfectly stop the strikeout line at that exact boundary, keeping the reward text clean and brightly colored. The separator itself remains completely invisible on the page.
- Smart Syntactical Escaping (Inline Code ` ` Protection)
Overhauled the Markdown parser to respect backtick code blocks. Wrapping any checkbox characters in backticks allows authors to write instructional text or formatting blueprints safely without triggering live, click-intercepting checkboxes on the screen.
Overhauled the Markdown parser to respect backtick code blocks. Wrapping any checkbox characters in backticks allows authors to write instructional text or formatting blueprints safely without triggering live, click-intercepting checkboxes on the screen.
- Monolithic Anti-Cheat Server Storage (NBT Data)
Designed a lightweight, robust network packet architecture that pipes click events from the client directly to the server, permanently anchoring player quest progress inside the vanilla server-side player.dat NBT structure. Player progress is bound to their UUID, completely preventing accidental quest wipes from local config deletions, launcher cache wipes, or system reinstalls.
Designed a lightweight, robust network packet architecture that pipes click events from the client directly to the server, permanently anchoring player quest progress inside the vanilla server-side player.dat NBT structure. Player progress is bound to their UUID, completely preventing accidental quest wipes from local config deletions, launcher cache wipes, or system reinstalls.
- Extended Guide Documentation (Chapters 17 & 18)
Added two in-depth tutorial chapters. Chapter 17 (Web Links & Clipboard) details hyperlink syntax and safety protocols (marked with a Compass icon). Chapter 18 (Interactive Quests) acts as a live, functional blueprint for checkboxes, NBT mechanics, and the pipe separator logic (marked with a Target icon).
Added two in-depth tutorial chapters. Chapter 17 (Web Links & Clipboard) details hyperlink syntax and safety protocols (marked with a Compass icon). Chapter 18 (Interactive Quests) acts as a live, functional blueprint for checkboxes, NBT mechanics, and the pipe separator logic (marked with a Target icon).
- Unified Mod-Source Attribution
Overhauled the entire tooltip rendering system across the guide book. Hovering over rotating 3D mobs, entities, items, or block icons on guide pages now dynamically queries the Forge Registry to identify the parent mod container, automatically appending the mod's formatted display name in blue-purple italics (§9§o) at the bottom of the passport.
Overhauled the entire tooltip rendering system across the guide book. Hovering over rotating 3D mobs, entities, items, or block icons on guide pages now dynamically queries the Forge Registry to identify the parent mod container, automatically appending the mod's formatted display name in blue-purple italics (§9§o) at the bottom of the passport.
- Markdown Web Hyperlinks (http:// & https://)
Implemented native support for standard Markdown web links within your guide text. Clicking any external link safely pauses the guide screen, triggers a vanilla Minecraft confirmation warning pop-up, and launches your default desktop browser upon acceptance.
Implemented native support for standard Markdown web links within your guide text. Clicking any external link safely pauses the guide screen, triggers a vanilla Minecraft confirmation warning pop-up, and launches your default desktop browser upon acceptance.
- Native Clipboard Copying System (copy:)
Added support for a specialized internal prefix "copy:". Authors can now create clickable text elements that instantly push console commands, coordinates, or server IPs directly to the player's system clipboard without closing the screen.
Added support for a specialized internal prefix "copy:". Authors can now create clickable text elements that instantly push console commands, coordinates, or server IPs directly to the player's system clipboard without closing the screen.
- In-Guide Toast Notifications
Copying text now triggers a sleek, custom-rendered Hi-Tech popup banner at the bottom of the book interface. The notification stays on screen for 2 seconds, supports fully responsive color formatting via standard paragraph section signs (§) directly from your .json language files, and plays a quiet UI click sound.
Copying text now triggers a sleek, custom-rendered Hi-Tech popup banner at the bottom of the book interface. The notification stays on screen for 2 seconds, supports fully responsive color formatting via standard paragraph section signs (§) directly from your .json language files, and plays a quiet UI click sound.
🛠️ Improvements & Fixes
- Zero-Warning Clean Compilation Monolith
Refactored the entire network registry and event handlers, restructuring split-line loop logic from index-of lookups to a dynamic sequential index matrix. This completely eliminates logical loop traps, prevents index crashes on duplicate text wraps, and suppresses all deprecated and unused return-value IDE warnings for a flawless compile state.
Refactored the entire network registry and event handlers, restructuring split-line loop logic from index-of lookups to a dynamic sequential index matrix. This completely eliminates logical loop traps, prevents index crashes on duplicate text wraps, and suppresses all deprecated and unused return-value IDE warnings for a flawless compile state.
- Anti-Scroll Hijack Lock
Completely overhauled the event propagation model inside mouseClicked, mouseReleased, and mouseDragged. Interacting with copy links or spoilers now rigorously intercepts underlying viewport click-throughs, preventing the text scrollbar from accidentally snapping back to the top of the page.
Completely overhauled the event propagation model inside mouseClicked, mouseReleased, and mouseDragged. Interacting with copy links or spoilers now rigorously intercepts underlying viewport click-throughs, preventing the text scrollbar from accidentally snapping back to the top of the page.
- Seamless Screen Interruption Memory
Overhauled screen task switching. Clicking "No" on the web safety warning screen or returning from your browser seamlessly drops you back into the guide book exactly where you left off, completely eliminating UI layout freezes.
Overhauled screen task switching. Clicking "No" on the web safety warning screen or returning from your browser seamlessly drops you back into the guide book exactly where you left off, completely eliminating UI layout freezes.