if it's just the eyecandy you're looking for without the chimes could make a small addon thusly
class CfgVehicles
{
class All {};
class AllVehicles: All {};
class Land: AllVehicles {};
class Static : Land {};
class Building : Static {};
class NonStrategic : Building {};
class MyChurch: NonStrategic
{
scope=public;
model="kostel2";// or 3
vehicleClass="My Great Church";
displayName="What A Wonder";
};
};
nb: the roadside bells, afaik, are only available via editor102 and are in fact identical to a 'church' except for the model
their noise does appear random, and, if a true church is not, ie it is triggered by the clock time, then it is the model that is controlling it.