When the server is started with the command line switch
-a
, the following commands can be
sent to that port:
Table 5.6. Admin interface commands
Command | Argument type |
---|---|
admin set-game | string |
admin set-register-server | integer |
admin set-num-players | integer |
admin set-sevens-rule | integer |
admin set-victory-points | integer |
admin set-random-terrain | integer |
admin set-port | integer |
admin start-server | none |
admin stop-server | none |
admin quit | none |
admin set-game
should be used before the
other game parameters are changed, because it changes all game
parameters.
If a game was running while a game parameter is changed, it will be aborted.
When no game is running when admin quit
is issued, the application will quit.