SimpleMotD Plugin doesn't work...

Discussion in 'Plugin Development' started by H4ckHunt3r, Aug 28, 2011.

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

    H4ckHunt3r

    Hello,
    I want to write an very simple motd(message of the day) plugin for my bukkit server.
    But it isn't working..

    Here the error log entry on Server startup:
    The SourceCode of my Plugin you can find there: DOWNLOADzip(3,02MB)


    hope someone will help me to fix this problem :/
    (sorry for my bad english^^)
     
  2. I think class names are case-sensitive

    Your java file:
    Code:
    package me.h4ckhunt3r.SimpleMotD;
    Your plugin.yml:
    Code:
    main: me.H4ckHunt3r.SimpleMotD.SimpleMotD
     
    H4ckHunt3r likes this.
  3. Offline

    Taco

    They are, as is almost everything in Java. That's probably the issue right there.
     
  4. Offline

    H4ckHunt3r

    Thank you,
    what an stupid mistake :s

    Plugin is now running... command doesn't work...
    but I think i will get this fixed by myself. :)
     
Thread Status:
Not open for further replies.

Share This Page