Hey, im trying to setup tokenenchant luckymining and it wont work, The enchant loads ingame and i can put it on a item but then when mining it does not give me the rewards
LuckyMining:
price: 15000
max: 1 #this number should be same as the highest level in levels: section
occurrence: always
effect: MOBSPAWNER_FLAMES
sound: ENTITY_LIGHTNING_THUNDER # for pre 1.9 ...AMBIENCE_THUNDER
levels:
1:
chance: 0.25 # 10% chance!
# '!' -> console, '>' -> op, '@' -> player
commands:
- "!te add %player% 15;tm msg %player% &bLucky Block! <nl>&\
7You received 15 tokens!"
- "!te add %player% 20;tm msg %player% &bLucky Block! <nl>&\
7You received 20 token!"
- "!te add %player% 25;tm msg %player% &bLucky Block! <nl>&\
7You received 25 token!"
2:
chance: 0.10 # 2% chance!
commands:
- "!!te add %player% 100;tm msg %player% &bLucky Block! <nl>\
&7You received 100 token!"
- "te add %player% 50;tm msg %player% &bLucky Block! <nl>\
&7You received 50 token!"
exemptions: # needs to be Bukkit's Material type in CAPs.
- GRASS
- SAND
have i done something wrong?
LuckyMining:
price: 15000
max: 1 #this number should be same as the highest level in levels: section
occurrence: always
effect: MOBSPAWNER_FLAMES
sound: ENTITY_LIGHTNING_THUNDER # for pre 1.9 ...AMBIENCE_THUNDER
levels:
1:
chance: 0.25 # 10% chance!
# '!' -> console, '>' -> op, '@' -> player
commands:
- "!te add %player% 15;tm msg %player% &bLucky Block! <nl>&\
7You received 15 tokens!"
- "!te add %player% 20;tm msg %player% &bLucky Block! <nl>&\
7You received 20 token!"
- "!te add %player% 25;tm msg %player% &bLucky Block! <nl>&\
7You received 25 token!"
2:
chance: 0.10 # 2% chance!
commands:
- "!!te add %player% 100;tm msg %player% &bLucky Block! <nl>\
&7You received 100 token!"
- "te add %player% 50;tm msg %player% &bLucky Block! <nl>\
&7You received 50 token!"
exemptions: # needs to be Bukkit's Material type in CAPs.
- GRASS
- SAND
have i done something wrong?
