File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/com/xxmicloxx/NoteBlockAPI Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >org.bstats</groupId >
3737 <artifactId >bstats-bukkit</artifactId >
38- <version >1.8 </version >
38+ <version >2.2.1 </version >
3939 <scope >compile</scope >
4040 </dependency >
4141 </dependencies >
Original file line number Diff line number Diff line change 44import com .xxmicloxx .NoteBlockAPI .utils .MathUtils ;
55import com .xxmicloxx .NoteBlockAPI .utils .Updater ;
66import org .bstats .bukkit .Metrics ;
7+ import org .bstats .charts .DrilldownPie ;
78import org .bukkit .Bukkit ;
89import org .bukkit .entity .Player ;
910import org .bukkit .event .HandlerList ;
@@ -173,7 +174,7 @@ public void run() {
173174 }
174175 }
175176
176- metrics .addCustomChart (new Metrics . DrilldownPie ("deprecated" , () -> {
177+ metrics .addCustomChart (new DrilldownPie ("deprecated" , () -> {
177178 Map <String , Map <String , Integer >> map = new HashMap <>();
178179 for (Plugin pl : dependentPlugins .keySet ()){
179180 String deprecated = dependentPlugins .get (pl ) ? "yes" : "no" ;
You can’t perform that action at this time.
0 commit comments