Solved Help within the next day: Unable to make Plugins

Discussion in 'Plugin Development' started by juffatoot, Mar 15, 2014.

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

    Wizehh

    juffatoot
     
  2. Offline

    juffatoot

    I
    don't have options....
     
  3. Offline

    Wizehh

    juffatoot
    Right-click on project --> 'Export' .. then you should see those options.
    I'm on a mobile device, so I don't know the exact path.
     
  4. What do you see? You can screenshot?
     
  5. Offline

    juffatoot

    yup i got that all doesn't work

    No need for another screenshot with edits, I have what Wizehh has without lang.yml

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  6. Have you tried to remove the website and the database lines in the plugin.yml file? As they are not needed.
     
  7. Offline

    juffatoot

    I'll try now.

    still do
    esn't work

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  8. :/ So strange.

    juffatoot
    I will PM you about something.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  9. Offline

    juffatoot

    By the way guys, I'm serious when I say I need it by tomorrow, because I can't work on it during weekdays, and it' due Friday afternoon, so this is my last day to work on it. (7PM now)

    I can't attach the plugin.jar BenFiger's sending it to you now.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  10. Offline

    RawCode

    give your jar.
     
  11. Offline

    juffatoot

    I can't it says no extensions allowed.
     
  12. Offline

    RawCode

  13. Offline

    juffatoot

    Man, If you're going to be like that, don't even bother posting.

    I'll dropbox it

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  14. Or install YeEdit its a eclipse plugin like the online yaml parser except works IN eclipse
     
  15. Offline

    juffatoot

    https://www.dropbox.com/s/udb24rn22a4zlxn/FlashFlood.jar

    Could I have a link, please?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  16. Offline

    RawCode

    you have one more folder level inside jar, this is no allowed, plugin.yml must be placed at root folder. juffatoot
     
  17. RawCode
    That's incorrect, that's how jar files look.

    Fixed it!
    The only thing I did is to remove the empty lines. :p (In the plugin.yml)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  18. Offline

    Wizehh

  19. Offline

    badboysteee98


    Can't be bothered to read through it all but in your plugin.yml (If this is still not solved) you have this

    Code:java
    1. commands:
    2. blockchanger:
    3. description: Toggle plugin on/off
    4. aliases: [FlashFlood]
    5. permission: flashflood.toggle
    6. usage: Syntax error! Simply type /<command> to toggle.


    Yea that looks all fine but this mite be the problem

    Code:java
    1. permission: flashflood.toggle


    As you already have the same permission inside the permissions: part :p

    Also if this doesn't work make sure there's no tabs maybe in the plugin.yml
     
  20. Offline

    juffatoot

    I'm at school at the moment, so if it works when I get home, I will mark it as solved. Thanks for all your help, everyone.

    Can
    I have it please? Thanks, man

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
Thread Status:
Not open for further replies.

Share This Page