Index: scripts/usr/local/lib/7dtd/serverconfig.sh
===================================================================
--- scripts/usr/local/lib/7dtd/serverconfig.sh	(revision 302)
+++ scripts/usr/local/lib/7dtd/serverconfig.sh	(revision 303)
@@ -28,5 +28,5 @@
 }
 serverconfig_ServerPort_Default() {
-	echo "25000"
+	echo "26900"
 }
 serverconfig_ServerPort_Range() {
@@ -46,4 +46,17 @@
 
 
+serverconfig_ServerDisabledNetworkProtocols_QueryName() {
+	echo "Disabled network protocols"
+}
+serverconfig_ServerDisabledNetworkProtocols_Type() {
+	echo "enum"
+}
+serverconfig_ServerDisabledNetworkProtocols_Default() {
+	echo "1"
+}
+serverconfig_ServerDisabledNetworkProtocols_Values() {
+	config_allowed_values=("None" "UNET" "UNET,SteamNetworking" "UNET,RakNet" "UNET,SteamNetworking,RakNet" "SteamNetworking" "SteamNetworking,RakNet" "RakNet")
+}
+
 
 serverconfig_ServerIsPublic_QueryName() {
@@ -162,5 +175,5 @@
 }
 serverconfig_ServerReservedSlots_Range() {
-	echo "1-64"
+	echo "0-64"
 }
 
@@ -190,5 +203,5 @@
 }
 serverconfig_ServerAdminSlots_Range() {
-	echo "1-64"
+	echo "0-64"
 }
 
@@ -754,5 +767,5 @@
 	echo "--------------------------------"
 	for CV in \
-			ServerName ServerPassword ServerIsPublic ServerPort ServerDescription ServerWebsiteURL \
+			ServerName ServerPassword ServerIsPublic ServerPort ServerDisabledNetworkProtocols ServerDescription ServerWebsiteURL \
 			HideCommandExecutionLog MaxUncoveredMapChunksPerPlayer EACEnabled MaxSpawnedZombies MaxSpawnedAnimals \
 			; do
@@ -884,4 +897,5 @@
 configEditAll() {
 	configEditServer "$1"
+	configEditSlots "$1"
 	configEditRemoteControl "$1"
 	configEditGameType "$1"
