-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
juimuifun edited this page May 20, 2026
·
1 revision
All commands for DungeonsTower use the base command /dt or /dungeonstower.
| Command | Description |
|---|---|
/dt help |
Displays the help menu. |
/dt version |
Shows the current plugin version. |
/dt reload |
Reloads config.yml and lang.yml. |
These commands are used to build, manage, and teleport to your generated dungeons.
| Command | Description |
|---|---|
/dt maze list |
Lists all available .json maze blueprints in the muze/ folder. |
/dt maze build <name> [biome] |
Builds a maze from the specified JSON file. Optionally sets the WorldEdit biome. |
/dt maze rebuild <name> [biome] |
Clears and rebuilds an already generated maze at its exact original coordinates. |
/dt maze remove <name> |
Permanently deletes a built maze from the world and removes its data. |
/dt maze setblock <name> <pattern> |
Changes the base block pattern for the maze (uses WorldEdit syntax, e.g., 40%stone,60%cobblestone). Requires a rebuild to apply.
|
/dt maze tp <name> |
Teleports you to the designated START location of the maze. |
These commands are used for the Platform Generator, a tool that helps you design and save custom rooms (schematics) perfectly scaled for your mazes.
| Command | Description |
|---|---|
/dt schematics platform create <maze> [shape] [var] |
Creates a glass platform template to design standard rooms (e.g., CORNER, STRAIGHT). Use all for the shape to generate all standard shapes at once. |
/dt schematics platform create <maze> customshape <type> <WxL> [var] |
Creates a custom-sized platform spanning multiple grid cells (e.g., /dt schematics platform create mymaze customshape BOSS 3x3 1). |
/dt schematics platform save <maze> [shape] |
Copies your built designs and saves them as .schem files directly into the plugin's schematic folder. |
/dt schematics platform clear <maze> [shape] |
Clears the blocks inside your active platform to start over. |
/dt schematics platform tp |
Teleports you to your currently active design platform. |
/dt schematics platform delete |
Deletes your active platform and cleans up the area. |