Lang to lang3

This commit is contained in:
2022-06-08 15:09:42 -05:00
parent 7d2c44975d
commit a1c009909d
14 changed files with 14 additions and 14 deletions

View File

@ -22,7 +22,7 @@ import java.time.ZonedDateTime;
import java.util.List;
import java.util.UUID;
import net.kyori.adventure.text.Component;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.bukkit.Bukkit;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;