Relocate guice modules.

This commit is contained in:
Aust1n46 2022-01-15 17:22:41 -06:00
parent 2218c00d0e
commit eb24e66bc8
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
package venture.Aust1n46.chat;
package venture.Aust1n46.chat.guice;
import com.google.inject.AbstractModule;

View File

@ -1,4 +1,4 @@
package venture.Aust1n46.chat;
package venture.Aust1n46.chat.guice;
import com.google.inject.AbstractModule;

View File

@ -17,9 +17,9 @@ import com.google.inject.Singleton;
import net.milkbowl.vault.permission.Permission;
import venture.Aust1n46.chat.VentureChatPlaceholders;
import venture.Aust1n46.chat.VentureChatPluginModule;
import venture.Aust1n46.chat.controllers.PluginMessageController;
import venture.Aust1n46.chat.controllers.VentureChatSpigotFlatFileController;
import venture.Aust1n46.chat.guice.VentureChatPluginModule;
import venture.Aust1n46.chat.initiators.listeners.ChatListener;
import venture.Aust1n46.chat.initiators.listeners.CommandListener;
import venture.Aust1n46.chat.initiators.listeners.LoginListener;

View File

@ -26,8 +26,8 @@ import net.md_5.bungee.config.Configuration;
import net.md_5.bungee.config.ConfigurationProvider;
import net.md_5.bungee.config.YamlConfiguration;
import net.md_5.bungee.event.EventHandler;
import venture.Aust1n46.chat.VentureChatBungeePluginModule;
import venture.Aust1n46.chat.controllers.VentureChatProxyFlatFileController;
import venture.Aust1n46.chat.guice.VentureChatBungeePluginModule;
import venture.Aust1n46.chat.proxy.VentureChatProxy;
import venture.Aust1n46.chat.proxy.VentureChatProxyServer;
import venture.Aust1n46.chat.proxy.VentureChatProxySource;