Author Topic: "Nested Add-on - will not execute"  (Read 1060 times)

I made a basic submachine gun and when I try to open Blockland, it gives the aforementioned nested add-on error in console and doesn't let me execute it.

How2fix?

It means you packaged it wrong. You have My_Gun.zip/My_Gun/server.cs when it should be My_Gun.zip/server.cs

Does the zip file contain the add-on content by itself or does it contain a second add-on folder?
Normally it would be something like "Add-ons/Weapon_Gun/", but you probably have it as "Add-ons/Weapon_Gun/Weapon_Gun/".

Does the zip file contain the add-on content by itself or does it contain a second add-on folder?
Normally it would be something like "Add-ons/Weapon_Gun/", but you probably have it as "Add-ons/Weapon_Gun/Weapon_Gun/".

Thank you! Fixed,