Vexloader is a lightweight beginner-friendly Minecraft plugin loader designed for simplicity.
Python is required to run VexLoader. The python package pexpect
(or wexpect
if you're on Windows) is also required for Vexloader to run. You can install it by entering this command into your terminal once Python is installed:
pip install pexpect
To install VexLoader, clone the repository, add any Minecraft Server jar into the servers
folder, and run
python start.py
in the root directory of the repository.
To install plugins, simply drag and drop the plugin python file into the plugins
folder. VexLoader will automatically load the plugin on the next server start.
Check out the plugin development guide to learn how to write plugins for VexLoader.