Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Krillic

Members
  • Posts

    0
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Krillic reacted to reco1977 in Server description example here   
    Hopefully this will clear things up.
     
    This example will show the description only.  From this point forward we are going to assume that you don't have a serverauto.cfg file.
     
    Open Notepad
    Fill out the information you need based on the example below.  When typing do not press enter.  This is essentially all on a single line but Word Wrap is enabled.
     
    server.description "This part of the text will go on the very top line. \nThis part of the text will go on the second line directly underneath the first line. \nThis will go on the third line. \nThink of backslash n as the enter key. \n \n \nSince there are three backslash n commands here, enter has been pressed three times."
     
    Close Notepad selecting Yes to save.  Enter serverauto.cfg as the name.  Now upload this file to /server/experimental/cfg
    Restart your server
     
     
    The above text will look like this on the server description
    This part of the text will go on the very top line.
    This part of the text will go on the second line directly underneath the first line.
    This will go on the third line.
    Think of backslash n as the enter key.
     
     
    Since there are three backslash n commands here, enter has been pressed three times.
    ----------------------------------------------------------------------------------------------------------------------------------