
(Release)Rugby field 1.4
Moderators: Scenario Moderators, Plugin Moderators
- CommanderABab
- AB
- Posts: 11245
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
- CommanderABab
- AB
- Posts: 11245
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
- mdk_813
- Inhabitant of a Country
- Posts: 857
- Joined: 16 Dec 2016, 02:38
- Location: Germany
- Plugins: Showcase Store
-
Platform
Re: Rugby field 1.3
Try it like this:
Code: Select all
[{
"frames":[{"bmp":"Rugbyfield.png"}],
"height":8,
"id":"Rugby field",
"monthly price":34,
"needs road":true,
"needs water":true,
"price":16800,
"type":"sport",
"width":8
}]
- Wekabu city
- Inhabitant of a Megalopolis
- Posts: 586
- Joined: 29 Aug 2017, 21:07
- Location: Germany, Hessia
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: Rugby field 1.3
The things you did wrong :
True/False (Boolean, right ?) are not in " "" ",
Numbers (Don't know the standard name) are not in " "" "
So do like:
True/False (Boolean, right ?) are not in " "" ",
Numbers (Don't know the standard name) are not in " "" "
So do like:
Code: Select all
"Text": "Text",
"Number": 5, // or any other number
"Trueorfalse": true // or false