Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
Starlight-adventure-loader
From starlight-plugin 26.6.0+,this loader is no longer strongly needed. But it can still work and provide faster and more stable plugin loading.
Enjoy :D
Introduction
This plugin integrates and loads Adventure-API in global environment. It is just a loader of libraries and do NOTHING. It provides no feature but only the AdventureAPI needed by other plugins.
Here are some circumstances where this plugin is needed to be installed:
- You are running "starlight-plugin" on a non-paper-based platform(e.g. spigot,cb and mohist)
- You have other plugin that require adventure but not providing it.
But when the server has adventure library provided(like paper series), installing this plugin may even cause conflicts and classloading issues.
Contents
This plugin packs basic libraries needed for a standard "Adventure API environment".
dependencies {
implementation 'net.kyori:adventure-api:4.17.0'
implementation 'net.kyori:adventure-text-serializer-gson:4.17.0'
implementation 'net.kyori:adventure-text-serializer-legacy:4.17.0'
implementation 'net.kyori:adventure-text-serializer-plain:4.17.0'
implementation 'net.kyori:adventure-text-minimessage:4.17.0'
}
Usage
Server owner: throw it in your server plugin folder and restart/reload.
Developer: Add the plugin id starlight-adventure-loader as a soft depend(as it's not needed sometimes)


