Update to Spigot's CraftBukkit 1.8

Corrected the version check number

Moved Apache Commons reference to imports section
This commit is contained in:
Ryan
2014-11-29 19:16:00 +00:00
committed by JeromSar
parent 5190af0a6b
commit d14a595ac4
55 changed files with 72 additions and 72 deletions

View File

@ -4,7 +4,7 @@ import java.util.regex.Matcher;
import java.util.regex.Pattern;
import me.StevenLawson.TotalFreedomMod.Bridge.TFM_EssentialsBridge;
import me.StevenLawson.TotalFreedomMod.TFM_Util;
import net.minecraft.util.org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;