first commit

This commit is contained in:
2026-01-12 23:52:33 +01:00
commit 06190f8764
15 changed files with 985 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
@echo off
echo Starting all servers...
REM Open the Velocity proxy in a new Git Bash window
start "" "C:\Program Files\Git\bin\bash.exe" -c "C:/Users/pomam/Documents/Feyhallow/Development Environment/Development Servers/Proxy/startup-proxy-dev.sh"
REM Open the first Minecraft server in a new Git Bash window
start "" "C:\Program Files\Git\bin\bash.exe" -c "C:/Users/pomam/Documents/Feyhallow/Development Environment/Development Servers/Lobby/startup-server-dev.sh"
REM Open the second Minecraft server in a new Git Bash window
start "" "C:\Program Files\Git\bin\bash.exe" -c "C:/Users/pomam/Documents/Feyhallow/Development Environment/Development Servers/Survie/startup-server-dev.sh"
echo All servers are starting in separate windows!
pause