Okay so i added a bunch of commands and i would like it to show as it put it in the code but it seems random in game is there anything i can do to fix this easy?

"commands": {
    "Portable Boat": {
      "description": "Use hammer to pickup",
      "iconName": null,
      "commands": [
        "portablevehicles.give $player.name boat"
      ],
      "displayName": "Portable Boat",
      "cost": 50,
      "cooldown": 0
    },
    "Portable Horse": {
      "description": "Use hammer to pickup",
      "iconName": null,
      "commands": [
        "portablevehicles.give $player.id horse"
      ],
      "displayName": "Portable Horse",
      "cost": 50,
      "cooldown": 0
    },
	"Portable Balloon": {
      "description": "Use hammer to pickup",
      "iconName": null,
      "commands": [
        "portablevehicles.give $player.id balloon"
      ],
      "displayName": "Portable Balloon",
      "cost": 75,
      "cooldown": 0
    },
	"Portable RHIB": {
      "description": "Use hammer to pickup",
      "iconName": null,
      "commands": [
        "portablevehicles.give $player.id rhib"
      ],
      "displayName": "Portable RHIB",
      "cost": 100,
      "cooldown": 0
    },
	"Portable Minicopter": {
      "description": "Use hammer to pickup",
      "iconName": null,
      "commands": [
        "portablevehicles.give $player.id minicopter"
      ],
      "displayName": "Portable Minicopter",
      "cost": 150,
      "cooldown": 0
    },
	"Portable Car": {
      "description": "Use hammer to pickup",
      "iconName": null,
      "commands": [
        "portablevehicles.give $player.id car"
      ],
      "displayName": "Portable Car",
      "cost": 250,
      "cooldown": 0
    }

How it looks ingame