SimpleGuide A lightweight “what should I do next?” helper for Paper/Spigot 1.20–1.21
Short description
[]Shows three concise hints at the top-right scoreboard: (1) your next logical advancement, (2–3) two context tips (food, gear, goals, etc.). []Includes an in-game GUI, a clickable help book, and a real locator (bossbar direction + compass target).
Advancement titles/descriptions follow the player’s language (Adventure GlobalTranslator). Optional overrides supported.
Screenshots
[]Overview []In-game Book []GUI ] []Navigator ]
How it works
[]Sidebar HUD (top-right): exactly three lines, pinned via scores 3, 2, 1 (no filler lines). []GUI:/guide opens a small menu to toggle the navigator, get the help book, or quick-locate (Village/Fortress/Stronghold/Monument). []Help book:/guide book (max. one per player). Click inside to open the GUI or toggle the navigator. []Navigator:/guide on|off, /guide target <x> <y> <z>, /guide locate <structure>. Bossbar shows a dynamic direction arrow + distance; your compass points at the target. []Localization: Uses the player’s language; you can override texts by dropping plugins/SimpleGuide/translations/de_de.json or de_de.yml. []Safe defaults:display.mode: sidebar, sidebar.show_usage_line: false. Old configs are migrated automatically.
Commands
Code (Text):
/guide # open GUI
/guide on|off # toggle navigator
/guide book # help book (one per player)
/guide target <x> <y> <z>
/guide locate <structure> # village | fortress | stronghold | monument
[]Java 17+ and Paper/Spigot 1.20–1.21. []Drop the jar into /plugins and start the server. * Add your own translations in plugins/SimpleGuide/translations/de_de.json or de_de.yml.