Page 1 of 1

[459] Plugin crash (ap_tower.json:613)

Posted: 03 Apr 2018, 02:49
by Quardhine
Hi, I got the following error with a plugin (ap_tower.json:613):

Code: Select all

In /storage/emulated/0/TheoTown/plugins/Quardhine/ap_tower.json:

java.lang.IllegalArgumentException: Draft of id may not be overriden because it's final!
Device: A37f (OPPO)
Android: 22 (5.1.1)

Thank you in advance.

Re: [459] Plugin crash (ap_tower.json:613)

Posted: 04 Apr 2018, 03:00
by FranchuFranchu
Your own plugin tried to override a plugin with

Code: Select all

"final":true
in its JSON

Re: [459] Plugin crash (ap_tower.json:613)

Posted: 04 Apr 2018, 12:22
by Quardhine
That is not allowed.