498499500501502503504505506507508
if (!force) { return; } player.sendMessage("Forcing placement."); } object.placeObject(world, x, y, z); if (object instanceof RandomizableObject) { ((RandomizableObject) object).randomize(); } }