Categorygithub.com/MinimixMC/AuroraAPI
repository
0.0.0-20240525010842-07cd40f4d112
Repository: https://github.com/minimixmc/auroraapi.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

⚠️ Highly experimental

AuroraAPI 🔮

An API for the Aurora server software

Plugin Support

PlatformExternalInternal
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