1. Devtools must be a .phar file in order to work and for it to load any other folder plugins 2. each plugin folder must have a plugin.yml file in it to be recognised as a plugin 3. The api of the plugin is CaSe sensitive, so you will need 3.0.0-ALPHA5 instead of 3.0.0-Alpha5
Are you sure you have the latest build of DevTools? 1.1.3 has been the version for quite a few builds
Can you go in your server folder and run the command "tree plugins" (Windows) or "ls -R plugins/" (Linux) on the terminal?
I don't know why nobody clarified this. Phar plugins are the normal plugins. Folder plugins are in-dev abnormal plugins.
Can you post the contents of plugin.yml (in a code block)? Invalid name usually means... the name is invalid. Maybe when copying with a poor text editor someone added some invisible/invalid characters to the name of the plugin?
There's your issue. Your files/folders should be directly in a folder, not a folder inside of a folder.
that's the issue of downloading the zipped repositories and simply unzipping them http://pmmp.readthedocs.io/en/rtfd/plugins.html#directories
I think I fixed it due to yalls help thx, but now im getting this [18:17:37] [Server thread/INFO]: Loading DevTools v1.11.3 [18:17:37] [Server thread/INFO]: Enabling DevTools v1.11.3 [18:17:37] [Server thread/INFO]: Loading source plugin CodeRed v1.11.3 Warning: Couldn't load source plugin CodeRed: main class not found in phar://C:/Users/Deven S/Desktop/PocketMine plugins/PocketMine-MP/plugins/PocketMine-DevTools (2).phar/src/FolderPluginLoader/FolderPluginLoader.php on line 70 [18:17:37] [Server thread/CRITICAL]: Could not load plugin 'CodeRed' [18:17:37] [Server thread/INFO]: [DevTools] Registered folder plugin loader [18:17:37] [Server thread/INFO]: [CONSOLE: Reload complete.] makeplugin CodeRed [18:17:46] [Server thread/INFO]: Invalid plugin name, check the name case. plz help