File tree Expand file tree Collapse file tree
src/main/kotlin/com/mairwunnx/projectessentials/warps Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ package com.mairwunnx.projectessentials.warps
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.warps.commands.ConfigureWarpsCommand
89import com.mairwunnx.projectessentials.warps.commands.DelWarpCommand
910import com.mairwunnx.projectessentials.warps.commands.SetWarpCommand
1011import com.mairwunnx.projectessentials.warps.commands.WarpCommand
@@ -32,6 +33,7 @@ class ModuleObject : IModule {
3233 DelWarpCommand ::class .java,
3334 WarpsConfiguration ::class .java,
3435 WarpsSettingsConfiguration ::class .java,
36+ ConfigureWarpsCommand ::class .java,
3537 ModuleObject ::class .java
3638 ).forEach(ProviderAPI ::addProvider)
3739 }
You can’t perform that action at this time.
0 commit comments