This is working as intended. Commands are processed equal to the number of targets obtained by a selector and will thus show success/failure messages for each iteration. Your selector is targeting all entities because you made a typo in the selector (should be type, not Type).
This is working as intended. Commands are processed equal to the number of targets obtained by a selector and will thus show success/failure messages for each iteration. Your selector is targeting all entities because you made a typo in the selector (should be
type
, notType
).