You can blacklist mechjeb modules if you want, by modifying the mechjeb configuration file as specified here. For your use case, where you only want the node editor and landing autopilot, edit the files $MECHJEB_PATH/Parts/MechJeb2_AR202/part.cfg and $MECHJEB_PATH/Parts/MechJeb2_Pod/part.cfg where they read: MODULE { name = MechJebCore MechJebLocalSettings { so that they instead read: MODULE { name = MechJebCore blacklist = MechJebModuleTranslatron MechJebModuleAscentAutopilot MechJebModuleAscentGuidance MechJebModuleAscentPathEditor MechJebModuleDockingAutopilot MechJebModuleDockingGuidance MechJebModuleRendezvousAutopilot MechJebModuleRendezvousAutopilotWindow MechJebModuleRendezvousGuidance MechJebModuleRoverController MechJebModuleRoverWindow MechJebModuleNodeExecutor MechJebModuleManeuverPlanner MechJebModuleSpaceplaneAutopilot MechJebModuleSpaceplaneGuidance MechJebModuleSmartASS MechJebModuleAttitudeAdjustment MechJebModuleThrustWindow MechJebModuleWarpHelper MechJebLocalSettings { Performing this modification will disable all modules except for MechJebModuleLandingAutopilot, MechJebModuleLandingGuidance MechJebModuleLandingPredictions, and MechJebModuleNodeEditor.[TABLE] [TR] [TD][/TD] [/TR] [/TABLE]