Advertisement
Guest User

Untitled

a guest
Sep 18th, 2018
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project JoinMe: Compilation failure
  2. [ERROR] /C:/Users/User/Desktop/Intelij Plugins/MyProjekts/JoinMe/src/main/java/me/tgamings/joinme/api/NPC.java:[186,32] cannot access net.minecraft.server.v1_12_R1.PacketPlayOutPlayerInfo.PlayerInfoData
  3. [ERROR] bad class file: C:\Users\User\.m2\repository\org\spigotmc\spigot\1.12.2-R0.1-SNAPSHOT\spigot-1.12.2-R0.1-SNAPSHOT.jar(net/minecraft/server/v1_12_R1/PacketPlayOutPlayerInfo$PlayerInfoData.class)
  4. [ERROR] bad RuntimeInvisibleParameterAnnotations attribute: PlayerInfoData(com.mojang.authlib.GameProfile,int,net.minecraft.server.v1_12_R1.EnumGamemode,net.minecraft.server.v1_12_R1.IChatBaseComponent)
  5. [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
  6. [ERROR] -> [Help 1]
  7. [ERROR]
  8. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  9. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  10. [ERROR]
  11. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  12. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement