File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/kotlin/de/randombyte/commandutils Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import de.randombyte.commandutils.service.CommandUtilsServiceImpl
25
25
import de.randombyte.kosp.extensions.toText
26
26
import de.randombyte.kosp.getServiceOrFail
27
27
import me.rojo8399.placeholderapi.PlaceholderService
28
+ import org.bstats.sponge.Metrics
28
29
import org.slf4j.Logger
29
30
import org.spongepowered.api.Sponge
30
31
import org.spongepowered.api.command.args.GenericArguments.*
@@ -47,7 +48,7 @@ import java.nio.file.Path
47
48
class CommandUtils @Inject constructor(
48
49
val logger : Logger ,
49
50
@ConfigDir(sharedRoot = false ) configPath : Path ,
50
- // val bStats: Metrics,
51
+ val bStats : Metrics ,
51
52
val pluginContainer : PluginContainer
52
53
) {
53
54
companion object {
You can’t perform that action at this time.
0 commit comments