Open KiwoNtV opened 2 months ago
You are missing the repo
What? It's right there isn't it?
I pasted this:
</repository>
<id>codemc-repo</id>
<url>https://repo.codemc.io/repository/maven-public/</url>
<layout>default</layout>
</repository>
Then its an issue with your IDE. Never trust the IDE, use actual maven to run a clean install and it should work.
The current version of the maven-shade-plugin as the nbt-api don't work for me as they just get marked red as well as the groupId 'de.tr7zw' and the artifactId 'item-nbt-api'. Need some help there please. I'm coding with IntelliJ Spigot Maven API 1.20.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">