Hi, this has happened to me a few times and it can be very frustrating. Lets say i created a plugin called "plugin1" it works fine. I then create another plugin called "plugin2", plugin2 creats a data folder called "Players" when its enabled. When i go to plugin1's folder i see a data folder called "Players" too, even though its not supposed to be there. Then weird things start to happen with either one of the plugins like events happening twice and so on. Ive noticed it only happens with plugins ive created. My question is why does this happen? And how to i stop it from happening? The only solution i have found so far is by completey re writing one of the plugins.
Could you give a better description of your coding environment? Are you managing both plugins in the same folder?
No they are seperate plugins. Some of the code in them are identical though but i dont think that should matter. This has happened to me in the past and I fixed it by just completely re writing one of the plugins.