File tree Expand file tree Collapse file tree 1 file changed +20
-6
lines changed
Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Original file line number Diff line number Diff line change 5757 </build >
5858 <distributionManagement >
5959 <snapshotRepository >
60- <id >novauniverse2 </id >
61- <url >https://nexus2 .novauniverse.net/repository/novauniverse/</url >
60+ <id >novauniverse </id >
61+ <url >https://nexus .novauniverse.net/repository/novauniverse/</url >
6262 </snapshotRepository >
6363 <repository >
64- <id >novauniverse2 </id >
65- <url >https://nexus2 .novauniverse.net/repository/novauniverse/</url >
64+ <id >novauniverse </id >
65+ <url >https://nexus .novauniverse.net/repository/novauniverse/</url >
6666 </repository >
6767 </distributionManagement >
6868 <repositories >
6969 <repository >
70- <id >novauniverse2 </id >
71- <url >https://nexus2 .novauniverse.net/repository/novauniverse/</url >
70+ <id >novauniverse </id >
71+ <url >https://nexus .novauniverse.net/repository/novauniverse/</url >
7272 </repository >
7373 <repository >
7474 <id >jitpack-repo</id >
107107 <artifactId >spigot-api</artifactId >
108108 <version >1.8.8-R0.1-SNAPSHOT</version >
109109 <scope >provided</scope >
110+ <exclusions >
111+ <exclusion >
112+ <groupId >net.md-5</groupId >
113+ <artifactId >bungeecord-chat</artifactId >
114+ </exclusion >
115+ </exclusions >
116+ </dependency >
117+
118+ <!-- BungeeCord Chat API -->
119+ <dependency >
120+ <groupId >net.md-5</groupId >
121+ <artifactId >bungeecord-chat</artifactId >
122+ <version >1.16-R0.4</version >
123+ <scope >provided</scope >
110124 </dependency >
111125 <dependency >
112126 <groupId >com.github.LoneDev6</groupId >
You can’t perform that action at this time.
0 commit comments