I'm glad you liked it, if you need a hand you can contact me on discord and ask for help. Also if you have any tips for improving the plugin I would be grateful.
Version: 1.0.0
Great first plugin, here are some suggestions:
- Make your package name lowercase and class names PascalCase (LikeThis)
- Use your plugin's logger (getLogger()) instead of System.out.println; to print something out use getLogger().info("message goes here");
- Try to avoid repetitive code
Other than that, excellent work :-)