Page 1 of 1

Re: [Asked][1.10.29a] Plugin crash (jin.mao.json:720)

Posted: 17 Jan 2022, 18:47
by CommanderABab

Code: Select all

 [
  {
   "id":"$.jin.mao",
   "type":"award",
   "title":"Jin Mao Tower",
   "text":"Jin Mao Tower In Shanghai. china",
   "author":"Naufhal",
   "width":"4",
   "height":"4",
   "frames":{"bmp":"jin.mao.v2.png"},
   "needs road":"true",
   "needs land":"true",
   "needs water":"false",//you forgot this comma
   "build time":"120",
   "influence culture":"250",
   "influence management":"385",
   "price":"55000",
   "monthly price":"5500",
   "destroyable":"true",
   "removeable":"true",
   "meta":{"tags":{"carcom2":{}}}//you had a comma here
  }
] 
I put // comments where errors were.