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
Closed
PerrierBouteille with Copilot wants to merge 198 commits into
PerrierBouteille with Copilot wants to merge 198 commits into
Conversation
…or et améliorations diverses
1.0.3 snapshot
Update main with last version of 1.0.3-SNAPHOT
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)editing-dungeons.md) —/dungeon admin loadand/dungeon admin migrate-to-redisare 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 inDebugCommands.java(commands-and-permissions.md)Added missing debug commands
Four implemented-but-undocumented commands added to the debug table:
/dungeon debug toggle/dungeon debug setlogbroadcast <type>CONSOLE/IN_GAME/BOTH)/dungeon debug floor <dungeonId> <floorId>/dungeon debug trigger <dungeonId> <floorId>Misc
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.