diff options
Diffstat (limited to 'server/admin/map')
-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 |