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

Plugins wont load at all

Discussion in 'Help' started by Smarticles101, Apr 12, 2017.

  1. Smarticles101

    Smarticles101 Silverfish

    Messages:
    22
    GitHub:
    Smarticles101
    Steps I have taken:
    Download latest pmmp using installer:
    Code:
    curl -sL https://get.pmmp.io | bash -s -
    Cd into plugins folder and download dev tools from git then build it's phar:
    Code:
    cd plugins
    git clone https://github.com/pmmp/PocketMine-DevTools
     ../bin/php7/bin/php -dphar.readonly=0 PocketMine-DevTools/src/DevTools/ConsoleScript.php --make PocketMine-DevTools/src/ --entry PocketMine-DevTools/plugin.yml --out DevTools.phar
    Then when I start the server, there are no reports of any plugins being loaded, or when I use the plugins command it returns that 0 plugins are loaded
     
  2. moska

    moska Baby Zombie

    Messages:
    105
    GitHub:
    supermaxalex
    Did you check your pocketmine.yml ?
     
  3. Smarticles101

    Smarticles101 Silverfish

    Messages:
    22
    GitHub:
    Smarticles101
    Yes, is there a specific setting I should look for? I cant find anything
     
  4. jasonwynn10

    jasonwynn10 Moderator Poggit Reviewer

    Messages:
    1,489
    GitHub:
    jasonwynn10
    what does the console look like? can we see?
     
  5. Smarticles101

    Smarticles101 Silverfish

    Messages:
    22
    GitHub:
    Smarticles101
    Code:
    logan@logans:~/PocketMine-MP$ ./start.sh 
    [13:22:40] [Server thread/INFO]: Loading pocketmine.yml...
    [13:22:40] [Server thread/INFO]: Loading server properties...
    [13:22:40] [Server thread/INFO]: Selected English (eng) as the base language
    [13:22:40] [Server thread/INFO]: Starting Minecraft: PE server version v1.0.4.11
    [13:22:40] [Server thread/INFO]: Opening server on 0.0.0.0:19132
    [13:22:41] [Server thread/INFO]: This server is running PocketMine-MP version 1.6.2dev-41 "Unleashed" (API 3.0.0-ALPHA4)
    [13:22:41] [Server thread/INFO]: PocketMine-MP is distributed under the LGPL License
    [13:22:41] [Server thread/INFO]: Loading recipes...
    [13:22:41] [Server thread/INFO]: Preparing level "world"
    [13:22:41] [Server thread/INFO]: Starting GS4 status listener
    [13:22:41] [Server thread/INFO]: Setting query port to 19132
    [13:22:41] [Server thread/INFO]: Query running on 0.0.0.0:19132
    [13:22:41] [Server thread/INFO]: Default game type: Survival Mode
    [13:22:41] [Server thread/INFO]: Done (0.819s)! For help, type "help" or "?"
    plugins
    [13:22:47] [Server thread/INFO]: Plugins (0):
    stop
    [13:22:49] [Server thread/INFO]: [CONSOLE: Stopping the server]
    [13:22:49] [Server thread/INFO]: Unloading level "world"
    [13:22:50] [Server thread/INFO]: Stopping other threads
    
    logan@logans:~/PocketMine-MP$ 
    
     
  6. jasonwynn10

    jasonwynn10 Moderator Poggit Reviewer

    Messages:
    1,489
    GitHub:
    jasonwynn10
    what does your plugins folder look like?
     
  7. Smarticles101

    Smarticles101 Silverfish

    Messages:
    22
    GitHub:
    Smarticles101
    Code:
    logan@logans:~/PocketMine-MP/plugins$ ls -al
    total 36
    drwxrwxr-x 3 logan logan  4096 Apr 12 13:00 .
    drwxrwxr-x 6 logan logan  4096 Apr 12 13:22 ..
    -rw-rw-r-- 1 logan logan 23648 Apr 12 13:00 DevTools.phar
    drwxrwxr-x 4 logan logan  4096 Apr 12 12:47 PocketMine-DevTools
    logan@logans:~/PocketMine-MP/plugins$ 
    
     
  8. moska

    moska Baby Zombie

    Messages:
    105
    GitHub:
    supermaxalex
    Can you send us a screenshot of the plugins' folder please ?
     
  9. Smarticles101

    Smarticles101 Silverfish

    Messages:
    22
    GitHub:
    Smarticles101
    That was the plugins folder
     
  10. Smarticles101

    Smarticles101 Silverfish

    Messages:
    22
    GitHub:
    Smarticles101
    Here is a screenshot anyways
     

    Attached Files:

  11. jasonwynn10

    jasonwynn10 Moderator Poggit Reviewer

    Messages:
    1,489
    GitHub:
    jasonwynn10
    you only have devtools?
     
  12. Smarticles101

    Smarticles101 Silverfish

    Messages:
    22
    GitHub:
    Smarticles101
    At the moment, yes. Its an entirely fresh copy of the software
     
  13. jasonwynn10

    jasonwynn10 Moderator Poggit Reviewer

    Messages:
    1,489
    GitHub:
    jasonwynn10
    What API is that version for and is it from poggit?
     
    Awzaw likes this.
  14. Smarticles101

    Smarticles101 Silverfish

    Messages:
    22
    GitHub:
    Smarticles101
    It's for 3.0.0-ALPHA4. I cloned the got repo and built the phar manually
     
  15. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
    You'll need to add API 3.0.0-ALPHA5 to the devtools plugin.yml before building DevTools, @dktapps has been really busy with 1.1/1.0.6, and it hasn't been updated yet.
     
  16. Sandertv

    Sandertv Zombie Pigman Poggit Reviewer

    Messages:
    786
    GitHub:
    Sandertv
  17. Smarticles101

    Smarticles101 Silverfish

    Messages:
    22
    GitHub:
    Smarticles101
    The server is reporting it uses alpha 4?
     
    corytortoise likes this.
  18. jasonwynn10

    jasonwynn10 Moderator Poggit Reviewer

    Messages:
    1,489
    GitHub:
    jasonwynn10
    make sure you clones the api3/network branch from github
     
    Last edited: Apr 12, 2017
    Awzaw likes this.
  19. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
    Sorry, didn't see that.. . it was posted while I was replying. In that case just follow Jason and sandertv's advice.
     
    Last edited: Apr 12, 2017
  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.