Of course not; go ahead. But be aware that it loads everything alphabetically, and see the below too
It loads them alphabetically, which became a problem I noticed a few minutes later

But I've got a solution working now where plugins are folders of files that are self contained, and where there's a "bootstrapper" in the root of a Plugins folder that loads bootstrap files in each subfolder. These bootstrap files are passed their relative path so that they can load their own files in whatever order they want to, and have as many subfolders of their own as required. Obviously there needs to be a system where one "plugin" is aware of other "plugins", but this can be solved too. I'm going to make a separate thread about this stuff very soon, instead of hijacking this one