Removed some imports

This commit is contained in:
Nathan Curran 2020-08-04 11:44:01 +10:00
parent ae57573eeb
commit c826afe399
No known key found for this signature in database
GPG Key ID: B3A964B30C2E56B8

View File

@ -6,9 +6,7 @@ import java.util.Random;
import me.totalfreedom.totalfreedommod.rank.Rank;
import me.totalfreedom.totalfreedommod.util.FUtil;
import net.minecraft.server.v1_16_R1.NBTTagCompound;
import net.minecraft.server.v1_16_R1.NBTTagInt;
import net.minecraft.server.v1_16_R1.NBTTagList;
import net.minecraft.server.v1_16_R1.NBTTagString;
import org.apache.commons.lang.StringUtils;
import org.bukkit.Material;
import org.bukkit.command.Command;