-
Notifications
You must be signed in to change notification settings - Fork 53
Commands
naqaden edited this page Jan 14, 2020
·
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
- may be listed with the
roguelike settings list
command
-
roguelike tower
- lists all available tower types
-
roguelike tower type
- spawn a tower of the specified type at the location of the caller
-
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