diff --git a/bin/start b/bin/start index faddfe0..b08b897 100755 --- a/bin/start +++ b/bin/start @@ -11,12 +11,12 @@ chmod -R 500 plugins/bStats/ plugins/PluginMetrics/ plugins/ProtocolLib/ git clone git@github.com:kaboomserver/schematics.git plugins/FastAsyncWorldEdit/schematics/ -tmux new -d -s server 'sh -x server' -tmux new -d -s remote 'sh -x remote' -tmux new -d -s sync_schematics 'sh -x sync_schematics' +tmux new -d -s server 'sh -x script/server' +tmux new -d -s remote 'sh -x script/remote' +tmux new -d -s sync_schematics 'sh -x script/schematics' #sleep 90 -tmux new -d -s check_server 'sh -x check_server' +tmux new -d -s check_server 'sh -x script/alivecheck' sleep infinity