ConvoSync Server Commands
====ConvoSync====
Version: 1.0.3
Commands:
- /exit [force] - Closes the server socket and exits the program. If you include the force argument, it will force the server to close. Use this if the server has trouble closing on its own.
- /stop [force] - Same as /exit.
- /reconnect - Closes the server socket and then reopens it.
- /restart - Completely restarts the ConvoSync server.
- /setcolor [color] - Sets the chat color used for the server name and GUI client name prefixes (details below).
- /setuseprefix [true|false] - Configures whether the server name is used as a prefix in chat.
- /kick <port> - Closes the connection on the specified port (details below).
- /list - Lists all connected clients.
- /users <list> - Lists all known online Minecraft users and all registered ConvoSync client users.
- /users <op> <name> - OPs the specified ConvoSync client user. This allows them to send cross-server commands from the ConvoSync client.
- /users <unregister> <name> - Unregisters the specified ConvoSync client user. They will have to re-register to use the ConvoSync client.
- /name <name> - Sets your name to the given name.
- /help - Prints all commands.
- /debug - Toggles debug mode.
- /version - Prints the current version.
Notes:
- The /setcolor command accepts a single character, so do not include the section (ยง) symbol. Just include the part that comes afterward. Use this page for reference on what character you need to send: http://www.minecraftwiki.net/wiki/Formatting_codes
- To use the /kick command, first use /list to identify the appropriate port, then kick that port with /kick.
Comments