Documentation
Options TASServer (Server Ta Spring en Java)
-PORT [nombre]
Le serveur hébergera la partie sur le port [nombre]. Si cette commande est omise le port par défaut sera utilisé.
-LAN
Le server tourne en “mode LAN”, cela signifie que n’importe qui peut se connecter à condition d’utiliser un login unique (le mot de passe sera ignoré dans ce cas).
Note: Le serveur acceptera également les utilisateurs en dehors du réseau local.
-DEBUG [number]
Utilisez 0 pour le mode silencieux, 1 pour normal et 2 pour le mode bavard.
-STATISTICS
Server will create and save statistics on disk on predefined intervals.
-NATPORT [number]
Server will use this port with some NAT traversal techniques. If command is omitted,
default port will be used.
-LOGMAIN
Server will log all conversations from channel #main to MainChanLog.log
-LANADMIN [username] [password]
Will override default lan admin account. Use this account to set up your lan server
at runtime.
-LOADARGS [filename]
Will read command-line arguments from the specified file. You can freely combine actual
command-line arguments with the ones from the file (if duplicate args are specified, the last
one will prevail).
-LATESTSPRINGVERSION [version]
Will set latest Spring version to this string. By default no value is set (defaults to “*”).
This is used to tell clients which version is the latest one so that they know when to update.
-DBURL [url]
Will set URL of the database (used only in “normal mode”, not LAN mode).
-DBUSERNAME [username]
Will set username for the database (used only in “normal mode”, not LAN mode).
-DBPASSWORD [password]
Will set password for the database (used only in “normal mode”, not LAN mode).
