MinecartExtra

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.

Install:

Copy the jar into your plugin folder.

If you want to use the economysupport you need vault. Link

Config:

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
# 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:

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 and /collect debuginfo
    MinecartExtra.Cleanup:
        description: Allows to use command /collect cleanup
        default: op

Upcoming features:

  • collecting arrows (not testet but implemented, might be work)
  • player message when collecting cart timed out

Changelog:

  • 0.9.1
    • 1.4.6 R0.1
    • remove checktimeout in config.yml
    • remove sync Tasks for checking timeout of minecarts
    • finally fixed java.util.ConcurrentModificationException
  • 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 #2149/ 1.2.5 R3.0 #2204
    • 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

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    36618
  • Created
    Feb 15, 2012
  • Last Released File
    Dec 29, 2012
  • Total Downloads
    7,572
  • License

Categories

Members

Recent Files

Bukkit