Having trouble with configurationSolved
okay I know this is a dead horse question. how do I configure this where only one entity comes out. currently the barrel count is set to 7, and zombies set to 100. and it works just fine. airdrop set to 1 but everytime I try adding the other entities like set to 25, 50, 75 and so on I'll have like three or four pop out at the same time. I want to be able to use all of these features. I can't help but think that there should be one more setting here. 

"entities : number of entities to spawn (1-00)": 0,

did anybody else solve this problem? maybe you could share your configuration?

ps love what you have done with this plugin its grate and thank you. :)

in your case on 7th count u have a high probability spawning multiple
on my own server i set count to 1 and set probability low to have it more random and less likely to have mutliple spawn
so you would like to see only 1 entity to spawn at same trigger ?instead the chance of multiple ?
(config used on the plugin documentation is what i personaly have on my own server)

I absolutely tested your config. and I still had a problem of multiples coming out at the same time.
this is the config I have now, it works. most everything is off though. I don't know enough about code to help you on this. I just thought there might be a way to integrate a rule that would limited the amount that can spawn at any trigger. anyways thanks for replying I do appreciate it.

{
  "Drop Settings": {
    "Count random per x barrels": 8,
    "Airdrop : Chance on spawn (1-00)": 1,
    "Beancan : Chance on spawn (1-00)": 0
  },
  "Scientist Settings": {
    "Scientist : Use Custom Name": false,
    "Scientist : Name": "BarrelScientist",
    "Scientist : Chance on spawn (1-00)": 0,
    "Scientist : Health": 200
  },
  "Peacekeeper Settings": {
    "Peacekeeper : Use Custom Name": false,
    "Peacekeeper : Name": "BarrelKeeper",
    "Peacekeeper : Chance on spawn (1-00)": 0,
    "PeaceKeeper : Health": 300
  },
  "Scarecrow Settings": {
    "Scarecrow : Use Custom Name": true,
    "Scarecrow : Name": "zombie",
    "Scarecrow : Chance on spawn (1-00)": 100,
    "Scarecrow : Health": 300
  },
  "Zombie Settings": {
    "Zombie : Use clothes": true,
    "Zombie : Use Custom Name": false,
    "Zombie : Name": "BarrelZombie",
    "Zombie : Chance on spawn (1-00)": 0,
    "Zombie : Health": 250
  },
  "Animal Settings": {
    "Bear : Chance on spawn (1-00)": 3,
    "Wolf : Chance on spawn (1-00)": 0,
    "Chicken : Chance on spawn (1-00)": 0,
    "Boar : Chance on spawn (1-00)": 0
  },
  "Fire Settings": {
    "Fire (Large) : Chance on spawn (1-00)": 0,
    "Fire (Medium): Chance on spawn (1-00)": 0,
    "Fire (Small): Chance on spawn (1-00)": 5
  }
}​

ill see if i can implement a max setting for that .

(using your config and testing some possibilitys on my testserver)

Merged post

Updated and added to version 2.0.2

nice! :)

Locked automatically