Update to apache commons lang3

This commit is contained in:
Len
2022-09-26 19:08:51 +02:00
parent d644dbef6e
commit 9d7f50ad37
7 changed files with 7 additions and 7 deletions
@@ -4,7 +4,7 @@ import com.alttd.chat.ChatPlugin;
import com.alttd.chat.config.Config;
import com.alttd.chat.objects.Toggleable;
import net.kyori.adventure.text.minimessage.tag.resolver.Placeholder;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;