mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-28 00:41:31 +00:00
Core: Add Enderman Griefing Disabler
This commit is contained in:
@ -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() {}
|
||||
|
Reference in New Issue
Block a user