mirror of
https://github.com/Aust1n46/VentureChat.git
synced 2025-05-22 18:09:06 +00:00
Relocate guice modules.
This commit is contained in:
parent
2218c00d0e
commit
eb24e66bc8
@ -1,4 +1,4 @@
|
||||
package venture.Aust1n46.chat;
|
||||
package venture.Aust1n46.chat.guice;
|
||||
|
||||
import com.google.inject.AbstractModule;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package venture.Aust1n46.chat;
|
||||
package venture.Aust1n46.chat.guice;
|
||||
|
||||
import com.google.inject.AbstractModule;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user