1. Hi all... i'll be brief ... How can I set my description server? .. i dont know if i want colours.. Something like that

    Welcome to CrystalRust Server!

    Plugins:
    -Promocode
    -Kits
    -Drops
    -Etc

    Enjoy the game

    Thanks all :D
     
  2. Wulf

    Wulf Community Admin

    Add it to your startup script or server.cfg:
    Code:
    +server.description "Welcome to CrystalRust Server!\n\nPlugins:\n-Promocode\n-Kits\n-Drops\n-Etc\n\nEnjoy the game"
     
  3. Solved!! Ty Wulf! :D
     
  4. how do I remove description?? its gone messed up
     
  5. Code:
    +server.description ""
     
  6. Please help me with my startup. I want it to have rules in the description. I also want to rules to appear in the chat window once an hour. Here is my startup.bat.... The server starts but there is no rules added


    :START
    +server.description "WELCOME TO THE SPACE STATION PVE!
    Server Rules!
    #1 Use Common Sense, morals, ethics, manners that are acceptable to society. Do not Be a sociopath.
    #2 No Base Raiding
    #3 No Killing each other. Its is not PVP
    #4 TRAPS ARE ALLOWED. Do NOT abuse them. Turrets and and traps will NOT be placed around
    landmarks, monuments, roads, or anywhere else of high traffic that prevents other players
    from playing the game. Turrets and Traps are for your base only and if any of the above rules
    are broken its ban time."
    RustDedicated.exe -batchmode -server.port 28015 -server.hostname "The Space Station PVE" -server.seed 2082695798 -server.maxplayers 20 -server.worldsize 4000 -server.identity my_server_identity -server.saveinterval 300
    pause
    GOTO START
     
  7. You do not put that in your bat file use a plugin for it