Could not load plugins in folder 'plugins'

Discussion in 'Plugin Development' started by _ionut_, Oct 18, 2020.

Thread Status:
Not open for further replies.
  1. Offline

    _ionut_

    Could not load plugins in folder 'plugins'
     

    Attached Files:

  2. Offline

    timtower Administrator Administrator Moderator

    @_ionut_ That is a bad plugin.yml, did you make that plugin?
     
  3. Offline

    _ionut_

  4. Offline

    timtower Administrator Administrator Moderator

    @_ionut_ Please post your plugin.yml
    [code]<plugin.yml here>[/code]
     
  5. Offline

    _ionut_

    this is the plugin.yml
     

    Attached Files:

    • yml.PNG
      yml.PNG
      File size:
      6.5 KB
      Views:
      11
  6. Offline

    timtower Administrator Administrator Moderator

    @_ionut_ I even posted how you could post it without image. Images and code don't go well together.
    Fly needs to have 2 spaces in front of it.
    Everything below fly 4.
     
  7. Offline

    _ionut_

    i tried but it tells me the same error
     
  8. Offline

    timtower Administrator Administrator Moderator

    @_ionut_ Then post your new plugin.yml, and not using an image this time.
     
  9. Offline

    _ionut_

    name: PointP
    main: prova.Main
    version: 1.0
    author: _ionut_
    description: Point
    commands:
    space, space fly:
    space,space,space, space description: Fly Mode
    space,space,space, space usage: /fly
    space,space,space, space aliases: [fly]
     
    Last edited: Oct 19, 2020
  10. Offline

    KarimAKL

    Instead of typing "space, space, space, space", you can use code blocks. @timtower already told you how to use them.
    Anyway, it looks fine to me, are you sure that you're using that version of the plugin.yml on your server?
     
  11. Offline

    _ionut_

    yes CraftBukkit 1.8.8
     
  12. Offline

    KarimAKL

    That is not what i meant. I meant if you're using the same version of the plugin. What does the plugin.yml look like if you open the plugin using something like WinRAR?
     
  13. Offline

    _ionut_

  14. Offline

    Strahan

    An easy method is to rename it and add .zip to the end, so the system sees it as a ZIP file and when you double click it, it opens with whatever your zip handler is. Then just check the plugin.yml in the file
     
Thread Status:
Not open for further replies.

Share This Page