Press ENTER to open the chat window. Then activate one of the effects indicated
below by entering the corresponding cheat phrase.
Note: All the cheats are entered through chat. No need to go through console.
Code Effect
———————————————————-
/help – Shows a list of commands.
/pay [playername],[amount],[currencyname] – Pay an amount of money to another player.
For Example: /pay Robert,100,Coins
/unstuck – Attempts to unstick your avatar
/fly – Toggles fly mode
/admin [player] – Adds a user as an Admin
/allskills – Unlocks all skills
/allworldobjects – Spawns all world objects
/allterrain – Spawns all diggable blocks
/atm – Add atmosphere
/day – Set and lock the server time to noon
/destroymeteor – Destroys the meteor in orbit.
/dumpcarried – Dumps all carried items.
/give [itemname],(amount) – Give yourself an item. Usage: /give Lumber,10
/noskills – Resets all skills to zero
/ownall – Claim all property
/poorbunnies – Kills all animals
/setspawn – Changes the spawn location you your current location
/skillpoints (amount) – Give yourself skill points
/spawnlasers – Spawns the end-game lasers and power supplies, and drops thier power needs.
/teleport (x),(y),(z) – Teleport to an xyz coordinate
/teleportplayer [player] – Teleport to a player
/vomit – Empties your stomach
How to Set Yourself as an Admin on Your Server:
———————————————–
To set yourself as an admin in the game panel follow the below steps;
1. Click on configuration files
2. Click text editor next to users.eco
3. Enter your character name in the admin file like so
{
$id: 1,
RequireAuthentication: true,
AllowDebugCalls: true,
PrivateServer: false,
WhiteList: {
$id: 2,
System.String: {
$type: System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib,
$values: []
}
},
BlackList: {
$id: 3,
System.String: {
$type: System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib,
$values: []
}
},
Admins: {
$id: 4,
System.String: {
$type: System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib,
$values: [
yourcharacternamehere,
your2ndcharacternamehere
]
}
},
MaxSlots: -1
}
4. Save the file
5. Reboot the server