Bukkit-Plugin-Generator
Bukkit-Plugin-Generator copied to clipboard
wrong project path
If you set ENDPATH="${output_folder}/${PLUGINNAME}/src/com/bukkit/${USERNAME}/${PLUGINNAME}"
to
ENDPATH="${output_folder}/${PLUGINNAME}/src/${USERNAME}/${PLUGINNAME}"
(e.g. here: https://github.com/Pezmc/Bukkit-Plugin-Generator/blob/master/create#L153)
That's my bad. I missed a line when I implemented the namespace tweak. I actually have that fix in my master branch but forgot to put in a pull request.