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