"Lost" Minecarts #2


  • New
  • Waiting
  • Defect
Open
Assigned to _ForgeUser8099354
  • _ForgeUser8099354 created this issue Jan 9, 2012
    Owner

    What steps will reproduce the problem?
    1. Deploy a minecart
    2. Logout
    3. Shutdown server
    4. Start server
    5. Try either count or remove command from console

    What is the expected output?
    I would expect the minecart be either counted or removed.

    What do you see instead?
    It shows 0 minecarts.

    What version of the product are you using?
    v0.2.3

    Do you have an error log of what happened?
    NA

    Please provide any additional information below.
    Apparently World.getEntities() only gets entities in loaded chunks. Not a major problem because the minecarts that are "lost" in these cases aren't being tracked by the plugin, so they aren't causing us any trouble until the chunk is loaded for some reason. At that point the minecart will be able to be counted and removed.

  • _ForgeUser8099354 added the tags New Defect Jan 9, 2012
  • _ForgeUser8099354 removed a tag Accepted Jan 13, 2012
  • _ForgeUser8099354 added a tag Waiting Jan 13, 2012
  • _ForgeUser8099354 edited description Jan 18, 2012

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