How to get player has joined the server message on connect

Discussion in 'Bukkit Help' started by Pavman, Jul 21, 2014.

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

    Pavman

    For some reason this isn't working on my server. Thanks.

    Any help? Thanks

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

    Saladoc

    Any Error logs? Any Plugins that possibly change that Message?
     
  3. Offline

    Pavman

    I had BungeeSuite installed but I uninstalled it. And there are no errors in the console.
     
  4. Offline

    daavko

  5. Offline

    Pavman


    [​IMG]
     
  6. Offline

    daavko

    Pavman Looks like Essentials is disabling join/leave messages.
     
  7. Offline

    Pavman

    I've looked in the config and can't find that in it. Do you know where it is in the config?
     
  8. Offline

    Necrodoom

    @daavk Hm?
    Pavman Paste startup log please.
     
  9. Offline

    daavko

    Pavman These lines:
    Code:
    # You can set a custom join message here, set to "none" to disable.
    # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
    custom-join-message: "none"
     
    # You can set a custom quit message here, set to "none" to disable.
    # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
    custom-quit-message: "none"
    As you see, they are set as "none" by default. Just set them to something you like :)
     
  10. Offline

    Necrodoom

    daavko it means it would use the default one then, by the way.
     
  11. Offline

    daavko

    Necrodoom Umm...I don't think so (I could be wrong, everybody can be). But either way, custom join/leave messages are nicer than default ones :D
     
  12. Offline

    Pavman

    Where's this located in the config? Like under which thing because I apparently do not have it so I'll just paste it in.
     
  13. Offline

    daavko

    Pavman These lines are about in the middle of config. If you can open it with something like Notepad++, I think there is a "find" function. So just input "custom-join-message" and it'll get you there.
     
  14. Offline

    Necrodoom

    Pavman This wont fix your original problem, paste startup log please.
     
  15. Offline

    Pavman

    There are no errors in the startup that I can see. What could be causing this?
     
  16. Offline

    daavko

    Pavman Just post your startup log. Without it, we can't help you.
     
Thread Status:
Not open for further replies.

Share This Page