Help with EcoArmor increased ore XP drops

I'm trying to make an armor set that gives more XP when mining ores. I have tried a bit but it doesn't seem to work so I'm just wondering if it's at all possible or I just tried the wrong thing. (Latest version of the plugin)
- id: multiply_drops # increased ore xp
args:
on_items:
- experience_orb
multiplier: 4
triggers:
- block_item_drop
- id: multiply_drops # increased ore xp
args:
on_items:
- experience_orb
multiplier: 4
triggers:
- block_item_drop
11 Replies
Casper
Casper3mo ago
hi, eco community manager here, youd be better off asking in our community server & waiting till exan can see your message also multiply drops is for item drops
Mr.Duckmask
Mr.DuckmaskOP3mo ago
i thought of using that but wouldn't that apply to all xp or could i somehow limit it to just the xp from ores? is that the Auxilor server?
Casper
Casper3mo ago
yes you can filter that trigger to be from ores
Mr.Duckmask
Mr.DuckmaskOP3mo ago
using the filter blocks?
Casper
Casper3mo ago
yeah
Mr.Duckmask
Mr.DuckmaskOP3mo ago
would something like this work?
- id: xp_multiplier # increased ore xp
args:
multiplier: 5
filters:
blocks:
- coal_ore
- redstone_ore
- lapis_ore
- emerald_ore
- diamond_ore
- deepslate_coal_ore
- deepslate_redstone_ore
- deepslate_lapis_ore
- deepslate_emerald_ore
- deepslate_diamond_ore
- nether_gold_ore
- nether_quartz_ore
- id: xp_multiplier # increased ore xp
args:
multiplier: 5
filters:
blocks:
- coal_ore
- redstone_ore
- lapis_ore
- emerald_ore
- diamond_ore
- deepslate_coal_ore
- deepslate_redstone_ore
- deepslate_lapis_ore
- deepslate_emerald_ore
- deepslate_diamond_ore
- nether_gold_ore
- nether_quartz_ore
Casper
Casper3mo ago
Try and see
Mr.Duckmask
Mr.DuckmaskOP3mo ago
I also get more from xp bottles
Casper
Casper3mo ago
Filter out xp orb entities
Mr.Duckmask
Mr.DuckmaskOP3mo ago
How? They're not on the entity list

Did you find this page helpful?