What plugins work with pocketmine api 3.0.0? i tried to update all my plugins and it keeps crashing. i have a pocketmine-mp.phar
Not enough information. If you are using recent PocketMine-MP builds for API 3.0.0-ALPHA7 then you'll need to find alpha7 versions of your plugins. Also, since alpha7 has undergone several changes that break backward compatibility, you'll need the 'right' alpha7 version for your plugin... Poggit releases of plugins marked alpha7 might work - if not go to the plugins build page and see if there's a more recent build.
I have updated the plugin.yml to have an api of: [2.0.0, 3.0.0, 3.0.1, 3.1.0, 3.0.0-ALPHA7] but the plugins still dont work and just crash the server. What can I do to Fix it? is there something in the main.php that's not compatible?
you cant just edit the api and expect it to work the api is there not to annoy people but as a way to tell enduser/devs that something has change and a update is needed maybe try taking a look at this thread https://forums.pmmp.io/threads/updating-a-plugin-to-work-with-different-apis-the-manual-way.3647/
Thank you, ill take a look at it. Also, i new the the pocketmine api so i didn't know how to update a plugin
you can look at the error code/crash reason, that will explain why something didnt work which mostly the error logs are only understandable if you know PHP or know how to use google so picking up one or two of the skills will definitely help