1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

create plugin.yml

Discussion in 'Plugin Help' started by DPG, Feb 28, 2022.

  1. DPG

    DPG Creeper

    Messages:
    1
    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?
     
  2. HeyDeniis_

    HeyDeniis_ Baby Zombie

    Messages:
    137
    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.
     
  3. aSluggishPerson

    aSluggishPerson Spider

    Messages:
    7
    GitHub:
    asluggishperson
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.