9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2026-01-04 15:41:35 +00:00

1.3.0-beta-3

This commit is contained in:
Xiao-MoMi
2023-03-08 23:48:09 +08:00
parent a4037f96eb
commit 6d9a89e50f
33 changed files with 417 additions and 443 deletions

View File

@@ -4,46 +4,19 @@ plugins {
}
group = 'net.momirealms'
version = '1.3.0-beta-1'
version = '1.3.0-beta-3'
repositories {
mavenCentral()
maven {
name = 'papermc-repo'
url = 'https://papermc.io/repo/repository/maven-public/'
}
maven {
name = 'sonatype'
url = 'https://oss.sonatype.org/content/groups/public/'
}
maven {
name = "dmulloy2-repo"
url = "https://repo.dmulloy2.net/repository/public/"
}
maven {
name = "clip-repo"
url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/'
}
maven {
name = "NBT-API"
url = "https://repo.codemc.org/repository/maven-public/"
}
maven {
name = "sk89q-repo"
url = "https://maven.enginehub.org/repo/"
}
maven {
name = "jitpack-repo"
url = "https://jitpack.io"
}
maven {
name = "Lumine Releases"
url = "https://mvn.lumine.io/repository/maven-public"
}
maven {
name = 'glaremasters repo'
url = 'https://repo.glaremasters.me/repository/towny/'
}
maven {name = 'papermc-repo'; url = 'https://papermc.io/repo/repository/maven-public/'}
maven {name = 'sonatype'; url = 'https://oss.sonatype.org/content/groups/public/'}
maven {name = "dmulloy2-repo"; url = "https://repo.dmulloy2.net/repository/public/"}
maven {name = "clip-repo"; url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/'}
maven {name = "NBT-API"; url = "https://repo.codemc.org/repository/maven-public/"}
maven {name = "sk89q-repo"; url = "https://maven.enginehub.org/repo/"}
maven {name = "jitpack-repo"; url = "https://jitpack.io"}
maven {name = "Lumine Releases"; url = "https://mvn.lumine.io/repository/maven-public"}
maven {name = 'glaremasters repo'; url = 'https://repo.glaremasters.me/repository/towny/'}
}
dependencies {
@@ -66,6 +39,7 @@ dependencies {
compileOnly('com.github.LoneDev6:api-itemsadder:3.2.3c')
compileOnly('net.objecthunter:exp4j:0.4.8')
compileOnly('org.mariadb.jdbc:mariadb-java-client:3.0.6')
compileOnly('com.google.code.gson:gson:2.10.1')
implementation('net.kyori:adventure-api:4.12.0')
implementation('net.kyori:adventure-platform-bukkit:4.2.0')
implementation('net.kyori:adventure-text-minimessage:4.12.0')