diff --git a/templates/astroneer.psm1 b/templates/astroneer.psm1 index 4145a67..23cd9bc 100644 --- a/templates/astroneer.psm1 +++ b/templates/astroneer.psm1 @@ -17,7 +17,7 @@ $ServerDetails = @{ Login = "anonymous" #Server Name - SessionName = "My Astroneer Server" + SessionName = "PowerShellGSM Astroneer Server" #Server Owner Username OwnerName = "user" diff --git a/templates/icarus.psm1 b/templates/icarus.psm1 index 53a4b8c..b1fbe6a 100644 --- a/templates/icarus.psm1 +++ b/templates/icarus.psm1 @@ -14,7 +14,7 @@ $ServerDetails = @{ Login = "anonymous" #Session Name - SessionName = "My Icarus Server" + SessionName = "PowerShellGSM Icarus Server" #Max number of Players MaxPlayers = 8 diff --git a/templates/insurgencysandstorm.psm1 b/templates/insurgencysandstorm.psm1 index fdcd869..4408fb3 100644 --- a/templates/insurgencysandstorm.psm1 +++ b/templates/insurgencysandstorm.psm1 @@ -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 diff --git a/templates/left4dead2.psm1 b/templates/left4dead2.psm1 index a7f216d..b7dd465 100644 --- a/templates/left4dead2.psm1 +++ b/templates/left4dead2.psm1 @@ -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 diff --git a/templates/paperclip.psm1 b/templates/paperclip.psm1 index 986e731..6817889 100644 --- a/templates/paperclip.psm1 +++ b/templates/paperclip.psm1 @@ -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" diff --git a/templates/pixark.psm1 b/templates/pixark.psm1 index a642aae..20fecd8 100644 --- a/templates/pixark.psm1 +++ b/templates/pixark.psm1 @@ -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 diff --git a/templates/rust.psm1 b/templates/rust.psm1 index ce6230a..d6f6977 100644 --- a/templates/rust.psm1 +++ b/templates/rust.psm1 @@ -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 diff --git a/templates/stationeers.psm1 b/templates/stationeers.psm1 index 21894b4..3d8e1f7 100644 --- a/templates/stationeers.psm1 +++ b/templates/stationeers.psm1 @@ -16,7 +16,7 @@ $ServerDetails = @{ Login = "anonymous" #Server Name - SessionName = "My Stationeers Server" + SessionName = "PowerShellGSM Stationeers Server" #Auto Save Interval in seconds AutoSaveInterval = 300 diff --git a/templates/theforest.psm1 b/templates/theforest.psm1 index cd89053..e96ac2d 100644 --- a/templates/theforest.psm1 +++ b/templates/theforest.psm1 @@ -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 diff --git a/templates/valheim.psm1 b/templates/valheim.psm1 index 3525261..567a972 100644 --- a/templates/valheim.psm1 +++ b/templates/valheim.psm1 @@ -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" diff --git a/templates/valheim_plus.psm1 b/templates/valheim_plus.psm1 index 4eff683..05e137f 100644 --- a/templates/valheim_plus.psm1 +++ b/templates/valheim_plus.psm1 @@ -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"