File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,18 @@ Gradle:
57
57
implementation(" io.github.juliarn" , " (module name from the list above)" , " (latest version)" )
58
58
```
59
59
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
+
60
72
### Shading
61
73
This library is specifically made in a way that it can be shaded into your plugin jar. Below is a list of packages that
62
74
are used by this library and that you probably want to relocate to prevent dependency issues with other plugins
You can’t perform that action at this time.
0 commit comments