Issue
I have imported the latest version of spigot-api to my project, but when i write import org.bukkit.plugin.java.JavaPlugin;
, I get a error saying
The type org.bukkit.plugin.java.JavaPlugin is not accessible.
I need help.
Thank you.
Solution
RESOLVED: Switching from JavaSE-12 to JavaSE-1.8 worked
Answered By - Ma100Dev