-
Notifications
You must be signed in to change notification settings - Fork 18
Commandreference
desht edited this page Jul 4, 2011
·
23 revisions
All commands are subcommands of the /chess
command. Commands can all be abbreviated to the shortest unique form, e.g. /chess c g
is equivalent to /chess create game
.
This command creates a new chess board. board-name is the unique identifier for the board. If you want to use a non-default style, also specify -style style-name. E.g. /chess create board2 -style Open
- /chess create game [game-name] [board-name]
This commands creates a new game. One or both of the game name and board name can be omitted. If the board name is omitted, ChessCraft will use the first free board it finds to host your game. If the game name is omitted, ChessCraft will generate a unique game name based on your player name and a number, e.g. desht-1, desht-2, etc.