Zones to prevent users from spawning/recalled vehicles within:
[ZoneManager] A plugin has called EntityHasFlag with a invalid flag : 1

Getting this pop up in console when I try adding the zone id to this section:

"Zones to prevent users from spawning/recalled vehicles within.": [
  "1"
  ],

 

Zone manager has Flags.  You show your flag as "1", should be either "KeepVehiclesOut" or "KeepVehiclesIn" Check your Flags UI in Zone Manager.

 "Allow vehicles to be spawned/recalled in zones listed in prevent spawning zones": false,
  "Zones to prevent users from spawning/recalled vehicles within.": [
    "KeepVehiclesOut"

Got ya :) I thought it was after a Zone ID

Honestly, fair enough for thinking that, I should have specified `Zone Types` rather than zones, thats my bad