Skip to content
This repository was archived by the owner on Aug 24, 2026. It is now read-only.

Fix documentation inaccuracies against 1.0.4-SNAPSHOT codebase - #17

Closed
PerrierBouteille with Copilot wants to merge 198 commits into
Documentationfrom
copilot/rewrite-documentation
Closed

PerrierBouteille with Copilot wants to merge 198 commits into
Documentationfrom
copilot/rewrite-documentation

Conversation

Copilot AI commented Feb 20, 2026 •

Copy link
Copy Markdown

The GitBook docs contained several references to features, commands, and files that no longer exist in 1.0.4-SNAPSHOT — primarily leftovers from a YAML-based config era that has been fully replaced by Redis/dashboard-driven management.

Removed non-existent references

  • dungeon_exemple.yml — plugins/NextDungeon/dungeons/ no longer exists; all dungeon config is dashboard-only since 1.0.4 (installation.md, quick-start-guide.md)
  • YAML + Redis Migration section (editing-dungeons.md) — /dungeon admin load and /dungeon admin migrate-to-redis are not @Command-annotated and do not exist
  • /dungeon admin test — appears only in the help-text string, not implemented as an actual command (editing-dungeons.md, creating-dungeons.md, updating.md)
  • /dungeon debug print — not present in DebugCommands.java (commands-and-permissions.md)

Added missing debug commands

Four implemented-but-undocumented commands added to the debug table:

Command Description
/dungeon debug toggle Toggle debug mode at runtime
/dungeon debug setlogbroadcast <type> Change log output (CONSOLE/IN_GAME/BOTH)
/dungeon debug floor <dungeonId> <floorId> Print floor debug info
/dungeon debug trigger <dungeonId> <floorId> Print trigger debug info

Misc

  • Fixed fused code-fence/horizontal-rule syntax error in conditions-and-variables.md

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…t YAML configs and commands, add missing debug commands

Co-authored-by: PerrierBouteille <91777437+PerrierBouteille@users.noreply.github.com>
Copilot AI changed the title [WIP] Update and rewrite GitBook documentation for NextDungeon Fix documentation inaccuracies against 1.0.4-SNAPSHOT codebase Feb 20, 2026
Copilot stopped work on behalf of PerrierBouteille due to an error February 20, 2026 22:16
@PerrierBouteille
PerrierBouteille changed the base branch from main to Documentation February 20, 2026 22:16
@PerrierBouteille
PerrierBouteille deleted the copilot/rewrite-documentation branch February 20, 2026 22:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants