Plugin.Yml

Discussion in 'Plugin Development' started by Felixbakkum, Feb 1, 2015.

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

    Felixbakkum

    How should the plugin.yml see when it's event please send it
     
  2. Offline

    WesJD

  3. Offline

    1Rogue

  4. @Felixbakkum If you're asking what the plugin.yml should look like then here you go:
    Code:
    name: PluginName
    main: me.PluginName.PackageName.MainClassName
    version: 1.0.0 BETA
    author: Author goes here.
    description: Plugin description.
    commands:
      Test:
        description: Description of command.
        usage: /<command>
        aliases: []
        permission:
     
  5. Offline

    SuperOriginal

  6. Offline

    Felixbakkum

    what is author

    what should my main be like???
    http://gyazo.com/7f675432cf478ecc0f74bd8ed4d9a31d

    <Edited by bwfcwalshy: Merged posts, please use the edit button rather than double posting.>
     
    Last edited by a moderator: Feb 1, 2015
  7. Offline

    MordorKing78

    @Felixbakkum me.felixbakkum.deathmessages.<yourmain> I think your main is deathmessages so,
    me.felixbakkum.deathmessages.deathmessages
     
  8. @Felixbakkum Author, like an author of a book, would be you since you're making the plugin. Put your ingame username where "author: " is.
     
  9. Offline

    PreFiXAUT

    @Felixbakkum I have seen now multible Posts from you, asking the most basic stuff about Bukkit and Java. Learn Java and read the Bukkit-Wiki before you ask tons of non-sence questions. I mean, why does Bukkit have a Wiki? Just as decoration?
     
  10. Offline

    MordorKing78

    @Felixbakkum Were is your main? Your main is were extends JavaPlugin is.
     
  11. Offline

    Skionz

    @Felixbakkum Your main class does not exist. Create it.

    @Felixbakkum What are you talking about? Just create your main class. It doesn't just magically get created for you.

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

    Felixbakkum

    I did an it did worrk but the event dosen't work
     
  13. Offline

    PreFiXAUT

    @Felixbakkum I really don't know if you're a troll or if you're really like that...jeez
     
  14. Offline

    Felixbakkum

    The event isn't working
     
  15. Offline

    nverdier

    @Felixbakkum You have to register the event in your onEnable. Did you do that?
     
  16. Offline

    1Rogue

  17. My bad for not doing it sooner. I thought her would at least get what I was saying.
     
Thread Status:
Not open for further replies.

Share This Page