NodeServer.name

Gets the server's name, as indicated in the hub's settings.txt file. The name should just the name of the server without any formatting code nor description.

class NodeServer
shared pure nothrow @property @safe @nogc
string
name
()

Examples

"Potato Empire" // do
"potato empire" // don't
"Potato Empire: NEW MINIGAMES!" // don't
"§aPotato §5Empire" // don't

Meta