Optimized Chunk Loader

Discussion in 'Archived: Plugin Requests' started by jsprouts, Jul 17, 2014.

  1. Offline

    jsprouts

    Plugin category: World Generator?

    Suggested name: OptimizedChunkLoading

    What I want: I am looking for a plugin that loads chunks that players are not currently in. But not just that. The plugin doesn't just keep all chunks ever visited loaded. It only loads chunks with active furnaces, farms, redstone.

    Ideas for commands: No commands needed for this plugin.

    Ideas for permissions: No permissions needed for this plugin.

    When I'd like it by: A few days if possible.
     
  2. Offline

    Greennose120

    jsprouts
    How should this plugin detect if there is a farm ore an active redstone circuit in there?
     
  3. Offline

    timtower Administrator Administrator Moderator

    Greennose120 BlockPlaceEvents, I believe that there also is a grow event ( could be wrong )
    Redstone: BlockRedstoneEvent, then a timer till unload.
     
  4. Offline

    Greennose120

    Yes, but should I detect every grow event and every RedstoneEvent? That would get really laggy and Memory consuming.....
     
  5. Offline

    timtower Administrator Administrator Moderator

    Greennose120 Laggy: you don't need to perform loads and loads of checks. Memory: how that? You only need to store some chunk coords with a timer, not the entire chunk block by block
     
  6. Offline

    jsprouts

    It could preform checks every few minutes or something. If that's a problem.
     

Share This Page