I hope someone can assist me. I've been trying for awhile and I can't seem to get my server description to work properly.
I enter this - Welcome to RustyMellow a Semi-Vanilla server/nWorld wipes every week on Thursday./nBPs wipe every 2nd Thursday./nNo Staff No Abuse./nPlugins - 2x Gather, 2x Stack Increase, Remover Tool, Fast Night,
but then comes out like in the pciture I provided.
I want my description to look like this
Welcome to RustyMellow a Semi-Vanilla server
World wipes every week on Thursday
BPs wipe every second Thursday
No Staff no Abuse
Plugins - 2x Gather, 2x Stack increase, remover tool, Fast night
Solved Server description not using new lines
Discussion in 'Rust Discussion' started by TrueCanadian, Dec 22, 2017.
-
Attached Files:
-
-
Can you post the full line what you have in your bat file including the quotations
-
Attached Files:
-
-
I see your problem you have them like this / when it should be like this \
Code:+server.description "Welcome to RustyMellow a Semi-Vanilla server\nWorld wipes every week on Thursday.\nBPs wipe every 2nd Thursday.\nNo Staff No Abuse.\nPlugins - 2x Gather, 2x Stack Increase, Remover Tool, Fast Night,"
-