[Asked][1.10.95a] Plugin crash (ijjjx.json:811)
Posted: 15 Feb 2023, 10:06
Hi, I got the following error with a plugin (ijjjx.json:811):
Device: Lenovo TB-X606F (LENOVO)
OS version: 29
Thank you in advance.
Code: Select all
In ijjjx.zip:
io.blueflower.stapel2d.util.json.JSONException: Names must be strings, but {"id":"$testLA","title":"test","people":55,"build time":3,"price":1000,"removable":true,"draw ground":true,"type":"residential","frames":["house.png"],"animation":[{"id":"$testNA"}],"width":1,"height":1} is of type io.blueflower.stapel2d.util.json.JSONObject at line 21, char 2. Excerpt:
"height": 1
--ERROR->>>}
Full source: [
{
"id":"$testNA",
"type":"animation",
"light":true,
"light switching":true,
"frames": [{"bmp":"house2.png","handle y":8}],
{
"id":"$testLA",
"title": "test",
"people": 55,
"build time": 3,
"price": 1000,
"removable": true,
"draw ground": true,
"type": "residential",
"frames":[house.png],
"animation":[{"id":"$testNA"}],
"width": 1,
"height": 1
}
]
OS version: 29
Thank you in advance.