Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 979 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 979 Bytes

⚠️ 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