Quote:
Originally Posted by Tigairius
You'd have to get all the playerworlds to participate though.
|
Could just have a GST implement something like this:
PHP Code:
this.disabledServers = {"Graal Kingdoms", "Zone" };
if (!(servername in this.disabledServers)) {
// proceed
}
Of course, servers would have to provide a valid reason to be added to the disabled list, such as using custom bodies.