File tree 2 files changed +3
-3
lines changed
src/main/java/tech/macil/minecraft/noneuclid
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ repositories {
12
12
mavenCentral()
13
13
maven { url " https://hub.spigotmc.org/nexus/content/repositories/snapshots/" }
14
14
maven { url " http://repo.dmulloy2.net/nexus/repository/public/" }
15
- maven { url " http ://repo.bstats .org/content/repositories/releases/ " }
15
+ maven { url " https ://repo.codemc .org/repository/maven-public " }
16
16
}
17
17
18
18
dependencies {
19
19
implementation(' org.bukkit:bukkit:1.12.2-R0.1-SNAPSHOT' ) {
20
20
exclude group : ' junit' , module : ' junit'
21
21
}
22
- implementation ' org.bstats:bstats-bukkit:1.2 '
22
+ implementation ' org.bstats:bstats-bukkit:1.7 '
23
23
24
24
compileOnly group : " com.comphenix.protocol" , name : " ProtocolLib" , version : " 4.4.0"
25
25
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public void onEnable() {
94
94
}
95
95
}
96
96
97
- Metrics metrics = new Metrics (this );
97
+ Metrics metrics = new Metrics (this , 2743 );
98
98
metrics .addCustomChart (new Metrics .SingleLineChart ("location_count" , () -> intersections .size ()));
99
99
100
100
if (intersections .size () == 0 ) {
You can’t perform that action at this time.
0 commit comments