[Asked][1.9.24a] Plugin crash (watertower.json:125)

Plugin specific problems will be solved here.

Moderators: Scenario Moderators, Plugin Moderators

User avatar
MarioBitMap
Villager
Posts: 16
Joined: 31 Jul 2020, 22:54
Location: Spain
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

[Asked][1.9.24a] Plugin crash (watertower.json:125)

#1

Post by MarioBitMap »

Hi, I got the following error with a plugin (watertower.json:125):

Code: Select all

In plugins/water/watertower.json:

java.lang.IllegalStateException: When loading "$WaterTowerPlazadeCastilla": No value for x
Device: Redmi Note 8T (Xiaomi)
OS version: 28

My code:

Code: Select all

[
  { 
 "id":"$WaterTowerPlazadeCastilla",
    "type":"water",
    "width":2,
    "height":2,
    "frames":[{"bpm":"isabel_a.png"}],
    "price":18000,
    "monthly price":550,
    "water":38000,
    "power":0,
    "needs land":true,
    "upgrades":[
      {
        "id":"$WaterTowerPlazadeCastilla_Publicity",
        "frames":[{"bpm":"isabel_b.png"}, {"bpm":"isabel_d.png"}],
        "price":4000,
        "monthly price":50,
        "influence culture":3,
        "requirement":{
          "requirements":[
            {"type":"RANK",
            "data":{"id":"$rnk_city_big"}}
          ]
       }
       },
     {
        "id":"$WaterTowerPlazadeCastilla_Remodel",
        "frames":[{"bmp":"isabel_e.png"}],
        "price":6000,
        "monthly price":100,
        "influence culture":15,
        "build time":20,
    "requirement":{
      "requirements":[
        {
          "type":"RANK",
          "data":{
            "id":"$rnk_metropolis_small"
            }
        }
        ]
        }
    }
]
}
]

Thank you in advance.

User avatar
ian`
Supporter
Posts: 118
Joined: 04 Apr 2020, 17:36
Location: Indonesien
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: [Asked][1.9.24a] Plugin crash (watertower.json:125)

#2

Post by ian` »

"bmp", not bpm.

User avatar
The_Real_Michael_1
Black Hole
Posts: 1549
Joined: 23 Mar 2020, 15:16
Plugins: Showcase Store

Plugin Creator

Platform

[Answered][1.9.24a] Plugin crash (watertower.json:125)

#3

Post by The_Real_Michael_1 »

You mispelled the word "bmp".

Post Reply Previous topicNext topic

Return to “Problems”