Automule doesn't work

		muleProfile: "nau",  // The name of mule profile in d2bot#. It will be started and stopped when needed.
		accountPrefix: "nau",  // Account prefix. Numbers added automatically when making accounts.
		accountPassword: "xxx",  // Account password.
		charPrefix: "nau",  // Character prefix. Suffix added automatically when making characters.
		realm: "europe", // Available options: "useast", "uswest", "europe", "asia"
		expansion: true,
		ladder: true,
		hardcore: false,
		charsPerAcc: 8, // Maximum number of mules to create per account (between 1 to 18)

		// Game name and password of the mule game. Never use the same game name as for mule logger.
		muleGameName: ["vwmk2", "xxx"], // ["gamename", "password"]

		// List of profiles that will mule items. Example: enabledProfiles: ["profile 1", "profile 2"],
		enabledProfiles: ["nau-pla"],

		// Stop a profile prior to muling. Useful when running 8 bots without proxies.
		stopProfile: "",
		stopProfileKeyRelease: false, // true = stopProfile key will get released on stop. useful when using 100% of your keys for botting.

		// Trigger muling at the end of a game if used space in stash and inventory is equal to or more than given percent.
		usedStashTrigger: 80,
		usedInventoryTrigger: 80,

		// Mule items that have been stashed at some point but are no longer in pickit.
		muleOrphans: true


Did you see https://github.com/blizzhackers/documentation/blob/master/kolbot/Automule.md/#automule ?

If I have done everything the same, do you know what it can be?

according to your screenshot it should be muleProfile: “nau-pla”

according to your screenshot it should be enabledProfiles: [“nau-src”]

check the description of each line

		muleProfile: "nau-pla",  // The name of mule profile in d2bot#. It will be started and stopped when needed.
		accountPrefix: "nau",  // Account prefix. Numbers added automatically when making accounts.
		accountPassword: "fake",  // Account password.
		charPrefix: "nau",  // Character prefix. Suffix added automatically when making characters.
		realm: "europe", // Available options: "useast", "uswest", "europe", "asia"
		expansion: true,
		ladder: true,
		hardcore: false,
		charsPerAcc: 8, // Maximum number of mules to create per account (between 1 to 18)

		// Game name and password of the mule game. Never use the same game name as for mule logger.
		muleGameName: ["vwmk2", "popolin123"], // ["gamename", "password"]

		// List of profiles that will mule items. Example: enabledProfiles: ["profile 1", "profile 2"],
		enabledProfiles: ["nau-src"],

Still doing nothing