Initial BungeeCord edition

This commit is contained in:
Frank van der Heijden 2020-07-04 21:30:34 +02:00
parent 4416d55173
commit 23e8e80191
No known key found for this signature in database
GPG key ID: 26DA56488D314D11
75 changed files with 1931 additions and 396 deletions

View file

@ -7,5 +7,5 @@ repositories {
}
dependencies {
compileOnly 'com.google.code.gson:gson:2.8.6'
compileOnly 'com.google.code.gson:gson:2.8.0'
}