To verify this issue, I deleted all the content in the mod, but kept the following content in "control. lua":
When reading the archive, it still does not runscript.on_init(function()
for i, player in pairs(game.players) do
player.print({"message.message"})
end
end)