-
Notifications
You must be signed in to change notification settings - Fork 54
Commands
Brian Rivas edited this page Mar 6, 2017
·
11 revisions
The in-game commands are mainly intended for debugging and testing.
-
roguelike dungeon X Z
- where X and Z are the X/Z parts of the coordinates where you want to spawn the dungeon
-
roguelike dungeon here
- spawn a dungeon at the location of the caller
-
roguelike dungeon nearby
- spawn a dungeon somewhere near the caller
-
roguelike dungeon [here | nearby | X Z] setting
- where setting is a name defined in a [Dungeon Setting](https://github.com/Greymerk/minecraft-roguelike
- may be listed with the
roguelike settings list
command /wiki/Dungeon-Settings)
-
roguelike config reload
- reload the Config File at runtime
-
roguelike settings reload
- 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.
-
roguelike settings list
- lists all available settings
-
roguelike biome
- shows current biome and forge biome dictionary types. useful for debugging