Switch to unmerged ACF PR # 336 branch

This commit is contained in:
Frank van der Heijden 2021-07-15 18:14:28 +02:00
parent 4390dc2c56
commit 2de0617fd3
No known key found for this signature in database
GPG key ID: B808721C2DD5B5B8

View file

@ -10,11 +10,10 @@ archivesBaseName = rootProject.name + '-Velocity'
repositories { repositories {
maven { url 'https://nexus.velocitypowered.com/repository/maven-public/' } maven { url 'https://nexus.velocitypowered.com/repository/maven-public/' }
maven { url 'https://libraries.minecraft.net' } maven { url 'https://libraries.minecraft.net' }
flatDir { dirs '../libs' }
} }
dependencies { dependencies {
implementation name: 'acf-velocity' implementation 'com.github.AlexProgrammerDE.commands:acf-velocity:b0792607db'
implementation 'org.bstats:bstats-velocity:2.2.1' implementation 'org.bstats:bstats-velocity:2.2.1'
implementation project(":Common") implementation project(":Common")
compileOnly 'com.velocitypowered:velocity-api:3.0.0' compileOnly 'com.velocitypowered:velocity-api:3.0.0'