@Seadragon91 that depends. If the files in the subfolders contain command handlers then that means the Info.lua file won't have them. Initialize is called after all files in the root of the plugin are loaded. It's the reason why I have the code to load the subfolders in WorldEdit outside the Initialize function: https://github.com/cuberite/WorldEdit/bl...ua#L24-L36
That makes me think, can't we exclude the Info.lua file, and let the InfoReg file load it? Then it's loaded only when needed.
That makes me think, can't we exclude the Info.lua file, and let the InfoReg file load it? Then it's loaded only when needed.