Skip to content
Success

Changes

Summary

  1. Add preview of automatic library support (commit: 6a039de) (details)
Commit 6a039de8db3a9dc78fe884e5d150db24df1933bb by md_5
Add preview of automatic library support

Example plugin.yml usage:
```
    libraries:
      - com.squareup.okhttp3:okhttp:4.9.0
```

Libraries will only be accessible to plugins and their transitive depends, allowing for multiple versions of the same library to be used by different plugins.

This is a preview feature. Feedback is welcome so that it may be refined before being made widely available.
(commit: 6a039de)
The file was addedapi/src/main/java/net/md_5/bungee/api/plugin/LibraryLoader.java
The file was modifiedapi/src/main/java/net/md_5/bungee/api/plugin/PluginClassloader.java
The file was modifiedapi/pom.xml
The file was modifiedapi/src/main/java/net/md_5/bungee/api/plugin/PluginManager.java
The file was modifiedproxy/pom.xml
The file was modifiedapi/src/main/java/net/md_5/bungee/api/plugin/PluginDescription.java