Quantcast
Channel: SpigotMC - High Performance Minecraft
Viewing all articles
Browse latest Browse all 128654

Cannot find main class

$
0
0
I am very new to coding, and just followed a tutorial. Getting really fed up with it. I do not know how to fix it. Please help!

Here is my main class.
package me.donothurther.vitality;
import org.bukkit.plugin.java.JavaPlugin;
import me.donothurther.vitality.commands.FlyCommand;
public class Main extends JavaPlugin {

@Override
public void onEnable() {
saveDefaultConfig();
new FlyCommand(this);
}
}
...

Cannot find main class

Viewing all articles
Browse latest Browse all 128654

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>