PLUGIN_HANDLED in this case will block the /spawn command from showing in chat and will stop any other plugin from hooking it.
If it was PLUGIN_CONTINUE, the command would show in chat.
PLUGIN_HANDLED_MAIN will hide the command in chat, but won't stop any other plugins from hooking it.
It doesn't affect anything else in this case.