10-25-2015, 09:53 PM
(This post was last modified: 10-25-2015, 09:54 PM by Seadragon91.)
(10-25-2015, 09:48 PM)NiLSPACE Wrote: 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
That was it. Now it works. Thanks you very much.