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:
|
|
|
|
#### Display world coordinates
|
|
|
|
|
|
|
|
/coords
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2019-09-23 07:50:21 +08:00
|
|
|
#### Teleport in terms of map coordinates
|
2018-10-16 06:06:28 +08:00
|
|
|
|
2019-09-23 07:50:21 +08:00
|
|
|
/tp <x> <y>
|
2018-10-16 06:06:28 +08:00
|
|
|
|
|
|
|
---
|
|
|
|
|
2018-10-17 08:43:41 +08:00
|
|
|
#### Set time
|
|
|
|
|
|
|
|
/settime <hour>:<minute>
|
|
|
|
|
2019-09-25 07:08:43 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
#### Set name
|
|
|
|
|
|
|
|
/name <name>
|
|
|
|
|
2019-10-06 04:08:12 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
#### Connect to a server via steam ID
|
|
|
|
|
|
|
|
/join <Steam ID>
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
#### Connect to a server using an alias, specified in Mods\CommandsMod\join.txt
|
|
|
|
|
|
|
|
/join <alias>
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
#### Allow anyone to connect to your server
|
|
|
|
|
|
|
|
/server open
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
#### Stop allowing anyone to connect to your server
|
|
|
|
|
|
|
|
/server close
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
#### Refuse all new sessions
|
|
|
|
|
|
|
|
/server block
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
#### Enable blacklisting Steam IDs specified in Mods\CommandsMod\blacklist.txt
|
|
|
|
|
|
|
|
/server blacklist
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
#### Log new session requests
|
|
|
|
|
|
|
|
/server log
|
|
|
|
|
|
|
|
|