
Description
MineFeed is a mine management plugin intended for prison servers. Its main advantage is that it's not resource intensive and very easy to use. It's a lightweight option for mines management.

Commands
All commands are under the /mine meta-command :
- /mine 1 : Selects the targetted block as one corner of the selection cuboid for creating a mine.
- /mine 2 : Selects the other corner.
- /mine create [mine name] [type] : Creates a mine which will fill the space within the mine selection. The type must be one of those set in the configuration file.
- /mine regen [mine name] - Manually regenerates a mine.
- /mine del [mine name] - Deletes the mine with the provided name.
Permissions
All commands are set under the mine.admin permission node.
Configuration
The default configuration file looks like the following :
autocheck: 300 regen message: The mines have been resetted! regen percentage: 10 generation: type1: STONE: 1000 COAL_ORE: 100 type2: STONE: 1000 COAL_ORE: 200 LAPIS_ORE: 100
autocheck is the amount of time (in seconds) in-between each time the plugin checks whether the mines are ready to be regenerated. In other words, in the upward example, every 5 minutes, the plugin will check for every mine to see whether or not they are filled with air. In this case, the regen percentage is 10%, meaning if the mine is filled with more than 90% air, it'll be regenerated.
As for the generation part, this determines the composition of your mines, meaning what % chances of having what types of blocks. "type1" and "type2" in this example are the two types of mines we can use in the "/mine create" command. The capital letter tags representing the block types can be found here : http://jd.bukkit.org/rb/doxygen/d6/d0e/enumorg_1_1bukkit_1_1Material.html. Again, in the above example, for type1, there's a 90% chance of a block being stone, and 10% chance of it being coal. For type2, the mine will be composed of 80% stone, 10% coal and 10% lapis.
Metrics
This plugin uses MetricsLite, the limited-functionality version of McStats Metrics system. MetricsLite will track statistics and usage values about this plugin. Only the default values from Metrics (the one listed on Metrics' page) are tracked, such as number of players on your server, which version of the plugin you're using, amongst other things. Data collection shouldn't have any impact on the plugin's usage. If you want to opt out of data collection, you can toggle the "opt out of metrics" option in the config.yml file of this plugin's folder.
CoKoC Plugins
If there's anything you need related to this plugin, like a feature request or an update. If you're mad, happy, angry, sad... leave me a comment or send me a private message! If you have a request for a public plugin, for post it on https://forums.bukkit.org/forums/plugin-requests.13/ and then send me a message! Anything happens, send me a message!

