05-06-2015, 10:09 AM
Yes, you can have any structure you want. By defaut MCServer loads all the lua files in the main folder, so if you put the source files in another folder you'll have to load them manualy with the dofile function. To read the content of a folder you can use the cFile:GetFolderContents function (or something like that it's hard to look it up on my mobile)