-
Notifications
You must be signed in to change notification settings - Fork 57
autominer.yml
Ján Kluka edited this page Nov 10, 2022
·
7 revisions
# Settings for auto-miner regions
auto-miner-regions:
# WorldGuard region name
automine:
# World where region is
world: world
# Rewards to give
rewards:
- 'eco give %player% 1000'
- 'tokens give %player% 10'
# Interval of giving rewards (in seconds)
reward-period: 5
# Amount of blocks broken added to player every cycle
blocks-broken: 5
messages:
not_enough_tokens: "&e&lAUTOMINER &8» &cYou do not have enough tokens! (Needed: %tokens%)"
not_a_number: "&c%input% is not a number!"
player_not_online: "&cPlayer &e%player% &cis not online!"
autominer_disabled: "&e&l(!) &7You've &c&lDISABLED &7AutoMiner."
autominer_enabled: "&e&l(!) &7You've &a&lENABLED &7AutoMiner."
auto_miner_enabled: "&aYou are now in &a&lAUTO-MINER &amode."
auto_miner_disabled: "&cYou don't have &c&lAUTO-MINER &ctime."
auto_miner_no_pickaxe: "&cYou do not have any pickaxe equipped!"
auto_miner_time: "&e&lAUTOMINER &8» &7You have &f%time% of Auto-Miner time."
auto_miner_time_add: "&e&lAUTOMINER &8» &7You added &f%time% %timeunit% &7to &f%player%&7."
auto_miner_time_remove: "&e&lAUTOMINER &8» &7You have removed &f%time% %timeunit% &7from &f%player%&7."