When I try to copy a base about the size of a Collosus I get this in console:
Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object.)
at Oxide.Plugins.CopyPaste.EntityData (BaseEntity entity, UnityEngine.Vector3 entPos, UnityEngine.Vector3 entRot, Oxide.Plugins.CopyPaste+CopyData copyData) [0x002da] in <c249aceb7b4c4072b34b12958117494c>:0
at Oxide.Plugins.CopyPaste.CopyLoop (Oxide.Plugins.CopyPaste+CopyData copyData) [0x0018e] in <c249aceb7b4c4072b34b12958117494c>:0
at Oxide.Plugins.CopyPaste+<Copy>c__AnonStorey1.<>m__0 () [0x00000] in <c249aceb7b4c4072b34b12958117494c>:0
at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <ac41dd3599754d448b8c218b34645820>:0 It seems to work ok with smaller structures. Any workaround?