⛏️AdvancedMiner Wiki

Here you will learn how to use the AdvancedMiner plugin correctly.

This plugin adds something we would all like to have! A miner who mines for us when we get tired or bored of doing it ourselves. The plugin is fully configurable and recommended for PrisonOP mode. With the possibility of adding enchantments to your miner that will be purchased with a server economy. Here the configuration (default) of the enchantments.

enchants:
  tokenfinder:
    MaxLevel: 1000
    MaxChance: 10.129
    Cost: 15000
    Currency: edp-tokens
    Message: 'TokenFinder works'
    Commands:
      - 'tokens give %advancedminer_player% %advancedminer_randomint_100|1000%'
  keyfinder:
    MaxLevel: 50
    MaxChance: 2
    Cost: 15000
    Currency: edp-tokens
    Commands:
      - 'amsg %advancedminer_player% KeyFinder works'

The miner also has a battery, configurable from the config.yml file.

battery:
  maxBattery: 1000
  #Set 0 to disable
  addBatteryForBlock: 1
  removeBatteryForSecond: 3

And if the idea of ​​having to use enchantments didn't appeal to you at all. You can set default economies.

Last updated