Bukkit-Plugin-Generator icon indicating copy to clipboard operation
Bukkit-Plugin-Generator copied to clipboard

wrong project path

Open themasch opened this issue 14 years ago • 1 comments

If you set . as the package, please use this as a path to. I think it would be nice to change 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)

themasch avatar Feb 10 '11 22:02 themasch

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.

michaelherold avatar Feb 11 '11 04:02 michaelherold