9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-30 12:19:20 +00:00

Start work on Velocity support

This commit is contained in:
William
2021-12-08 00:07:02 +00:00
committed by HarvelsX
parent 48441cf9fd
commit c6451a6ac6
36 changed files with 1455 additions and 140 deletions

View File

@@ -3,6 +3,7 @@ dependencies {
implementation project(path: ":api", configuration: 'shadow')
implementation project(path: ":bukkit", configuration: 'shadow')
implementation project(path: ":bungeecord", configuration: 'shadow')
implementation project(path: ":velocity", configuration: 'shadow')
}
shadowJar {