Recent content by imFel

  • 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.
  1. I

    Question intellij projects not being created correctly

    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>...
  2. I

    Question intellij projects not being created correctly

    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.