Some of a players loot disappeared during a glitch, Is there an easy command to give them back certain ones out of the loot yml ?
I do still have an API for your plugin on my wishlist. I only a few methods... public boolean isInfernalMob(Entity entity) { } public getInfernalMobType(Entity entity){ } public getInfernalMobName(Entity entity) { } And the I can make the integration. I don't need any events....
What would these do? public getInfernalMobType(Entity entity){ } public getInfernalMobName(Entity entity) { }
First one return the Minecraft entity.getType () is an enum. Second one return the name (String) the creator has given the mob. It could also be anonther type of uniqe ID, but I need the name anyway. UPDATE I have realized that your mob and mobname is the Minecraft entity type and that you dont have an infernal mob name so forget this one. Instead it would be nice to get a List or Collection of the abilities connected to the mob. getAbilities (Entity entity) either as enums or strings. And getAllAbilities () should then return the complete list of abilities defined in InfernalMob.
I'm not sure if this has been covered somewhere but I can not find an answer. Firstly, loving the plugin (as are my players) so much so that we have set up a separate infernal only world lovingly called "Safari Zone" The only issue that people are having is the random screaming from mobs. With so many around, whatever is causing it means that players sometimes have to mute their volume for up to ten seconds while it goes on. :S Is there any way to disable the sound effect (even if it means turning off a specific ability) to save their ear drums? Many thanks
I'm not sure, I think it must be but some of the players have said that it doesn't sound quite right. Could it be a Wither scream (if such a thing exists!)
Plz give me the enchant list (1.10.2) https://dev.bukkit.org/bukkit-plugins/fullchest/ (← this one is too old)