File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 <id >spigotmc-repo</id >
2121 <url >https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url >
2222 </repository >
23- <repository >
24- <id >dmulloy2-repo</id >
25- <url >https://repo.dmulloy2.net/content/groups/public/</url >
26- </repository >
2723 </repositories >
2824
2925 <dependencies >
3632 <dependency >
3733 <groupId >net.dmulloy2</groupId >
3834 <artifactId >ProtocolLib</artifactId >
39- <version >5.3 .0</version >
35+ <version >5.4 .0</version >
4036 <scope >provided</scope >
4137 </dependency >
4238 <dependency >
4339 <groupId >org.jetbrains</groupId >
4440 <artifactId >annotations</artifactId >
4541 <version >23.0.0</version >
46- <!-- Annotations is only used during compilation. -->
47- <scope >provided</scope >
42+ <scope >compile</scope >
4843 </dependency >
4944 </dependencies >
5045
Original file line number Diff line number Diff line change @@ -2,5 +2,7 @@ name: ${project.name}
22main : ${project.groupId}.${project.artifactId}.${project.name}
33version : ${project.version}
44api-version : " 1.15"
5- author : Jikoo
6- softdepend : ["ProtocolLib"]
5+ authors :
6+ - Jikoo
7+ - Cloudnode
8+ depend : ["ProtocolLib"]
You can’t perform that action at this time.
0 commit comments