Problem, spawn many bradleysSolved

What do I have wrong in the code?
},
"Event Settings": {
"Bradley Event": {
"Enabled": true,
"Display Name": "Bradley",
"Disable Vanilla Event": true,
"Event Start Offset (Minutes)": 300.0,
"Minimum Time Between (Minutes)": 30.0,
"Maximum Time Between (Minutes)": 45.0,
"Minimum Online Players Required (0 = Disabled)": 0,
"Maximum Online Players Required (0 = Disabled)": 0,
"Announce Next Run Time": false,
"Restart Timer On Entity Kill": true,
"Kill Existing Event On Plugin Loaded": true,
"Maximum Number On Server": 1,
"Exclude Player's Entity": true,
"Event Weights": []
},

Seems that this plugin is not maintained anymore. I have since last wipe the problem that one cannot kill cargo ship bots.

But, btw, my Brad. cfg looks like this:

"Event Settings": {
"Bradley Event": {
"Enabled": false,
"Display Name": "Bradley",
"Disable Vanilla Event": false,
"Event Start Offset (Minutes)": 0.0,
"Minimum Time Between (Minutes)": 45.0,
"Maximum Time Between (Minutes)": 60.0,
"Minimum Online Players Required (0 = Disabled)": 0,
"Maximum Online Players Required (0 = Disabled)": 0,
"Announce Next Run Time": false,
"Restart Timer On Entity Kill": true,
"Kill Existing Event On Plugin Loaded": false,
"Maximum Number On Server": 1,
"Exclude Player's Entity": true,
"Event Weights": []

thanks

I have the same issue where it spawns 2 Bradlys and not 1. How do you fix it?

Merged post

I found out how to fix it:

You need to change "Disable Vanilla Event": false, to "Disable Vanilla Event": true,

otherwise the plugin will active the event and then vanilla procedural event as well
vh6A72zgJ6ei22I.jpg Lyss

I have the same issue where it spawns 2 Bradlys and not 1. How do you fix it?

Merged post

I found out how to fix it:

You need to change "Disable Vanilla Event": false, to "Disable Vanilla Event": true,

otherwise the plugin will active the event and then vanilla procedural event as well

Yes, thx. I did it before and everything works fine again now. 

Locked automatically