Skip to content

Commit faef025

Browse files
committed
configure-home command added to providers.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent fc74f70 commit faef025

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/home/ModuleObject.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package com.mairwunnx.projectessentials.home
55
import com.mairwunnx.projectessentials.core.api.v1.localization.LocalizationAPI
66
import com.mairwunnx.projectessentials.core.api.v1.module.IModule
77
import com.mairwunnx.projectessentials.core.api.v1.providers.ProviderAPI
8+
import com.mairwunnx.projectessentials.home.commands.ConfigureHomeCommand
89
import com.mairwunnx.projectessentials.home.commands.DelHomeCommand
910
import com.mairwunnx.projectessentials.home.commands.HomeCommand
1011
import 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

0 commit comments

Comments
 (0)