File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/main/kotlin/com/mairwunnx/projectessentials/home Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ package com.mairwunnx.projectessentials.home
55import com.mairwunnx.projectessentials.core.api.v1.localization.LocalizationAPI
66import com.mairwunnx.projectessentials.core.api.v1.module.IModule
77import com.mairwunnx.projectessentials.core.api.v1.providers.ProviderAPI
8+ import com.mairwunnx.projectessentials.home.commands.ConfigureHomeCommand
89import com.mairwunnx.projectessentials.home.commands.DelHomeCommand
910import com.mairwunnx.projectessentials.home.commands.HomeCommand
1011import com.mairwunnx.projectessentials.home.commands.SetHomeCommand
@@ -36,6 +37,7 @@ class ModuleObject : IModule {
3637 SetHomeCommand ::class .java,
3738 HomeCommand ::class .java,
3839 DelHomeCommand ::class .java,
40+ ConfigureHomeCommand ::class .java,
3941 HomeConfiguration ::class .java,
4042 HomeSettingsConfiguration ::class .java,
4143 ModuleObject ::class .java
You can’t perform that action at this time.
0 commit comments