1. Welcome to LilyPad. Download the project, explore the forums, and create your own LilyPad network.


    If you use the software and enjoy it or have a question, or would like to contribute to the future of the software directly or through resources, please sign up and join our little community.

How do you create a MOTD? It isn't working for me.

Discussion in 'Support' started by Yashjeet1234, Jun 26, 2014.

  1. Yashjeet1234

    Yashjeet1234 New Member

    Hey,
    I have a question, how do you make a MOTD?
    Currently, when I try:
    "§9§l<§b-§9§l> §3§l[§9§lRaiders§f§lNetwork§3§l] §b--> §b§lSummer! §9§l<§b-§9§l>\n §b§lThe OverPowered Network! §a§lONLINE"

    ^^ It doesn't work. Anyway to fix this? Here's my config. http://pastebin.com/P2yytwx4
  2. The_Zip

    The_Zip Active Member Resource Contributor

    Change you config below.

    Code (text):
    connect:
      address: ###################
      credentials:
        username: ########
        password: ######
    proxy:
      bind: :25565
      routes:
      - domain: "mc.raiderspvp.com"
        server: Infinite
        motd: "§9§l<§b-§9§l>  §3§l[§9§lRaiders§f§lNetwork§3§l] §b--> §b§lSummer!  §9§l<§b-§9§l>\n    §b§lThe OverPowered Network!  §a§lONLINE"
      - domain: "##########"
        server: ############
      locale:
        full: The server seems to be currently full. Try again later!
        offline: The requested server is currently offline. Try again later!
        loggedIn: You seem to be logged in already. Try again later!
        lostConn: Lost connection... Please try to reconnect
        shutdown: The server is being restarted. Please try to reconnect
      motd: "§9§l<§b-§9§l>  §3§l[§9§lRaiders§f§lNetwork§3§l] §b--> §b§lSummer!  §9§l<§b-§9§l>\n    §b§lThe OverPowered Network!  §a§lONLINE"
      maxPlayers: 300
      authenticate: true
  3. Tzeentchful

    Tzeentchful Member Contributor

    Don't use the section symbol for colours. You can use '&' instead so you don't have to encode your config in Unicode.
    And like The_Zip said put the motd in the route config.
  4. The_Zip

    The_Zip Active Member Resource Contributor

    My fault, awhile back we had allot of issues with the &... I just tested it out and it looks like it works fine now.

    I just changed it in the Configuration Guide, @Matt can you change the one in Setting up a GoLilyPadServer?
  5. Matt

    Matt Forum Moderator & Contributor Staff Member Moderator Contributor

    Done!
    • Like Like x 1

Share This Page