From 751927349de08d4c7bb35b2e4d1c5827ae1dacde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bro=C4=8Dko?= Date: Sun, 9 Sep 2018 19:15:37 +0200 Subject: [PATCH] cleaned imports --- src/cz/marwland/mc/core/util/UserUtil.java | 2 -- src/cz/marwland/mc/essentials/features/ChatNotifier.java | 1 - 2 files changed, 3 deletions(-) diff --git a/src/cz/marwland/mc/core/util/UserUtil.java b/src/cz/marwland/mc/core/util/UserUtil.java index 22c5381..dee6106 100644 --- a/src/cz/marwland/mc/core/util/UserUtil.java +++ b/src/cz/marwland/mc/core/util/UserUtil.java @@ -7,8 +7,6 @@ import me.lucko.luckperms.api.Contexts; import me.lucko.luckperms.api.LuckPermsApi; import me.lucko.luckperms.api.User; import me.lucko.luckperms.api.caching.MetaData; -import me.lucko.luckperms.api.caching.PermissionData; -import me.lucko.luckperms.api.context.ImmutableContextSet; public class UserUtil { diff --git a/src/cz/marwland/mc/essentials/features/ChatNotifier.java b/src/cz/marwland/mc/essentials/features/ChatNotifier.java index 8d35b26..27b6066 100644 --- a/src/cz/marwland/mc/essentials/features/ChatNotifier.java +++ b/src/cz/marwland/mc/essentials/features/ChatNotifier.java @@ -4,7 +4,6 @@ import org.bukkit.Bukkit; import org.bukkit.Sound; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; -import org.bukkit.event.EventPriority; import org.bukkit.event.player.AsyncPlayerChatEvent; import com.connorlinfoot.bountifulapi.BountifulAPI;