Solved ExtraShopKeepers: Wondering Vendor

Hey Orange, thanks for adding my suggestion. Just struggling to get it to work. But maybe i'm missing something. My config is as follow (time reduced just for testing) but i don't see the vendor move.
One other thing, i entkilled one of the traders just to see what would happen. But the NPC stayed. How do i get rid of them :')

Many thanks for your time as always.

Code:
      "Orders count (7 max)": 4,
      "Randomize orders": false,
      "Randomize offers cooldown": 3600,
      "Walk to random positions": true,
      "Walk positions cooldown": 100,
      "Walk positions": [
        {
          "x": -1453.2,
          "y": 46.9,
          "z": 1599.6
        },
        {
          "x": -1441.8,
          "y": 47.2,
          "z": 1592.7
        },
        {
          "x": -1449.2,
          "y": 46.6,
          "z": 1583.2
        }
      ],
 
Top