Skip to content

Commit

Permalink
remove comment about multiple instances as this is no longer supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrix87 committed Dec 31, 2024
1 parent c291edb commit c98b3ab
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion templates/7daystodie.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\7DaysToDieServer.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/ark_survival_ascended.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\ShooterGame\Binaries\Win64\ArkAscendedServer.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/astroneer.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\AstroServer.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/conan_exiles.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\ConanSandbox\Binaries\Win64\ConanSandboxServer-Win64-Shipping.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/enshrouded.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\enshrouded_server.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/icarus.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\IcarusServer.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/insurgencysandstorm.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\InsurgencyServer.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/killingfloor2.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\Binaries\Win64\KFServer.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/left4dead2.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\srcds.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/mordhau.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\MordhauServer.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/palworld.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\PalServer.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/paperclip.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\paperclip.jar"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/pixark.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\ShooterGame\Binaries\Win64\PixARKServer.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/projectzomboid.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\StartServer64.bat"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/rust.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\RustDedicated.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/satisfactory.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\FactoryServer.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/soulmask.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\WSServer.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/squad.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\SquadGameServer.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/starbound.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\win64\starbound_server.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/stationeers.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\rocketstation_DedicatedServer.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/terraria.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\TerrariaServer.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/theforest.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\TheForestDedicatedServer.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/valheim.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\valheim_server.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/valheim_plus.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\valheim_server.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down
2 changes: 1 addition & 1 deletion templates/vrising.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $ServerDetails = @{
#Server Executable
Exec = ".\servers\$Name\VRisingServer.exe"

#Allow force close, usefull for server without RCON and Multiple instances.
#Allow force close, usefull for server without RCON.
AllowForceClose = $true

#Process Priority Realtime, High, AboveNormal, Normal, BelowNormal, Low
Expand Down

0 comments on commit c98b3ab

Please sign in to comment.