Skip to content

Instalation & Setup

EncryptSL edited this page Apr 6, 2019 · 2 revisions

Instruction for Instalation

Download Plugin and copy or move into folders with plugins. Go Restart Plugin this is Finish.

Instruction for Setup

Default Configuration of DailyMiner:

DailyMiner:
  prefix: '&f[&2DAILY_MINER&f] &7'
  blocked_mining: 'You are now blocked for mining [block] [time]'
  blocks:
    GOLD_ORE:
      max_to_break: 128
    IRON_ORE:
      max_to_break: 128
    COAL_ORE:
      max_to_break: 128
    LAPIS_ORE:
      max_to_break: 128
    DIAMOND_ORE:
      max_to_break: 128
    REDSTONE_ORE:
      max_to_break: 128
    EMERALD_ORE:
      max_to_break: 128
    NETHER_QUARTZ_ORE:
      max_to_break: 128

Example Configuration

DailyMiner:
  prefix: '&f[&2MINER_BLOCKER&f] &7'
  blocked_mining: 'You can't break block [block] on time [time]'
  blocks:
    SAND:
      max_to_break: 520
    STONE:
      max_to_break: 520

Blocked Mining

Data saved in player_cache.yml. When 20 minutes expires player can break blocks.

Clone this wiki locally