Advanced tags for building plugins
Moderator: Plugin Moderators
- JustAnyone
- Rip-off engineer
- Reactions:
- Posts: 3113
- Joined: Sun Jul 23, 2017 12:45
- Location: Easter Island
- Plugins: Show
Re: Advanced tags for building plugins
I don't think so.
- CommanderABab
- AB
- Reactions:
- Posts: 9265
- Joined: Tue Jun 07, 2016 21:12
- Plugins: Show
- Version: Beta
Re: Advanced tags for building plugins
Hey... "building" is a type?
I just love the DOPE-amine you get after completing a plugin!
- CommanderABab
- AB
- Reactions:
- Posts: 9265
- Joined: Tue Jun 07, 2016 21:12
- Plugins: Show
- Version: Beta
- JustAnyone
- Rip-off engineer
- Reactions:
- Posts: 3113
- Joined: Sun Jul 23, 2017 12:45
- Location: Easter Island
- Plugins: Show
Re: Advanced tags for building plugins
Technically yes, practically, it isn't. Likely to break anything.
Re: Advanced tags for building plugins
Well, it works for now...JustAnyone wrote: ↑Fri Jan 22, 2021 11:39Technically yes, practically, it isn't. Likely to break anything.
I just love the DOPE-amine you get after completing a plugin!
- JustAnyone
- Rip-off engineer
- Reactions:
- Posts: 3113
- Joined: Sun Jul 23, 2017 12:45
- Location: Easter Island
- Plugins: Show
Re: Advanced tags for building plugins
The last thing you'd want to do is use an experimental feature in a plugin which may not be editable by others to fix potential bugs in the future.
- yusuf8a684
- Inhabitant of a Planet
- Reactions:
- Posts: 1347
- Joined: Sun Dec 10, 2017 22:09
- Location: Turkiye
- Plugins: Show
Re: Advanced tags for building plugins
I added winter frame to zone decorations but it didn't work. Is that what intended to be?
The Internet Addict
I can't define my self time to time... Just do not %100 trust me. Texting that honestly...
Know your friends well, enemies
I can't define my self time to time... Just do not %100 trust me. Texting that honestly...
Know your friends well, enemies
Re: Advanced tags for building plugins
It should work since they are basically just buildings. Please share your code so we can check it 

=^._.^= ∫
- yusuf8a684
- Inhabitant of a Planet
- Reactions:
- Posts: 1347
- Joined: Sun Dec 10, 2017 22:09
- Location: Turkiye
- Plugins: Show
Re: Advanced tags for building plugins
here it is
Code: Select all Reset
[{ "id": "$decousaurban", "type": "decoration", "frames": [ { "count": 10, "bmp": "urbanresdeco.png", "h": 60, "w": 32 } ], "width": 1, "height": 1, "hidden": true, "build time": 0, "title": "USA Urban Zone credits:mdk_813", "text": ".", "meta": { "tags": { "decorator": { "zones": [ "$usa_urban_zone" ] } } }, "winter frames": [ { "count": 10, "bmp": "urbanresdeco_winter.png", "h": 53, "w": 32 } ] } ]
JSON checker
The Internet Addict
I can't define my self time to time... Just do not %100 trust me. Texting that honestly...
Know your friends well, enemies
I can't define my self time to time... Just do not %100 trust me. Texting that honestly...
Know your friends well, enemies
Re: Advanced tags for building plugins
Try it with "frames winter" instead of "winter frames" 

=^._.^= ∫
- yusuf8a684
- Inhabitant of a Planet
- Reactions:
- Posts: 1347
- Joined: Sun Dec 10, 2017 22:09
- Location: Turkiye
- Plugins: Show
Re: Advanced tags for building plugins
thank you lobby.
Also how do I add performance indicator to plugin buildings?
Also how do I add performance indicator to plugin buildings?
The Internet Addict
I can't define my self time to time... Just do not %100 trust me. Texting that honestly...
Know your friends well, enemies
I can't define my self time to time... Just do not %100 trust me. Texting that honestly...
Know your friends well, enemies
Re: Advanced tags for building plugins
Pretty sure it's just "performance":bool.
I'm not lazy, I'm motivated to do nothing!
...
...
- yusuf8a684
- Inhabitant of a Planet
- Reactions:
- Posts: 1347
- Joined: Sun Dec 10, 2017 22:09
- Location: Turkiye
- Plugins: Show
Re: Advanced tags for building plugins
like that?
The Internet Addict
I can't define my self time to time... Just do not %100 trust me. Texting that honestly...
Know your friends well, enemies
I can't define my self time to time... Just do not %100 trust me. Texting that honestly...
Know your friends well, enemies
- JustAnyone
- Rip-off engineer
- Reactions:
- Posts: 3113
- Joined: Sun Jul 23, 2017 12:45
- Location: Easter Island
- Plugins: Show
Re: Advanced tags for building plugins
He was referring to the type of parameter (bool in this point means boolean which is true/false) so you'd set it like
-
- Inhabitant of a Megacity
- Reactions:
- Posts: 154
- Joined: Thu Jan 30, 2020 16:56
- Plugins: Show