modName = $modName; return $this; } public function getMessage(): string { return sprintf( 'Subscribe to mod "%s" or remove its ID from the Mods= line in serverconfig.ini.', $this->modName ); } }