forked from GeyserMC/Geyser
Add velocity platform support
This commit is contained in:
parent
3e4fd618e5
commit
e8a1e0dae1
6 changed files with 363 additions and 1 deletions
|
@ -29,12 +29,16 @@
|
|||
<id>bungeecord-repo</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>velocity-repo</id>
|
||||
<url>https://repo.velocitypowered.com/snapshots/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<modules>
|
||||
<module>bukkit</module>
|
||||
<module>bungeecord</module>
|
||||
<module>sponge</module>
|
||||
<module>standalone</module>
|
||||
<!-- <module>velocity</module> -->
|
||||
<module>velocity</module>
|
||||
</modules>
|
||||
</project>
|
Loading…
Add table
Add a link
Reference in a new issue