mirror of
https://github.com/plexusorg/ItemizerX.git
synced 2025-07-02 08:06:42 +00:00
Add back 1.17.1 and 1.18.1 support
This commit is contained in:
@ -10,8 +10,7 @@ import net.minecraft.nbt.CompoundTag;
|
||||
import net.minecraft.nbt.ListTag;
|
||||
import net.minecraft.nbt.Tag;
|
||||
import net.minecraft.world.item.ItemStack;
|
||||
import org.apache.commons.lang.StringUtils;
|
||||
import org.bukkit.ChatColor;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.bukkit.craftbukkit.v1_20_R1.inventory.CraftItemStack;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
@ -158,10 +157,4 @@ public class AttributeManager implements IAttributeManager
|
||||
+ ", " + c.getDouble("Amount")));
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String colorize(String string)
|
||||
{
|
||||
return ChatColor.translateAlternateColorCodes('&', string);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user