Skip to content

MinimixMC/AuroraAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Highly experimental

AuroraAPI 🔮

An API for the Aurora server software

Plugin Support

Platform External Internal
Windows
Linux

Internal vs External:
External plugins are loaded from a file. E.g. plugins/example.so. While internal plugins are directly built into the server by registering them in the plugin loader and building from source.

A break down of the pros and cons will be added later on.

What does this mean?
Plugins are supported on both platforms, but due to limitations with Go's plugin system, Windows is not fully supported. I am currently looking for workarounds and other solutions, even if they are a bit janky.

Usage

Add the package:

go get -u https://github.com/MinimixMC/AuroraAPI

See the example plugin

About

An API for the Aurora Minecraft server software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages