Need help with my plugin LoginLogout

Discussion in 'Plugin Development' started by omnee, Sep 10, 2011.

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

    omnee

    when some one joins it shows the default bukkit login message (i know this because my login message is white and bukkit one is yellow)
    and when some one leaves it shows CraftPlayer{name=omnee} has left the game

    if you need any file or anything like that tell me
     
  2. Code?
    Second problem also sounds like you are using player.toString(), use player.getName();
     
  3. Offline

    stelar7

    he was using event.getPlayer()
     
  4. Offline

    omnee

    its fixed now due the great stelar7 :D
     
Thread Status:
Not open for further replies.

Share This Page