2018-10-16 05:56:45 +08:00
|
|
|
# Cube-World-Commands-Mod
|
2018-10-16 06:06:28 +08:00
|
|
|
For use with the Cube World Mod Launcher: https://github.com/ChrisMiuchiz/Cube-World-Mod-Launcher
|
|
|
|
|
|
|
|
## Commands:
|
2018-10-17 02:56:15 +08:00
|
|
|
#### Display list of commands
|
|
|
|
|
|
|
|
/help
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2018-10-16 06:06:28 +08:00
|
|
|
#### Display world coordinates
|
|
|
|
|
|
|
|
/coords
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
#### Display coordinates in terms of chunks
|
|
|
|
|
|
|
|
/chunks
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
#### Teleport in terms of world coordinates
|
|
|
|
|
|
|
|
|
|
|
|
/tp <x> <y> <z>
|
|
|
|
|
|
|
|
---
|
|
|
|
#### Teleport in terms of chunks
|
|
|
|
|
|
|
|
/tpch <x> <y>
|
|
|
|
|
2018-10-17 06:53:15 +08:00
|
|
|
---
|
|
|
|
#### Teleport with an offset
|
|
|
|
|
|
|
|
/move <x> <y> <z>
|
|
|
|
|
2018-10-17 08:43:41 +08:00
|
|
|
---
|
|
|
|
#### Set time
|
|
|
|
|
|
|
|
/settime <hour>:<minute>
|
|
|
|
|