trigger to remove arrows on groud - not working #236


Open
  • Forge_User_10348215 created this issue Oct 27, 2019

    My custom trigger:
    trigger1: <----- This trigger we're going to remove arrows in the ground
    trigger-type: entity-limit-trigger
    run-interval: 5
    limit: 5 <----- Limit is 5 arrows in the ground before entity-clearer is executed
    world-filter: []
    entity-limits:
    - arrow inGround <----- Only arrows in the ground
    jobs:
    entity-clearer:
    world-filter: []
    remove-entities:


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