What are some common server settings for the Commands.dat file?

Post Reply
User avatar
Spray
Former staff
Former staff
Posts: 630
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Dec 28, 2011 10:41 pm
Location: Oregon

What are some common server settings for the Commands.dat file?

Post by Spray »

Some commonly used Commands.dat settings are:

Name <Server Name Here> - Assigns the name of the server on the server list.
Perspective <First | Third | Both> - Assigns the perspective of the server.
Mode <Easy | Normal | Hard> - Assigns the difficulty of the server.
PvE - Disables player versus player combat in favor of player versus environment.
Welcome <Text>/<R>/<G>/<B> - Sets a chat box welcome message shown to clients when connected to the server. An example would look like:

Code: Select all

Welcome Welcome to the server, I hope you enjoy your stay!/255/0/0
The R/G/B value sets the color of the text, in this case, red. An easy to use RGB color picker can be found here: https://www.w3schools.com/colors/colors_picker.asp
Post Reply