Total Miner PC Console Commands
While playing the game, press F9 Key to display the console window. Then, type one of the following codes and press [Enter] to activate the corresponding cheat function.
Console Commands
- cls: Clear the console screen.
- console: Adjust console settings.
- exit: Exit the console.
- help: Display help information.
- list: List various game information.
- msg: Send a text message.
- notify: Add a notification.
- player: Change the current player.
- script: Execute an existing script or single command.
tp: Teleport the current player or manipulate teleport points.
- tp -a -r -ra [name]
-a: Add a teleport point for the current player (where the current player is currently standing).
-r: Remove the named teleport point for the current player.
-ra: Remove all teleport points from the current player.
[name]: Name of the teleport point or map marker.
Examples:
- tp home: Teleport the current player to the teleport point or map marker named ‘home’.
- tp -a home: Add the teleport point ‘home’ to the current player.
- tp -r home: Remove the teleport point ‘home’ for the current player.
- tp -ra: Remove all teleport points from the current player.
inv: Manipulate the current player’s inventory.
- inv -a -e -r -ra [item] [qty]
-a: Add the item to the inventory. If [qty] is omitted, the item’s default stack size will be added. If no other -args are used, -a is assumed.
-e: Equip the item. Optional. Can be used in conjunction with -a.
-r: Remove the item from the inventory. If [qty] is omitted, all stacks of the item will be removed.
-ra: Remove all items.
[item]: The item to add/remove/equip/list.
[qty]: The number of units.
Examples:
- inv grass: Add a stack of grass (-a assumed).
- inv -a -e dirt 50: Add 50 dirt and equip.
- inv -e dirt: Equip dirt if it is in the inventory.
- inv -r dirt: Remove all stacks of dirt.
- inv -r dirt 50: Remove 50 dirt.
- inv -ra: Remove all items.
kill: Kill the current player, all NPCs, or all NPCs of a type.
- kill -a -p [npctype]
-a: Kill all NPCs.
-p: Kill the current player.
[npctype]: Kill all NPCs of this type.
Examples:
- kill -a: Kill all NPCs.
- kill -p: Kill the current player.
- kill goblin: Kill all goblins.