Console ~repack~ | Starsector

| Category | Example Command | Function | | :--- | :--- | :--- | | | addcredits 1000000 | Directly alters player's currency. | | World State Manipulation | setmarketowner "Asharu" "pirates" | Changes faction control of a colony. | | Entity Spawning | spawn "paragon" | Instantiates a ship into the current fleet or location. | | Debug & Introspection | list factions | Dumps all loaded faction IDs to console log. | | Script Execution | run "com.example.MyScript" | Executes arbitrary Java code against the live game state. |

Back
Top