I'm still learning how to code a pocketmine plugin and i don't know how to create a simple plugin.yml. Can someone make an example of config.yml via pm4?
Code: name: name of your plugin api: 4.0.0 #version of the target api, 4.0.0 is recommended #Path to your main file main: yourname\plugin_name\Main version: 1.0.0 #your plugin version author: Your Name In addition, it still has other definitions that are not mandatory and are not used much, it still has the commands and permissions part, but that's the basis.