mcpath
Get paths to Minecraft Java, Bedrock, Preview, and Education Edition folders.
Links
- 🥧 PyPI
- 📁 Download
- ⚙️ Source Code
Installation
Install the module with pip:
bat
pip3 install mcpath
Update existing installation: pip3 install mcpath --upgrade
Supported Platforms
Java | Bedrock | Preview/Beta | Education | |
---|---|---|---|---|
Android | ❌ | ✅ | ❌ | ❌ |
Darwin | ✅ | ✅ | ❌ | ❌ |
iOS | ❌ | ❌ | ❌ | ❌ |
Linux | ✅ | ✅ | ❌ | ❌ |
Windows | ✅ | ✅ | ✅ | ✅ |
Examples
Python
from mcpath import java
print(java.worlds)