Adding packages to Mcreator projects???

Started by EnsurdFrndship on

Topic category: Help with MCreator software

Last seen on 20:43, 10. Jun 2020
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Adding packages to Mcreator projects???
Wed, 06/03/2020 - 05:15 (edited)

Hello,

    I have a .jar file that sits in my 'downloads' folder, and am wondering what directory (in my MCreator project) do I need to 'cut and paste' my .jar file into, in order to eliminate all the errors in my .java code from lines that try to 'import' interfaces (such as org.bukkit.*) from my .jar file. The error I am getting is, "package org.bukkit.* does not exist.". Thank you.

Edited by EnsurdFrndship on Wed, 06/03/2020 - 05:15
You can't put Bukkit in…
Wed, 06/03/2020 - 10:12

You can't put Bukkit in Forge code.

Even if you programmed this all manually there is no way to get this to work.