Re: Generate roof plugin

by Daniels118 » Sun Mar 12, 2023 10:05 am

The cause is here:

Code: Select all

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.