hey, so i added 2 new classes that I don't call/initialize until the player enters a command. But, now spigot can't find my main class? and, i changed it to cf.aspens.Main and it still doesn't work
In your plugin.yml, why do you set : Code (Text): main: cf.aspens.Main.java why *.java? you just have to set the path to your file.
this is kind of a XY problem, it was cf.aspens.Main but i set it to .java to see if that would fix anything sorry for confusion
Does the jar actually contain that class; are you exporting it properly? Open the jar and check. Also, .java is sourcecode. bytecode is a .class file. Look in the jar.