Plugin not going by Configuration #1


  • New
  • Defect
Open
Assigned to _ForgeUser9613053
  • _ForgeUser7825448 created this issue Nov 6, 2012

    One of my players only has 2 cows and it will not let him breed any more, even though the cap is set to 10. Here is my config, there are no errors:

    # spawn-cap: maximum number of entities per chunk before breeding is disabled
    # entity-list: mobs that are counted in a chunk's total count
    # breeding-fail-msg: message sent to the player when breeding is disabled due to chunk capacity

    spawn-cap: 999
    breeding-fail-msg: "The animal is unappealed by its mate, there are too many of its own kind in the same area."

    entity-list:
      - pig
      - cow
      - chicken
      - sheep

    #use-individual-cap: specify whether you wish to use the individual entity list and individual entity limit checking
    use-individual-cap: true
    #entity-list-individual: (entitytype, spawnlimit)
    entity-list-individual:
      - pig, 10
      - cow, 10
      - chicken, 15
      - sheep, 10

  • _ForgeUser7825448 added the tags New Defect Nov 6, 2012
  • _ForgeUser7825448 edited description Nov 6, 2012

To post a comment, please login or register a new account.