-
Notifications
You must be signed in to change notification settings - Fork 6
Controls
Len edited this page Jan 26, 2023
·
9 revisions
The game is controlled via keyboard and mouse. Mobile/touch controls are planned and will probably come soon.
Here is the default key mapping:
| Key | Effect |
|---|---|
| Esc | Toggle menu |
| F3 | Toggle diagnostic information |
| E | Open inventory |
| P | Pause game |
| T | Open terminal/chat |
| WSAD | Move player horizontally |
| Space | Move player up |
| Shift | Move player down |
| Mouse primary | Destroy block |
| Mouse middle or G | Pick block type |
| Mouse secondary | Place block |
And here are a few commands:
| Command | Explaination |
|---|---|
| /clear | Delete chat history |
| /clearinv | Clear inventory |
| /exit | Close chat |
| /gamemode <0..2> | Set player's gamemode |
| /give | Add items to inventory |
| /help | List some commands |
| /me | Report your status |
| /save | Save world |
| /spawn | Set spawn point |
| /teleport [x y z] | Visit spawn or coordinate |
| /version | Show what are you currently playing |
| //wand | Select block section by mouse |
| //exit | Quit selection mouse mode |
| //expand vert | Expand current block section to full world height |
| //pos1 //pos2 | Select block section by current position |
| //regen | Reset/delete chunk by current position |
| //show | Show current block section |