a few fixes & optimizations

This commit is contained in:
9378062
2022-04-07 13:12:38 -04:00
parent 1496e5a55c
commit 3666379645
4 changed files with 32 additions and 8 deletions

View File

@ -17,10 +17,8 @@ import java.util.stream.Collectors;
import dev.plex.util.PlexLog;
import dev.plex.util.PlexUtils;
import net.kyori.adventure.text.Component;
import net.kyori.adventure.text.minimessage.MiniMessage;
import org.apache.commons.lang.StringUtils;
import org.bukkit.command.CommandSender;
import org.bukkit.command.ConsoleCommandSender;
import org.bukkit.entity.Player;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;