patrix87 / PowerShellGSM

A Comprehensive PowerShell Tool for Simple Automated Game Server Management.
https://github.com/patrix87/PowerShellGSM/
MIT License
111 stars 19 forks source link

Icarus template, Name of the Server Instance #13

Closed Grass5k closed 1 year ago

Grass5k commented 1 year ago

The template has the below:

Name of the Server Instance

Name = $Name

Might be better to understand if it was this:

Name of the Server Instance

Name = "Name"
patrix87 commented 1 year ago

$Name is a variable that is defined earlier in the config. "Name" is the string Name. You do not have to change configurations past the first section of the file. They are there so you can do it if you know what you're doing.

Grass5k commented 1 year ago

Thanks I'll take another look must have missed it.


From: Patrick Veilleux @.***> Sent: Saturday, 14 January 2023 03:47 To: patrix87/PowerShellGSM Cc: Grass5k; Author Subject: Re: [patrix87/PowerShellGSM] Icarus template, Name of the Server Instance (Issue #13)

$Name is a variable that is defined earlier in the config. "Name" is the string Name. You do not have to change configurations past the first section of the file. They are there so you can do it if you know what you're doing.

— Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpatrix87%2FPowerShellGSM%2Fissues%2F13%23issuecomment-1381964482&data=05%7C01%7C%7C0a3653aeeb054171f15008daf5750ba9%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638092180305893220%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=ElbWOnG1sD2uSZTHI32Y23QvHOBqjaSeWBev8DUos6Q%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FA5HN7R62WKO2PGZHCE6KYULWSFTGXANCNFSM6AAAAAAT2JKWWE&data=05%7C01%7C%7C0a3653aeeb054171f15008daf5750ba9%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638092180305893220%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=kgOExv8rP7aJYYB9ZmbSQOtXTd9%2FSD%2Bt59VK9CloodQ%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>