Inactive [Mech] MinecartExtra v0.8.1 - Minecarts collect Items [1.2.5-R4.0]

Discussion in 'Inactive/Unsupported Plugins' started by ChrisvA, Feb 11, 2012.

  1. Offline

    ChrisvA

    Mincart Extra convert your StorageMinecarts to Minecarts that collect the Items around them on their own.

    To prevent abuse, there is the posibillity that the carts need to be convert to a collecting one by a command.

    Dev Bukkit

    Install:
    Copy the jar into your plugin folder.
    If you want to use the economysupport you need vault. Link

    Config:
    Code:
    collect:
    # x,z direction
      hradius: 4.0
    # y direction
      vradius: 4.0
    # How often shoul moving minecarts look for Items aroud them?
      rate: 10
    # Rate to remove unmoved minecarts
      cleanup: 2000
    # Rate how often the plugin look for the timeout of timeplayers and timecollection
      checktimeout: 100
    # Ticks how long players will able to convert a storage Minecart to a collecting one
      timeplayers: 400
    # Ticks how long minecarts added by player be collective minecarts
      timecollection: 1000
    # true: every moving StorageMinecart collect items
    # false: only by User defined minecarts collect items
      autodetect: false
     
    economy:
    # true enables economy feature
      use: false
      price:
      # price for converting a storage minecart to a collecting one
        collectcreate: 10
     
     
    #Language use default to use the language of your OS
    lang: default
    
    Permissions:
    Code:
    permissions:
        MinecartExtra.*:
            description: Gives access to all MinecartExtra commands
            children:
                MinecartExtra.CreateAutostorage: true
                MinecartExtra.Info: true
        MinecartExtra.CreateAutostorage:
            description: Allows to use command /collect create
        MinecartExtra.Info:
            description: Allows to use command /collect info
        MinecartExtra.Cleanup:
            description: Allows to use command /collect cleanup
            default: op
    
    Download via DevBukkit

    Old version
    Download v0.7.2
    Download v0.6.1
    Download v0.5.1

    Changelog


    • 0.8.1
      • 1.2.5 R4.0
      • Fixed Bug when Minecarts stops collecting Items
      • added /collect cleanup and /collect debuginfo (pleas post this output when you report an error)
    • 0.7.2
      • Update to Bukkit 1.2.4 #2114 /1.2.5-R1.0
      • Added Economy Support with Vault
      • Fixed Langugage errors
    • 0.6.1
      • Added Language Support
      • Update for the latest Bukkit Build
    • 0.5.1
      • Implement basic functionallity of the Plugin
    By downloading you accept this CC-Licence for the Plugin.
     
  2. Offline

    TopGear93

    a download would be helpful
     
  3. Offline

    h0us3cat

    lol
     
  4. Offline

    ChrisvA

    I edit the post, sorry, I thought that the appended file would be insert.
     
  5. Offline

    Fr3xXy

    awesome!

    i will try now some performance tests!
     
  6. Offline

    ChrisvA

    Please post your result. I try to optimize the performance.
     
  7. ChrisvA
    Needs a changelog at the bottom of the original post.
     
  8. Offline

    ChrisvA

    It's added.

    Plugin is updated to 1.2.3
     
  9. Offline

    md_5

    Moved back to submissions, [1.1-R7] is the latest recommended build
     
  10. Offline

    ChrisvA

  11. Offline

    md_5

    ChrisvA likes this.
  12. Offline

    ChrisvA

  13. Offline

    TheLord

    Hay, i have a question! Can you make by your plugin a Config: that the minecart collection never end??
     
  14. Offline

    ChrisvA

    When you use "autodetect: true" every moving Minecart will never end collecting Items.

    PS: There is currently a Bug that I notice Yesterday, that the Carts stop collecting Items, if they are destroyed by a Creeper, or when the Chunk get unload. This could be fixed when you set cleanup to a very high Number (f. e. 10 000 000)
    I will try to fix this soon. (But I didn't find out the bug in the Code at the Moment)
     
  15. Offline

    TheLord

    Thanks for your answer, but i wand to use "autodetect: false" and the minecart never end collecting Items is it possible? Because not all Minecart should collect Items!!!
     
  16. Offline

    ChrisvA

    That would be very hard, because I would need to save Minecarts in a File of something linke that, to restore them after the restart. (Maybe a Feature for a version in the future.)
    Have you set a high value for "timecollection" ? That would be the time when Minecarts stop collecting Items.
     
  17. Offline

    TheLord

    yes "100000000000" but a many time later the minecart stop collecting^^
     

Share This Page