Move to event loop, prettify warps, add delay to warp with damage counter
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler
2021-06-12 01:28:34 -04:00
parent c037c66fc6
commit f9512b2485
12 changed files with 528 additions and 86 deletions

View File

@ -1,2 +1,12 @@
#!/bin/sh
/usr/bin/sleeper -dir ${SERVER_PATH:-/data}
if [ -z "$SERVER_PATH" ]; then
SERVER_PATH="/data"
fi
SCRIPT_PATH="$SERVER_PATH/scripts"
if [ -d "/scripts" ]; then
SCRIPT_PATH="/scripts"
fi
/usr/bin/sleeper -dir $SERVER_PATH -scriptPath $SCRIPT_PATH