diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-13 22:12:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-13 22:12:06 +0300 |
commit | a4671dd478e58c7653e34d2cec17bc5786c63d28 (patch) | |
tree | f0827cd6114a9298cc5cb53a1385e3f736f7ef08 /server/admin | |
parent | 43fd71f4e6ff04a50056ea246dfe36d7f20e2cb6 (diff) | |
download | docs-a4671dd478e58c7653e34d2cec17bc5786c63d28.tar.gz docs-a4671dd478e58c7653e34d2cec17bc5786c63d28.tar.bz2 docs-a4671dd478e58c7653e34d2cec17bc5786c63d28.tar.xz docs-a4671dd478e58c7653e34d2cec17bc5786c63d28.zip |
Add evol console commands document into admin directory.s20160814
Diffstat (limited to 'server/admin')
-rw-r--r-- | server/admin/map/evol_console_commands.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/server/admin/map/evol_console_commands.txt b/server/admin/map/evol_console_commands.txt new file mode 100644 index 0000000..bd56cb5 --- /dev/null +++ b/server/admin/map/evol_console_commands.txt @@ -0,0 +1,16 @@ +serverexit code + +This command can be used for test servers. +Servers must be launched with test_login, test_char, test_map wrappers. +Supported codes: + 100 - terminate all servers + 101 - restart all servers + 102 - restart char and map servers + 103 - restart map server + 104 - git pull and restart all servers + 105 - build all and restart all servers + 106 - rebuild all and restart all servers + 107 - git pull and build all and restart all servers + 108 - git pull and rebuild all and restart all servers + 109 - build plugin and restart all servers + 110 - git pull and build plugin and restart all servers |