mirror of
https://github.com/Aust1n46/VentureChat.git
synced 2025-05-23 10:39:05 +00:00
Move Logger and PlaceholderAPI integration.
This commit is contained in:
parent
6e79fcedf1
commit
cc791c2dae
@ -16,7 +16,6 @@ import com.google.inject.Injector;
|
|||||||
import com.google.inject.Singleton;
|
import com.google.inject.Singleton;
|
||||||
|
|
||||||
import net.milkbowl.vault.permission.Permission;
|
import net.milkbowl.vault.permission.Permission;
|
||||||
import venture.Aust1n46.chat.VentureChatPlaceholders;
|
|
||||||
import venture.Aust1n46.chat.controllers.CommandController;
|
import venture.Aust1n46.chat.controllers.CommandController;
|
||||||
import venture.Aust1n46.chat.controllers.PluginMessageController;
|
import venture.Aust1n46.chat.controllers.PluginMessageController;
|
||||||
import venture.Aust1n46.chat.controllers.VentureChatSpigotFlatFileController;
|
import venture.Aust1n46.chat.controllers.VentureChatSpigotFlatFileController;
|
||||||
@ -28,6 +27,7 @@ import venture.Aust1n46.chat.initiators.listeners.PreProcessCommandListener;
|
|||||||
import venture.Aust1n46.chat.initiators.listeners.SignListener;
|
import venture.Aust1n46.chat.initiators.listeners.SignListener;
|
||||||
import venture.Aust1n46.chat.initiators.schedulers.UnmuteScheduler;
|
import venture.Aust1n46.chat.initiators.schedulers.UnmuteScheduler;
|
||||||
import venture.Aust1n46.chat.localization.Localization;
|
import venture.Aust1n46.chat.localization.Localization;
|
||||||
|
import venture.Aust1n46.chat.placeholderapi.VentureChatPlaceholders;
|
||||||
import venture.Aust1n46.chat.service.VentureChatPlayerApiService;
|
import venture.Aust1n46.chat.service.VentureChatPlayerApiService;
|
||||||
import venture.Aust1n46.chat.utilities.FormatUtils;
|
import venture.Aust1n46.chat.utilities.FormatUtils;
|
||||||
|
|
||||||
|
@ -12,7 +12,6 @@ import org.bukkit.event.player.PlayerQuitEvent;
|
|||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
import com.google.inject.Singleton;
|
import com.google.inject.Singleton;
|
||||||
|
|
||||||
import venture.Aust1n46.chat.Logger;
|
|
||||||
import venture.Aust1n46.chat.controllers.PluginMessageController;
|
import venture.Aust1n46.chat.controllers.PluginMessageController;
|
||||||
import venture.Aust1n46.chat.controllers.VentureChatSpigotFlatFileController;
|
import venture.Aust1n46.chat.controllers.VentureChatSpigotFlatFileController;
|
||||||
import venture.Aust1n46.chat.initiators.application.VentureChat;
|
import venture.Aust1n46.chat.initiators.application.VentureChat;
|
||||||
@ -23,6 +22,7 @@ import venture.Aust1n46.chat.service.ConfigService;
|
|||||||
import venture.Aust1n46.chat.service.UUIDService;
|
import venture.Aust1n46.chat.service.UUIDService;
|
||||||
import venture.Aust1n46.chat.service.VentureChatPlayerApiService;
|
import venture.Aust1n46.chat.service.VentureChatPlayerApiService;
|
||||||
import venture.Aust1n46.chat.utilities.FormatUtils;
|
import venture.Aust1n46.chat.utilities.FormatUtils;
|
||||||
|
import venture.Aust1n46.chat.xcut.Logger;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Manages player login and logout events.
|
* Manages player login and logout events.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package venture.Aust1n46.chat;
|
package venture.Aust1n46.chat.placeholderapi;
|
||||||
|
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
package venture.Aust1n46.chat;
|
package venture.Aust1n46.chat.xcut;
|
||||||
|
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
@ -12,7 +12,6 @@ import org.mockito.InjectMocks;
|
|||||||
import org.mockito.Mock;
|
import org.mockito.Mock;
|
||||||
import org.mockito.junit.jupiter.MockitoExtension;
|
import org.mockito.junit.jupiter.MockitoExtension;
|
||||||
|
|
||||||
import venture.Aust1n46.chat.Logger;
|
|
||||||
import venture.Aust1n46.chat.controllers.PluginMessageController;
|
import venture.Aust1n46.chat.controllers.PluginMessageController;
|
||||||
import venture.Aust1n46.chat.controllers.VentureChatSpigotFlatFileController;
|
import venture.Aust1n46.chat.controllers.VentureChatSpigotFlatFileController;
|
||||||
import venture.Aust1n46.chat.initiators.application.VentureChat;
|
import venture.Aust1n46.chat.initiators.application.VentureChat;
|
||||||
@ -21,6 +20,7 @@ import venture.Aust1n46.chat.model.VentureChatPlayer;
|
|||||||
import venture.Aust1n46.chat.service.ConfigService;
|
import venture.Aust1n46.chat.service.ConfigService;
|
||||||
import venture.Aust1n46.chat.service.UUIDService;
|
import venture.Aust1n46.chat.service.UUIDService;
|
||||||
import venture.Aust1n46.chat.service.VentureChatPlayerApiService;
|
import venture.Aust1n46.chat.service.VentureChatPlayerApiService;
|
||||||
|
import venture.Aust1n46.chat.xcut.Logger;
|
||||||
|
|
||||||
@ExtendWith(MockitoExtension.class)
|
@ExtendWith(MockitoExtension.class)
|
||||||
public class LoginListenerTest {
|
public class LoginListenerTest {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user