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

Solved One of my plugin is not loading...

Discussion in 'Plugin Help' started by XdmingXD, Apr 26, 2017.

  1. XdmingXD

    XdmingXD Baby Zombie

    Messages:
    158
    GitHub:
    xdmingxd
    hum...
    This is so weird...
    Code:
    [23:31:00] [Server thread/INFO]: Enabling DevTools v1.11.3
    [23:31:00] [Server thread/INFO]: Loading source plugin AlwaysSpawn v2.2.2
    [23:31:00] [Server thread/INFO]: Loading source plugin PeacefulSpawn v2.5
    [23:31:00] [Server thread/INFO]: Loading source plugin MYPLUGIN v1.0 (This appeared on my 64-bits laptop but it doesn't appear on 32-bits desktop)
    [23:31:00] [Server thread/INFO]: [DevTools] Registered folder plugin loader
    
    I was trying to host a server on my 32-bits computer with Linux (surprisingly,it is working fine with no lag)
    However,one of my plugin is not loading
    idk why but is it because 32-bits doesn't fully support php7
     
  2. xBeastMode

    xBeastMode Shog Chips

    Messages:
    0
    Is "plugin.yml" missing or is it empty? Does it have a base class?
     
  3. XdmingXD

    XdmingXD Baby Zombie

    Messages:
    158
    GitHub:
    xdmingxd
    Opps
    I put it in the wrong forum...
    I thought this is Help in the main forum lol (always happen...)
    but where should I post this thread?...

    btw,I just copy and paste my whole plugins file from 64-bits computer to 32-bits computer
     
  4. Magicode

    Magicode Baby Zombie

    Messages:
    183
    GitHub:
    magicode1
    Your plugin needs to have been compiled with a 'plugin.yml' file with it for pocketmine to be able to read it. Try checking through your source files and making sure everything is in order.
     
  5. XdmingXD

    XdmingXD Baby Zombie

    Messages:
    158
    GitHub:
    xdmingxd
    My source file have everything it need...
     
  6. jasonwynn10

    jasonwynn10 Moderator Poggit Reviewer

    Messages:
    1,489
    GitHub:
    jasonwynn10
    what are the API versions in the plugin.yml and what API is the server?
     
  7. XdmingXD

    XdmingXD Baby Zombie

    Messages:
    158
    GitHub:
    xdmingxd
    It's not the API problem
    If it is,it will appear something like "cannot load plugin " fjfbf" v1.0 incompatible API version
    However,its doesn't appear
    The problem is my plugin is not read as a plugin file...
     
  8. Sandertv

    Sandertv Zombie Pigman Poggit Reviewer

    Messages:
    786
    GitHub:
    Sandertv
    The error clearly says 'incompatible API version'. Your plugin API version should match your server's API version, which can be seen on startup (and /version?)
     
  9. XdmingXD

    XdmingXD Baby Zombie

    Messages:
    158
    GitHub:
    xdmingxd
    :)I said it's not API problem...
     
  10. XdmingXD

    XdmingXD Baby Zombie

    Messages:
    158
    GitHub:
    xdmingxd
    :facepalm::facepalm::facepalm:
    my cloud drive changed my file "plugin.yml" to "Plugin.yml" AUTOMATICALLY
    I am so stuipd...:rolleyes:
     
  11. jasonwynn10

    jasonwynn10 Moderator Poggit Reviewer

    Messages:
    1,489
    GitHub:
    jasonwynn10
    Caps changes everything
     
  12. SOFe

    SOFe Administrator Staff Member PMMP Team Poggit Admin

    Messages:
    1,968
    GitHub:
    sof3
    To make the whole thing simpler, package them into phars so that file names (as in the system filesystem) no longer matter once packaged!
     
    jasonwynn10 likes this.
  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.