mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +02:00
edit metric package
This commit is contained in:
parent
ef5463efe8
commit
d9dda37481
3 changed files with 3 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* Violations will result in a ban of your plugin and account from bStats.
|
||||
*/
|
||||
package xyz.alexcrea.util;
|
||||
package xyz.alexcrea.cuanvil.util;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.ByteArrayOutputStream;
|
||||
|
|
@ -7,7 +7,7 @@ import org.bukkit.plugin.java.JavaPlugin
|
|||
import xyz.alexcrea.command.ReloadExecutor
|
||||
import xyz.alexcrea.group.EnchantConflictManager
|
||||
import xyz.alexcrea.group.ItemGroupManager
|
||||
import xyz.alexcrea.util.Metrics
|
||||
import xyz.alexcrea.cuanvil.util.Metrics
|
||||
import xyz.alexcrea.util.MetricsUtil
|
||||
import java.io.File
|
||||
import java.io.FileReader
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ package xyz.alexcrea.util
|
|||
import io.delilaheve.CustomAnvil
|
||||
import io.delilaheve.util.ConfigOptions
|
||||
import org.bukkit.configuration.ConfigurationSection
|
||||
import xyz.alexcrea.cuanvil.util.Metrics
|
||||
|
||||
object MetricsUtil {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue