please update this pluginError while compiling: PermaMap.cs(125,17): error CS0029: Cannot implicitly convert type `Item' to `bool'
In response to redBDGR (): It compiles fine for me, are you sure you're not using a modified version? Looks like it was an issue. There was an item being created that was not null checked, if (item) vs. if (item == null).