Skip to content

Commit e678403

Browse files
committed
[ci skip] docs: add note about possible required repositories
closes #131
1 parent 14b7cb6 commit e678403

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,18 @@ Gradle:
5757
implementation("io.github.juliarn", "(module name from the list above)", "(latest version)")
5858
```
5959

60+
### Repositories
61+
62+
Depending on your setup you might need to add the following repositories as well to download all the transitive
63+
dependencies coming from the modules:
64+
65+
- `https://repo.papermc.io/repository/maven-public/` (For [PaperLib](https://github.com/PaperMC/PaperLib))
66+
- `https://repository.derklaro.dev/releases/` (You can also use `https://jitpack.io` instead, used e.g.
67+
for [ProtocolLib](https://github.com/dmulloy2/ProtocolLib)).
68+
- `https://repo.codemc.io/repository/maven-releases/` (For [PacketEvents](https://github.com/retrooper/packetevents))
69+
- `https://s01.oss.sonatype.org/content/repositories/snapshots/` (For all kinds of snapshot dependencies that don't have
70+
a stable release published to maven central yet)
71+
6072
### Shading
6173
This library is specifically made in a way that it can be shaded into your plugin jar. Below is a list of packages that
6274
are used by this library and that you probably want to relocate to prevent dependency issues with other plugins

0 commit comments

Comments
 (0)