how do I get my structure to be enabled at a specific city level?
Moderators: Scenario Moderators, Plugin Moderators
how do I get my structure to be enabled at a specific city level?
I would like to know how do I make a structure unlock in a specific city range
- ginga3294
- Townsman
- Posts: 43
- Joined: 06 Sep 2020, 23:21
- Location: Currenty on Indonesia, Asia
- Plugins: Showcase Store
- Version: Beta
- Contact:
-
Plugin Creator
Platform
Re: how do I get my structure to be enabled at a specific city level?
Hmmm, That is also I want to know, Sire Nifaroux... LOL
- CommanderABab
- AB
- Posts: 11245
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: how do I get my structure to be enabled at a specific city level?
Code: Select all
"requirements":[
{"type":"RANK","lvl":3}
],

- ginga3294
- Townsman
- Posts: 43
- Joined: 06 Sep 2020, 23:21
- Location: Currenty on Indonesia, Asia
- Plugins: Showcase Store
- Version: Beta
- Contact:
-
Plugin Creator
Platform
Re: how do I get my structure to be enabled at a specific city level?
Thank you, Commander ABab!CommanderABab wrote: ↑20 Jan 2022, 02:41lvl can be any integer 1-64. No need for zero in this case.Code: Select all
"requirements":[ {"type":"RANK","lvl":3} ],
![]()

- PixelDubs
- TheoTown Veteran in Pension
- Posts: 587
- Joined: 02 Nov 2020, 20:14
- Location: Telford, England
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: how do I get my structure to be enabled at a specific city level?
does not work Oh and if anyone without an account is seeing and knows JSONCommanderABab wrote: ↑20 Jan 2022, 02:41lvl can be any integer 1-64. No need for zero in this case.Code: Select all
"requirements":[ {"type":"RANK","lvl":3} ],
![]()
how about rather than not creating an account and scrolling
How about make an account be useful
- CommanderABab
- AB
- Posts: 11245
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: how do I get my structure to be enabled at a specific city level?
You didn't put a comma after monthly price:"2".
- PixelDubs
- TheoTown Veteran in Pension
- Posts: 587
- Joined: 02 Nov 2020, 20:14
- Location: Telford, England
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: how do I get my structure to be enabled at a specific city level?
Still got an issue with the the json but I put comma.
- PixelDubs
- TheoTown Veteran in Pension
- Posts: 587
- Joined: 02 Nov 2020, 20:14
- Location: Telford, England
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: how do I get my structure to be enabled at a specific city level?
Fixed above issue,, now it wants an end of line?
what's this IS WRONG WITH JSONLINT
- Kulche
- Pluche
- Posts: 1197
- Joined: 07 Jun 2017, 20:28
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: how do I get my structure to be enabled at a specific city level?
JsonLint works just as fine, you just don't know how to use it. That's not how json works, please just copy what you've been shown.