Adding these to the shop?Solved
I currently use the commands tab in the shop to let people spawn vehicles, but this could also seem nice.

However what category would they fall in?
Vehicles
So vehicles have their own category in the shop? What is the number? Like in server rewards shop i mean
In response to Goldie ():
So vehicles have their own category in the shop? What is the number? Like in server rewards shop i m...
Its plugin for spawning/giving vehicles. You can ask about categories in shop plugin you use
In response to Orange ():
Its plugin for spawning/giving vehicles. You can ask about categories in shop plugin you use
Arent vehicles handled as an item in this plugin? So if you would add these vehicles add items in the shop, which category would they fall in?
In response to Goldie ():
Arent vehicles handled as an item in this plugin? So if you would add these vehicles add items in th...
Now i got you. Vehicles are "repair benches"
In response to Goldie ():
Arent vehicles handled as an item in this plugin? So if you would add these vehicles add items in th...
I used it this way and it will be listed in "command" section with Server Rewards Plugin

This goes to the command block
    "Horse": {
      "description": "1x Horse",
      "iconName": null,
      "commands": [
        "portablevehicles.give $player.name horse"
      ],
      "displayName": "[Transport] Horse",
      "cost": 10,
      "cooldown": 0
    }
Locked automatically