2

I'm having issues including bukkit/spigot/paper into my Eclipse since when I try "extends JavaPlugin" in my Class it does not seem able to import the file

I have tried versions of craftbukkit, spigot and paper on several occasions but it just does not seem to work:

From all the online tutorials I have seen, I have noticed that on their versions of eclipse the "Modulepath" and "Classpath" headings do not seem to be there, but for me they are right there:

import popup

Could someone please tell me how to fix this issue?

pppery
  • 3,731
  • 22
  • 33
  • 46

3 Answers3

1

As an advanced user I recommend IntelliJ IDEA, it handles all the dependencies automatically, so you don't have to. When you have it installed, just download the "Minecraft Development" plugin and create a new project with it.

PandaDEV
  • 31
  • 3
0

I'm using Intellij IDEA and there is a plugin that create all the file on it, if you really want a clean environment use this to create your project and go back on eclipse after, i can create it and send you the main folder if you can provide you paper version that you want

0

You cannot use paper as a External JAR. Instead download Bukkit or Spigot from the internet (or use BuildTools to compile your own jar file), and use those instead of paper.

Daniel
  • 66
  • 7