THEZYZSTUDIO commited on
Commit
5eb2585
Β·
verified Β·
1 Parent(s): 96f1412

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -10
start.sh CHANGED
@@ -68,18 +68,10 @@ else
68
  echo "[βœ“] server.properties already exists."
69
  fi
70
 
71
- # ── 5. Start playit.gg tunnel ─────────────────────────────
72
- echo "[~] Starting playit.gg tunnel..."
73
- curl -SsL https://github.com/playit-cloud/playit-agent/releases/download/v0.15.26/playit-linux-amd64 \
74
- -o /tmp/playit
75
- chmod +x /tmp/playit
76
- /tmp/playit &
77
- echo "[βœ“] playit.gg started β€” check logs for your address"
78
-
79
- # ── 6. Move to data dir ────────────────────────────────────
80
  cd "${DATA_DIR}"
81
 
82
- # ── 7. Launch Minecraft ────────────────────────────────────
83
  echo ""
84
  echo "[β˜…] Starting Minecraft server..."
85
  echo ""
 
68
  echo "[βœ“] server.properties already exists."
69
  fi
70
 
71
+ # ── 5. Move to data dir ────────────────────────────────────
 
 
 
 
 
 
 
 
72
  cd "${DATA_DIR}"
73
 
74
+ # ── 6. Launch Minecraft ────────────────────────────────────
75
  echo ""
76
  echo "[β˜…] Starting Minecraft server..."
77
  echo ""