Can anybody help me with my plugin, I have this code in my json file and it shows error with frames
"id": "bus_ticket_generator",
"type": "park",
"title": "Bus Ticket Generator",
"text": "Generates bus tickets over time.",
"author": "YourName",
"width": 2,
"height": 2,
"frames": 1,
"category": "$cat_bus00",
"price": 50000,
"build time": 100,
"update time": 1000,
"texture": "busticketbuilding.png",
"draw ground": true,
"behaviours": [
{
"type": "reward",
"id": "$bus_ticket",
"amount": 10
}
]
}