10-25-2015, 09:48 PM
You'll have to load the files outside the Initialize function. Info.lua is always loaded as the last file to make sure the functions are loaded, but when Initialize is called the Info.lua file is already loaded. Here is how I did it in WorldEdit: https://github.com/mc-server/WorldEdit/b...ua#L23-L36