What do doing wrong?

Plugin specific problems will be solved here.

Moderator: Plugin Moderators

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

Plugin Creator

Platform

What do doing wrong?

#1

Post by Seac »

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
Reactions:
Posts: 11107
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: What do doing wrong?

#2

Post by CommanderABab »

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
Reactions:
Posts: 2
Joined: 06 Aug 2022, 10:42

Plugin Creator

Platform

Re: What do doing wrong?

#3

Post by Seac »

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”