per-entity-chunk-entity-limiter wont work in The End World and Nether #310


  • Defect
Open
  • zzangelmlzz created this issue Mar 9, 2021

    I set my config so it deletes boats if more than 6 in a chunk. In the normal world works fine, but in The End and Nether it doesn't. I'm using latest paper for 1.16.3, and latest ClearLagg build. I will post my settings below.

    Edit: I just noticed that it does clear these entities only after a restart. It's the only way.

     

    per-entity-chunk-entity-limiter:
    enabled: true
    entity-limits:
    - Squid limit:6
    - Zombie limit:30
    - Skeleton limit:30
    - Creeper limit:30
    - Chicken limit:35
    - Pig limit:20
    - Sheep limit:20
    - Cow limit:30
    - Horse limit:15 !hasName
    - Horse limit:15
    - Mule limit:15
    - Villager limit:15
    - Rabbit limit:20
    - PufferFish limit:20
    - Silverfish limit:20
    - TROPICAL_FISH limit:20
    - COD limit:20
    - DOLPHIN limit:15
    - MooshRoom limit:30
    - Boat limit:6
    - Minecart limit:10
    - Furnace_Minecart limit:8
    - Chest_Minecart limit:8
    - ARMOR_STAND limit:8
    - Item_Frame limit:30
    - Painting limit:20
    - Spider limit:30
    - Cave_Spider limit:30
    - Cat limit:10
    - Panda limit:10
    - Parrot limit:10
    - Polar_Bear limit:10
    - Ocelot limit:10
    - Llama limit:10
    - Magma_Cube limit:25
    - Wolf limit: 10
    - Fox limit:10
    - Blaze limit:25
    passive-cleaner:
    passive-cleaning-enabled: true
    check-interval: 200
    chunk-batch-size: 20

  • zzangelmlzz added a tag Defect Mar 9, 2021
  • zzangelmlzz edited title and description Mar 9, 2021
  • zzangelmlzz edited description Mar 9, 2021
  • krovinosets posted a comment Apr 11, 2021

    Same, but per-entity-chunk-entity-limiter works, passive-cleaner doesn't work in nether and The end world.


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