Print at Dec 18, 2025, 6:12:36 PM

Posted by Daniels118 at Mar 12, 2023, 10: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.