For example `vars.serverName hello world` would just create a server with the name `hello`. To fix this it should be `vars.serverName "hello world"`
For example
vars.serverName hello worldwould just create a server with the namehello.To fix this it should be
vars.serverName "hello world"