Print at Jan 22, 2026, 8:46:09 PM

Posted by Daniels118 at Mar 12, 2023, 11:05:42 AM
Re: Generate roof plugin
The cause is here:
HomePieceOfFurniture roofPiece = new HomePieceOfFurniture(new CatalogPieceOfFurniture(null, roofName, null, iconContent, modelContent, size.x, size.z, size.y, 0, true, null, System.getProperty("user.name"), true, null, null));

Maybe it would be better to put the plugin name rather than the user name there.