Commands - fnar/minecraft-roguelike GitHub Wiki
The in-game commands are mainly intended for debugging and testing.
Shows current biome and forge biome dictionary types. useful for debugging
Generates a city ?? Shows a bunch of random towers. I'm not completely sure what the purpose of this is.
Reloads the Config File. This is useful in case you edit the config files and want to see the change reflected without restarting the instance of Minecraft where the Roguelike Dungeons mod is running (server or client).
Spawns a dungeon. If a location is provided, the dungeon spawns at that location. If X and Z are provided, they are the X/Z parts of the coordinates where you want to spawn the dungeon. If provided, "here" or "nearby" spawn the dungeon at the location of the person sending the command. If a setting name is provided (e.g. "builtin:forest" or "builtinForest") then that specific dungeon is spawned if possible (See Dungeon Setting).
Gives a novelty item to the command user
reload the settings resolver, which includes both builtin and custom settings in case of an error, reload will fail with a report of the failure reason. It is intended that eventually every possible failure will have an associated error message.
lists all available settings
The namespace
parameter is optional. If supplied, only settings within the supplied namespace are listed.
lists all available tower types
spawn a tower of the specified type at the location of the caller