// Try to set the ServerCommands object
setServerCommands();
// Get the first available ASConnection that correspond to the plugin needs
for ( Iterator iter = this.objBotSpawn.getConnections().iterator() ; iter.hasNext() ; ) {
HybridConnection conn = (HybridConnection)iter.next();
// Sets the connection
if ( setConnection( conn ) ) {
break;
}