setQuitMessage broken?

Discussion in 'Plugin Development' started by FrozenBrain, Apr 24, 2011.

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

    FrozenBrain

    Hey everyone,

    since the CraftBukkit team released new builds for Minecraft 1.5 people have been complaining that my plugin "MessageChanger" doesn't work correctly. It does not change the quit message. After updating my local CraftBukkit testserver I experienced the same thing. It seems that setQuitMessage is broken.

    Here are two lines of my code:
    Code:
    event.setQuitMessage("Test 123"); //simplified for testing
    System.out.println(event.getQuitMessage());
    After a player quits everybody should see 'Test 123' in their chats. But that's not the case, everbody gets the normal 'Player left the game.'. However, the second line of the code above prints out 'Test 123' correctly to the console.

    Just a bug? Or am I doing something wrong?
     
  2. Offline

    Sammy

    They are non-recommended versions, so chill out and wait until they release a stable build
     
  3. Offline

    Raphfrk

    It is still work reporting, so they can fix it though.
     
  4. Try downloading the recommended build, just released for Minecraft 1.5_02
     
Thread Status:
Not open for further replies.

Share This Page