Minecraft Plugins Testing Tool
Author: drazz
License:
[Apache License 2.0]
Description:
The
Minecraft Plugins Testing Tool, developed by
drazz, is a Python program designed to simplify the process of testing Minecraft plugins on various server cores and versions. The tool provides a user-friendly graphical interface for configuring and launching Minecraft servers with different plugins and settings.
Guide
1.
Select Java:
Click the "Select Java" button to choose the Java executable (`java.exe`) for running the Minecraft server.
2.
Java Arguments:
Specify Java arguments in the "Java Arguments" text box. Add the argument `-XX:MaxPermSize=256M` if the "Java Not Recognized" error occurs.
3.
Select Core:
Choose the server core from the drop-down menu. The available cores are dynamically loaded from the configuration file.
4.
Select Version:
Choose the Minecraft version for the selected core. The available versions are loaded based on the chosen core.
6.
Launch:
Press the "Launch" button to start the Minecraft server with the specified configurations. The tool will automatically download and set up the server files if they are not present.
Features
- User-friendly GUI for configuring server launch parameters.
- Dynamic loading of server cores and versions from a configuration file (`versions.json`).
- Automatic download of server files for the selected core and version.
- Detailed error messages.
Notes
- Make sure to provide the correct Java executable path.
- Customize Java arguments based on your server requirements.
Disclaimer
This tool is provided under the
[Apache License 2.0]. Users are encouraged to review and adhere to the license terms. The tool is not affiliated with Mojang or Minecraft.