Hi, my alias is Lucid, and I want to be a pmmp developer. I understand you need to know php, and I am on the journey of mastering it. But I have a question. Where can I learn pmmp api? Is there some sort of updated tutorial that walks you through it?
There is no tutorial, I'm pretty sure. However, if you want to learn it the hard way like I did, you can try reading the PMMP code itself. There's an API documentation for PM if you need any help on what a specific function does. Good luck!
You can use these resources: Example Plugin: https://github.com/pmmp/ExamplePlugin Documentation: http://api.pmmp.io Tutorial: https://sites4code.github.io/MCPE/ Another tutorial system: https://pocketmineschool.netlify.app/tutorials/
There isn't an exact tutorial for that. First, you need to know coding in PHP. Theres a good page called Codecademy, were you can learn it. Theres also some apps like Sololearn, Mimo, Grasshoper, among others. Then, i would suggest reading the entire pmmp source (github link) And then, try to create your first plugin. Also, you will need a server with pmmp and DevTools. A usefull command of DevTools is the /genplugin command. Check the DevTools docs to learn how to use it, among other usefull command. (Srry if misspelled, English isn't my first language!) Good Luck!!