I make my plugins correct, when i get errors i go and fix them. But, once all errors are fixed, i get one thats like: class blah\Main not found but I set that up correctly? Anyone else have this problem? Have a solution?
Yeah did the same on mine smashed my phone I got so mad, do you have a copy of the SRC file I could look over?
PHPStorm. Look at your plugin.yml, I'm pretty sure your problem is in that file. Did you has the same class name on your .yml? Remember that it's case sensitive.
I listed it all correctly, the directory is xfury\itemeffects\Main.php, so in .yml i put "main: xfury\itemeffects\Main" and the class is Main in the Main.php