MiningManager
- Tested Minecraft Versions:
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- Source Code:
- https://github.com/Genskao/MiningManager/
- Contributors:
- Genskao
- Donation Link:
- https://www.paypal.me/genskao
This goal to the plugin is to give the possibility to scan the chunk and see if there is lot of resources, mine automatically all precious resources and regenerate the world.
The plugin works from spigot 1.11 to 1.16.
Command and permission
Others
- /mm Have help about the plugin
- no permission
- /mm scan Give to the player the ability to scan a chunk
- mm.scan
- /mm scan auto Give to the player the ability to scan a chunk when the player move
- mm.scan.auto
- /mm mining Start the auto mining on the selected chunk
- mm.mining
- /mm mining stop Stop the auto mining
- mm.mining.stop
- /mm mining show Show the precious resources left
- mm.mining.show
- /mm reload Reload the plugin and the configuration
- mm.reload
- /mm regeneration Start the regeneration of the precious resources of the worlds
- mm.regeneration
- /mm regeneration stop Stop the regeneration
- mm.regeneration.stop
Configuration
- mm.ignore.price Ignore price for scan
- mm.ignore.towny Ignore towny permission to start mining
Documentation
Default configurationCode (Text):mining:
interval: Time (in second) to place the block to the selected chest
timeout: Time (in second) to select a chest to start mining
start: Time (in second) to start the mining after you have select a chest
effect:
smite: Active/Unactive smite effect on the mined block
explosion: Active/Unactive explosion with no power to have sound/graphic effect
price: Price to start the mining, the money get back if you don't select chest. Set to 0 to unactive.
scan:
price: Price to start a scan of the chunk. Set to 0 to unactive.
regeneration:
active: Active/Unactive the regeneration of blocks
interval: Interval between blocks in seconds
Code (Text):mining:
interval: 10
timeout: 15
start: 10
effect:
smite: false
explosion: true
price: 100.0
scan:
price: 10.0
regeneration:
active: true
interval: 30

MiningManager 1.1.1
Can start mining automatically
Recent Updates
- Release 1.1.1 Sep 16, 2020
- Add towny plugin and economy Sep 2, 2020
- Backward compatibility with spigot 1.11 Aug 26, 2020