Added P7MC-Preinstall

This commit is contained in:
2026-03-03 11:40:49 -05:00
parent 0f7bddb00f
commit 3dda034e87

View File

@@ -2,7 +2,7 @@
P7MC - P7MJ's MC Launcher P7MC - P7MJ's MC Launcher
<h3>Introduction</h3> <h3>🚀Introduction</h3>
P7MC, the terminal line Minecraft launcher! It is truly minimalist and easy to use. Just double-click `launch.bat`. P7MC, the terminal line Minecraft launcher! It is truly minimalist and easy to use. Just double-click `launch.bat`.
@@ -21,7 +21,7 @@ Path: <PATH_TO_FOLDER> (Will be replaced with your directory!)
> >
``` ```
<h3>Usage</h3> <h3>📝Usage</h3>
After launching for the first time, the required libraries will be downloaded. You must install a version before playing. After launching for the first time, the required libraries will be downloaded. You must install a version before playing.
@@ -29,7 +29,7 @@ Press 2, then press enter. Select a version to install or enter "latest" to inst
After a successful installation, press 1 and enter at the main menu to enter the launch screen. You should be able to see your installed version in the version list. Enter your version, e.g. `1.8.9`, and press enter. The launch process will begin. After a successful installation, press 1 and enter at the main menu to enter the launch screen. You should be able to see your installed version in the version list. Enter your version, e.g. `1.8.9`, and press enter. The launch process will begin.
<h3>Help and Common Errors</h3> <h3>🔧Help and Common Errors</h3>
This launcher is based on Python and therefore needs a modern installation of Python. Python 3.13 and above should work fine. Pip is also required (and usually comes with python) to install the libraries. If it is unable to install the libraries automatically, run `pip install minecraft-launcher-lib`. This launcher is based on Python and therefore needs a modern installation of Python. Python 3.13 and above should work fine. Pip is also required (and usually comes with python) to install the libraries. If it is unable to install the libraries automatically, run `pip install minecraft-launcher-lib`.
@@ -43,4 +43,7 @@ If you cannot launch after installing, try using the above method to intergity-c
This launcher cannot join many "Online" servers, like Hypixel, due to using an "Offline" method that enables setting your username to whatever you want and bypassing the Mojang authentication. Search for "Offline" servers to play multiplayer, or open a local LAN world if you are playing on the same network. This launcher cannot join many "Online" servers, like Hypixel, due to using an "Offline" method that enables setting your username to whatever you want and bypassing the Mojang authentication. Search for "Offline" servers to play multiplayer, or open a local LAN world if you are playing on the same network.
If there are any more issues, make an issue on this project page and be sure to include screenshots, videos, and/or logs, or be prepared to describe your issue as precisely as possible. If there are any more issues, make an issue on this project page and be sure to include screenshots, videos, and/or logs, or be prepared to describe your issue as precisely as possible.
<h3>Also See</h3>
`P7MC-preinstall` - A P7MC instance with `1.21.11` and `1.8.9` pre-installed and ready to go!