forked from GeyserMC/Geyser
Add BungeeCord plugin module, cleanup POMs
This commit is contained in:
parent
1c2ef99a54
commit
e8f4522762
12 changed files with 428 additions and 38 deletions
|
@ -25,11 +25,15 @@
|
|||
<id>sponge-repo</id>
|
||||
<url>https://repo.spongepowered.org/maven</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>bungeecord-repo</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<modules>
|
||||
<module>bukkit</module>
|
||||
<!-- <module>bungeecord</module>
|
||||
<module>sponge</module> -->
|
||||
<module>bungeecord</module>
|
||||
<!-- <module>sponge</module> -->
|
||||
<module>standalone</module>
|
||||
<!-- <module>velocity</module> -->
|
||||
</modules>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue