/VexLoader

A very light Minecraft plugin loader, designed for beginner developers to write their own simple plugins.

Primary LanguagePythonMIT LicenseMIT


VexLoader Logo

Powered by python Made for minecraft


VexLoader

Vexloader is a lightweight beginner-friendly Minecraft plugin loader designed for simplicity.

Installation

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.

Installing plugins

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.

Plugin Development

Check out the plugin development guide to learn how to write plugins for VexLoader.