Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 3f860db

Browse files
committed
added trackx as actual dependency
1 parent 7f5c5ff commit 3f860db

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

build.gradle

+6-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ repositories {
4343
maven {
4444
url 'https://libraries.minecraft.net'
4545
}
46+
maven {
47+
url 'https://nexus.savagellc.net/repository/maven-public/'
48+
}
49+
4650
}
4751

4852
dependencies {
@@ -104,6 +108,7 @@ dependencies {
104108
exclude group: 'com.google.code.findbugs', module: 'jsr305'
105109
}
106110
implementation 'com.google.code.gson:gson:2.8.5'
111+
implementation 'net.savagellc:trackx:1.2'
107112
compileOnly 'me.clip:placeholderapi:2.10.3'
108113
compileOnly ('be.maximvdw:MVdWPlaceholderAPI:2.2.3-SNAPSHOT') {
109114
exclude group: 'org.spigotmc', module: 'spigot'
@@ -113,7 +118,7 @@ dependencies {
113118
exclude group: '*', module: '*'
114119
}
115120
implementation name: 'EssentialsX-2.15.0.1'
116-
implementation name: 'TrackX-1.0'
121+
117122
testCompile group: 'junit', name: 'junit', version: '4.12'
118123
}
119124
processResources {

dependencies/TrackX-1.0.jar

-5.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)