java [-cp CLASSPATH] org.moock.unity.core.Unity COMMAND [OPTIONS]
COMMAND is one of the available Unity commands.-cp lib\unity_core.jar;lib\log4j.jar;lib\xerces.jar;lib\xml-apis.jar;lib\jdom.jar
-cp lib/unity_core.jar:lib/log4j.jar:lib/xerces.jar:lib/xml-apis.jar:lib/jdom.jar
Command | Options | Notes |
start Starts the Server. |
option 1: config file (not required) | Config file option defaults to "uconfig.xml". |
stop (2 option version) Stops the Server. |
option 1: port option 2: admin password |
Assumes local IP address of "localhost". |
stop (3 option version) Stops the Server. |
option 1: IP address option 2: port option 3: admin password |
|
restart (2 option version) Restarts the Server. |
option 1: port option 2: admin password |
Assumes local IP address of "localhost". |
restart (3 option version) Restarts the Server. |
option 1: IP address option 2: port option 3: admin password |
|
version Prints out the version of Unity running. |
||
manifest Writes the Server manifest to an XML file. |
option 1: IP address option 2: port option 3: admin password option 4: file name (not required) |
File name option defaults to "manifest.xml". |
unban Unbans an IP. |
option 1: IP address option 2: port option 3: admin password option 4: the ip address (as it appears in the banned.txt file) to unban. |
java -cp lib\unity_core.jar;lib\xerces.jar;lib\xml-apis.jar;lib\log4j.jar;lib\jdom.jar org.moock.unity.core.Unity manifest localhost 9101 password
java -cp lib/xerces.jar:lib/xml-apis.jar:lib/unity_core.jar:lib/log4j.jar:lib/jdom.jar org.moock.unity.core.Unity stop 9101 password