Skip to content

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

License

Notifications You must be signed in to change notification settings

squigglesdev/VexLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages