When I try to load my plugin, there is no error message, and no sign of the plugin in the console. Any help?
Make sure: * Your plugin folder name contains no periods. * Your plugin manifest is at plugins/${PLUGIN_NAME}/plugin.yml * Your plugin source files are at plugins/${PLUGIN_NAME}/src
Then if you are trying to run your plugin directly from source (without the compiled phar), make sure that you are running the latest DevTools version