Minecarts count as lag #195


Open
  • Mr_Pistachio_Gaming created this issue Jan 6, 2018

    When the lag gets cleared it gets rid of all minecarts, how do I stop this or if I cant can you please add a feature for this, thank you.

  • Falastar posted a comment Jan 10, 2018

    Feature is already there in your config file.

    You will have to change it in three places. 

     

    1)

    #What type of entities SHOULD NOT be removed while doing /lagg area?
    area-filter:

       - Minecart

     

    2)

    auto-removal:

      minecart: false

     

    3)

    #What should be removed during /lagg clear
    command-remove:
       world-filter:
       # - this_world <-This world will be ignored during removal!
       minecart: false

     

    Hope that helps


    Edited Jan 10, 2018

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