What do doing wrong?

Plugin specific problems will be solved here.

Moderators: Plugin Moderators, Scenario Moderators

User avatar
Seac
Settler
Posts: 2
Joined: 06 Aug 2022, 10:42

Plugin Creator

Platform

What do doing wrong?

#1

Post by Seac » 15 Sep 2022, 15:34

Hello dear TheoTown players.

I'm trying to create a plugin, and there always an error like this:

Image

Why that's happening? Can somebody help me? :json

Full Code:


"id": "$SeacPack.id001",

"type": "residential",
"level": 1,

"author": "Seac",

"width": 1,
"height": 1,


"frames": [
{"bmp": "image.png"}
],

"frames winter":[
{"bmp": "image.png"}
],

]
Attachments
image.png
image.png
User avatar
CommanderABab
AB
Posts: 11269
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: What do doing wrong?

#2

Post by CommanderABab » 15 Sep 2022, 19:07

Code: Select all

[{
"id": "$SeacPack.id001",

"type": "residential",
"level": 1,

"author": "Seac",

"width": 1,
"height": 1,


"frames": [
{"bmp": "image.png"}
],

"frames winter":[
{"bmp": "image.png"}
]

}]
Should work.
User avatar
Seac
Settler
Posts: 2
Joined: 06 Aug 2022, 10:42

Plugin Creator

Platform

Re: What do doing wrong?

#3

Post by Seac » 16 Sep 2022, 11:37

CommanderABab wrote: 15 Sep 2022, 19:07

Code: Select all

[{
"id": "$SeacPack.id001",

"type": "residential",
"level": 1,

"author": "Seac",

"width": 1,
"height": 1,


"frames": [
{"bmp": "image.png"}
],

"frames winter":[
{"bmp": "image.png"}
]

}]
Should work.
oh, that's really worked... Thank you so much :)
Post Reply Previous topicNext topic

Return to “Problems”