// Vehicles
5 "^[BOI]_(?!\d)(T_)?(APC|Boat|Heli|Lifeboat|LSV|MBT|MRAP|Plane|Quadbike|SDV|Truck|U[AG]V|VTOL)(_|$)" !"_UAV_(AI|01)(_|$)" // Allows quadcopter
5 "^[BOI]_(?!\d)(T_)?([HG]MG|Mortar|static_A[AT])_" !"_(weapon|support)_" // Allows disassembly
// Ammo boxes
5 "^Box_"
5 "^[CBOI]G?_(T_)?supplyCrate_"
5 "^([BOI]_)?CargoNet_"
5 "^B_Slingload_"
// Civilian & guerilla stuff
5 "^C_" // Comment this line if you need to allow civilian units
// 5 "^C_(Boat|Hatchback|Heli|Offroad|Plane|Quadbike|Rubberboat|Scooter|SUV|Van)(_|$)" // Uncomment this line if line above is commented
5 "^[BOI]_[CG]_" // Comment this line if you need to allow guerilla units
// 5 "^[BOI]_[CG]_(Boat|Heli|Mortar|Offroad|Plane|Quadbike|Van)_" // Uncomment this line if line above is commented
5 "^B_(CTRG|GEN)_" // Comment this line if you need to allow CTRG or gendarmerie units
// 5 "^B_(CTRG|GEN)_(LSV|Heli|Offroad)_" // Uncomment this line if line above is commented
// Buildings & objects (128-char limit between quotes)
5 "^Land_" !"^Land_(BakedBeans|BarrelEmpty|BottlePlastic|Can(ister(Fuel|Oil))?|CashDesk|Ground_sheet|Money|Sleeping_bag|Suitcase|TentDome)_" !"^Land_(Rope)_" !"_(dam|ruins)_F$"
// Game logic (comment these if it causes problems with some addons)
5 "^Lightning"
5 "^Logic"
5 "^Module"
// VR entities (blue/red/green/purple ghosts)
5 "^[CBOI]_Soldier_VR_"
Basically as the title says,
In CreateVehicle.log
Here's my CreateVehicle.txt