This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
static_sprocket's profile picture

[1.32-1.4] Console Commands

Started by static_sprocket, 22 March 2012 - 03:05 PM
static_sprocket #1
Posted 22 March 2012 - 04:05 PM
From an administrative point of view on a public SMP server it would be nice if we could have a few console commands to assist in tracking down problematic programs and shutting down turtles and/or computers.

I would love to see the following console commands:


cc list computers - lists each computer currently placed in-world, it's ID, label (if any) and indicate either the program it's currently running, or shutdown if not active

cc list turtles - lists each turtle currently placed in-world, it's ID, it's label (if any) and indicate either the program it's currently running, or shutdown if not active

cc shutdown - allows you to remotely shutdown a computer or terminal provided it's ID or label

cc emp [radius] - an "electromagnetic pulse" that shuts down all computers and turtles currently in world, optionally within a specific radius
Neowulf #2
Posted 22 March 2012 - 04:34 PM
Agreed. Console commands for cleaning up turtles and computers would be nice.