Closed Yeregorix closed 2 months ago
Sponge | SpongeAPI
Updating SpongeVanilla to ModLauncher 10 requires breaking changes to plugin-spi.
Most notable changes:
JVMPluginResource
ClasspathPluginResourceLocatorService
EnvironmentPluginResourceLocatorService
Sponge | SpongeAPI
Updating SpongeVanilla to ModLauncher 10 requires breaking changes to plugin-spi.
Most notable changes:
JVMPluginResource
is now an interface and is implemented by the platform.ClasspathPluginResourceLocatorService
is now based on the system property rather than the system classloader and will load only jars, no directories.EnvironmentPluginResourceLocatorService
to load plugins from an environment variable.