mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +02:00
Remove custom metric
This commit is contained in:
parent
a9c65dfddc
commit
97bf57b8aa
10 changed files with 2 additions and 185 deletions
|
|
@ -15,7 +15,6 @@ import xyz.alexcrea.cuanvil.packet.PacketManager
|
|||
import xyz.alexcrea.cuanvil.packet.ProtocoLibWrapper
|
||||
import xyz.alexcrea.cuanvil.update.Update_1_21
|
||||
import xyz.alexcrea.cuanvil.util.Metrics
|
||||
import xyz.alexcrea.cuanvil.util.MetricsUtil
|
||||
import java.io.File
|
||||
import java.io.FileReader
|
||||
|
||||
|
|
@ -116,8 +115,7 @@ class CustomAnvil : JavaPlugin() {
|
|||
GuiSharedConstant.loadConstants()
|
||||
|
||||
// Load metrics
|
||||
val metric = Metrics(this, bstatsPluginId)
|
||||
MetricsUtil.addCustomMetric(metric)
|
||||
Metrics(this, bstatsPluginId)
|
||||
|
||||
// Add commands to reload the plugin
|
||||
prepareCommand()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue