Upload files to "/"

This commit is contained in:
2026-02-22 12:15:57 -05:00
parent c8d65b4091
commit 0f7bddb00f
2 changed files with 117 additions and 0 deletions

8
launch.bat Normal file
View File

@@ -0,0 +1,8 @@
@echo off
title P7MC Launcher
cd /d "%~dp0"
echo [*] Checking for missing libraries...
pip install minecraft-launcher-lib --quiet
echo [*] Starting P7MC Launcher...
python p7mc.py
pause