Core: Add Enderman Griefing Disabler

This commit is contained in:
Kenneth Endfinger
2022-01-12 23:00:03 -05:00
parent 4187b0f50c
commit 71f0b46728
5 changed files with 25 additions and 6 deletions

View File

@ -10,7 +10,7 @@ import org.koin.dsl.module
import org.quartz.Scheduler
abstract class Feature : CoreFeature, KoinComponent, Listener {
private val plugin by inject<FoundationCorePlugin>()
protected val plugin by inject<FoundationCorePlugin>()
protected val scheduler by inject<Scheduler>()
override fun enable() {}