BungeeCord/api/src
md_5 6a039de8db
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.
2021-04-09 13:13:55 +10:00
..
main/java/net/md_5/bungee Add preview of automatic library support 2021-04-09 13:13:55 +10:00
test/java/net/md_5/bungee #2752: Configurable connect and ping timeouts 2020-01-25 11:12:40 +11:00