MagmaGuy / EliteMobs

This is a spigot plugin that aims to extend Minecraft's survival endgame by making mobs more interesting.
http://www.magmaguy.com
GNU General Public License v3.0
162 stars 61 forks source link

[API] Add custom loot drop to EliteMobDeathEvent #19

Closed Paul2708 closed 4 years ago

Paul2708 commented 4 years ago

Hey!

I was about to modify and customize the loot drop, that spawns if an elite mob dies. Unfortunately the spawned loot drop is not included in EliteMobDeathEvent or EntityDeathEvent#getDrops().

Is there a way to get the loot drops? If not, would you accept a pull request that includes the loot to EliteMobDeathEvent?

Greetings, Paul

MagmaGuy commented 4 years ago

I'm adding customization of drops as a config settings very soon. I'll add the elite loot to the death event. However, I do not accept any pull requests. This is simply because I want 100% of the code in EliteMobs to be mine. I am more than happy to hear any suggestions you might have, though.