File tree Expand file tree Collapse file tree
src/main/java/com/github/skriptdev/skript/plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 compileOnly(" com.hypixel.hytale:Server:${hytaleVersion} " )
3333 compileOnly(" org.jetbrains:annotations:26.0.2" )
3434 testImplementation(" com.google.code.gson:gson:2.13.2" )
35- implementation(" com.github.SkriptDev:skript-parser:1.0.9 " ) {
35+ implementation(" com.github.SkriptDev:skript-parser:1.0.10 " ) {
3636 isTransitive = false
3737 }
3838 implementation(" com.github.Zoltus:TinyMessage:2.0.1" ) {
Original file line number Diff line number Diff line change 1+ package com .github .skriptdev .skript .plugin ;
2+
3+ public class BstatsMetrics {
4+
5+ public static void registerMetrics (HySk plugin ) {
6+ Metrics metrics = new Metrics (plugin , 29735 );
7+ }
8+
9+ }
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ protected void setup() {
4040 protected void start () {
4141 this .skript = new Skript (this );
4242 new SkriptCommand (getCommandRegistry ());
43+ BstatsMetrics .registerMetrics (this );
4344 }
4445
4546 /**
You can’t perform that action at this time.
0 commit comments