Skip to content

Commit

Permalink
update default server names
Browse files Browse the repository at this point in the history
  • Loading branch information
patrix87 committed Oct 29, 2023
1 parent 2f3ae1f commit ca79cf2
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion templates/astroneer.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ServerDetails = @{
Login = "anonymous"

#Server Name
SessionName = "My Astroneer Server"
SessionName = "PowerShellGSM Astroneer Server"

#Server Owner Username
OwnerName = "user"
Expand Down
2 changes: 1 addition & 1 deletion templates/icarus.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ServerDetails = @{
Login = "anonymous"

#Session Name
SessionName = "My Icarus Server"
SessionName = "PowerShellGSM Icarus Server"

#Max number of Players
MaxPlayers = 8
Expand Down
2 changes: 1 addition & 1 deletion templates/insurgencysandstorm.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ServerDetails = @{
Login = "anonymous"

#Name of the server in the Server Browser
SessionName = "My Insurgency Server"
SessionName = "PowerShellGSM Insurgency Server"

#Maximum Number of Players
MaxPlayers = 8
Expand Down
2 changes: 1 addition & 1 deletion templates/left4dead2.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ServerDetails = @{
Login = "anonymous"

#Server Host Name
SessionName = "My Left 4 Dead 2 Server"
SessionName = "PowerShellGSM Left 4 Dead 2 Server"

#Game Port
Port = 27015
Expand Down
2 changes: 1 addition & 1 deletion templates/paperclip.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ServerDetails = @{
Login = "anonymous"

# Server Name
SessionName = "My Minecraft Server"
SessionName = "PowerShellGSM Minecraft Server"

# Message of the day, also shows in server browser
MOTD = "\u00A76My Server - \u00A7AMinecraft 1.17.1"
Expand Down
2 changes: 1 addition & 1 deletion templates/pixark.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $ServerDetails = @{
Login = "anonymous"

#Name of the server in the Server Browser
SessionName = "My Pixark Server"
SessionName = "PowerShellGSM Pixark Server"

#Maximum Number of Players
MaxPlayers = 20
Expand Down
2 changes: 1 addition & 1 deletion templates/rust.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ServerDetails = @{
Login = "anonymous"

#Name of the server
Hostname = "My Rust Server"
Hostname = "PowerShellGSM Rust Server"

#Identity of the server
Identity = $Name
Expand Down
2 changes: 1 addition & 1 deletion templates/stationeers.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ServerDetails = @{
Login = "anonymous"

#Server Name
SessionName = "My Stationeers Server"
SessionName = "PowerShellGSM Stationeers Server"

#Auto Save Interval in seconds
AutoSaveInterval = 300
Expand Down
2 changes: 1 addition & 1 deletion templates/theforest.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $ServerDetails = @{
QueryPort = 27016

#Set the server display name
SessionName = "My Server"
SessionName = "PowerShellGSM The Forest Server"

#Maximum number of players
MaxPlayers = 8
Expand Down
2 changes: 1 addition & 1 deletion templates/valheim.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $ServerDetails = @{
Login = "anonymous"

#Name of the server in the Server Browser
SessionName = "My Valheim Server"
SessionName = "PowerShellGSM Valheim Server"

#World name (It is also the seed)
World = "World"
Expand Down
2 changes: 1 addition & 1 deletion templates/valheim_plus.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $ServerDetails = @{
Login = "anonymous"

#Name of the server in the Server Browser
SessionName = "My Valheim Plus Server"
SessionName = "PowerShellGSM Valheim Plus Server"

#World name (It is also the seed)
World = "WorldPlus"
Expand Down

0 comments on commit ca79cf2

Please sign in to comment.