Question intellij projects not being created correctly

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.

imFel

New member
Apr 22, 2024
2
0
1
1713753554089.png
1713753566858.png

this happens consistently whenever I make a new project. I'm new to java development and spigot/paper so i dont know how to fix.

how do i fix this? I don't have this issue in projects created previously.
 

imFel

New member
Apr 22, 2024
2
0
1
Could you share the build file of the build tool you're using?
using Maven

<repositories>
<repository>
<id>papermc-repo</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
</repository>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/groups/public/</url>
</repository>
</repositories>


<dependencies>
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.20.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>

assuming this is what you mean