LorinthsRpgMobs

This is a simple 'plug and play' plugin that adds a difficulty to creatures, and a Level Indication based on their distance from Spawn. The current formula to get the mobs level is by default as follows....
(((Distance from closest spawnpoint) - CenterBuffer) / Distance) + 1 = Mob Level
-
This gives the result of creatures 0 - 49 blocks from spawn = Level 1. 50-99 = Level 2, etc
-
The distance value of, 50, can be modified by your own choice
What these levels change and add...
-
Increases Damage / Health a monster has (these levels play into configurable formulas that increase damage and health)
-
Adds armor to creatures at specific increments (configurable)
-
Gives different loot drops based on level
Level Regions
Level regions can be created (in conjunction with World Guard) to create zones of stronger/weaker mobs!
You simply create a level region with the worldguard id and give it a level!
From there you can customize mob names based on regions!
Mob Variants
Commands
- /lrm - displays all available commands of the ones listed below (if not listed check permissions)
- /lrm butcher [radius] - kills all entities loaded in world that aren't tamed
- /lrm region - access to all region commands
- /lrm reload - saves/reloads config files
- /lrm spawnpoint - access to all spawnpoint commands
- /lrm update - updates the plugin, takes effect after server restart
Permissions
- lrm.admin - gives access to most the commands above
- lrm.butcher - gives access to the butcher command
- lrm.update - gives access to /lrm update - uses auto updater to allow for automatic updates!
Videos
- Mob Hunting
- Battlelevels
- Heroes
- Skill API
- EnchantmentApi
- MythicMobs
- Health Bar
- Mob Health
- Elite Mobs
- Quests
- DungeonsXL
- MMOCore
- MMOItems
- RedProtect
- GriefPrevention (and GriefPreventionFlags)
- TardisWeepingAngels
- WorldGuard



- bukkit version
- LRM version
- links to a Pastebin including your config files and the error
-
View User Profile
-
Send Message
Posted Nov 30, 2014I encourage you to use other plugins. I haven't been able to work on this and probably won't for a while. Schooling, and work take precedence over games (as it should for everyone). My winter break is coming up and I will be doing what I can to fix this up and clean it. However, until then (or even after). Feel free to use other plugins. There is nothing forcing anyone to use this plugin, however I do appreciate the support I've gotten in the past from the people that have used this.
-
View User Profile
-
Send Message
Posted Nov 28, 2014@ThisUsernameIsMine
If it weren't for the lack of acknowledgement from the Dev, and my frustration with trying to make contact about this and all other plugins. I might've taken the time to use some kind of Paste option.
However, since I apparently cannot be more than a bother, I can't be bothered either I'm afraid.
I understand busy, but really there is a limit of patience when it's clear someone's been on site within the time of a posting and you've gone 100% without reply.
So yes, that "spam" is going to sit there and be there.
There is also a lack of ticket system, which is generally ideal for plugins to avoid said 'spam' which is clearly lacking here..
And looking back, again.. It appears I am not the only one the Dev has chosen to ignore. It's been quite some time since this or any other page has gotten any attention at all from the Dev, so I begin to wonder why we're all wasting our time.
At this point, I just checked back in hopes that my fear of abandonment on this plugin were wrong, and the Dev had decided to show up.. But since it's been 5 days since their last login to the site, and still no word here or anywhere else..
These plugins, I think it's safe to say.. Are of no concern anymore, and I'd suggest alternatives be found for these sorts of things.
ConquestiaMobs seems to be doing just fine instead of this one.. So I suggest that one guys.
The Dev is active, helpful and I've no issues with it on my complicated setup.
-
View User Profile
-
Send Message
Posted Nov 19, 2014@sakura_blades
Please.... http://dev.bukkit.org/paste/ dat error spam
-
View User Profile
-
Send Message
Posted Nov 18, 2014I'm getting the console spam as well.
ERROR Could not pass event EntityDamageByEntityEvent to LorinthsRpgMobs vBETA-2.1
-
View User Profile
-
Send Message
Posted Nov 12, 2014We're also finding that this plugin conflicts with a Pet plugin we use on my server as well, called MyPet. I have already spoken with the Developer of that plugin, and they have relayed this to me:
"MyPet have the mobtype UNKNOWN so this is something that shouldn't happen and the author of RpgMobs needs to fix that :/"
Your plugin is forcing our pets to have no more than 1/1 health, even when they are supposed to have something like 6 or 20HP set by MyPet. Which is strange, MyPet information tells ys it can be 6/6 but when looking at our pets with the command, they have no more than 1/6 and won't gain more, and the using the client mod "Damage Indicators" they display nothing but 1/1.
I'm afraid this plugin is rendering MyPet useless at the moment and without a fix, we cannot use them both.
-
View User Profile
-
Send Message
Posted Nov 11, 2014We're also seeming to get some errors like this one in console:
11.11 19:27:44 [Server] INFO ... 19 more
11.11 19:27:44 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source) [?:1.7.0_45]
11.11 19:27:44 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.7.0_45]
11.11 19:27:44 [Server] INFO at sun.reflect.GeneratedMethodAccessor378.invoke(Unknown Source) [?:?]
11.11 19:27:44 [Server] INFO at me.Lorinth.MobDifficulty.MobDifficulty.onEntityHitByCreature(MobDifficulty.java:2401) [?:?]
11.11 19:27:44 [Server] INFO at me.Lorinth.MobDifficulty.MobDifficulty.getLevel(MobDifficulty.java:1402) [?:?]
11.11 19:27:44 [Server] INFO Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer cannot be cast to org.bukkit.entity.Creature
11.11 19:27:44 [Server] INFO at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:260) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:649) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at net.minecraft.server.v1_7_R3.WorldServer.tickEntities(WorldServer.java:481) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at net.minecraft.server.v1_7_R3.World.tickEntities(World.java:1290) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at net.minecraft.server.v1_7_R3.World.playerJoinedWorld(World.java:1402) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at net.minecraft.server.v1_7_R3.World.entityJoinedWorld(World.java:1421) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at net.minecraft.server.v1_7_R3.EntityArrow.h(EntityArrow.java:231) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at net.minecraft.server.v1_7_R3.EntityPlayer.damageEntity(EntityPlayer.java:452) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at net.minecraft.server.v1_7_R3.EntityHuman.damageEntity(EntityHuman.java:746) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at net.minecraft.server.v1_7_R3.EntityLiving.damageEntity(EntityLiving.java:658) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:434) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:407) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callEvent(CraftEventFactory.java:98) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:44 [Server] INFO org.bukkit.event.EventException
11.11 19:27:44 [Server] ERROR Could not pass event EntityDamageByEntityEvent to LorinthsRpgMobs vBETA-2.1
11.11 19:27:43 [Server] INFO ... 18 more
11.11 19:27:43 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source) [?:1.7.0_45]
11.11 19:27:43 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.7.0_45]
11.11 19:27:43 [Server] INFO at sun.reflect.GeneratedMethodAccessor378.invoke(Unknown Source) [?:?]
11.11 19:27:43 [Server] INFO at me.Lorinth.MobDifficulty.MobDifficulty.onEntityHitByCreature(MobDifficulty.java:2401) [?:?]
11.11 19:27:43 [Server] INFO at me.Lorinth.MobDifficulty.MobDifficulty.getLevel(MobDifficulty.java:1402) [?:?]
11.11 19:27:43 [Server] INFO Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer cannot be cast to org.bukkit.entity.Creature
11.11 19:27:43 [Server] INFO at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:260) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:649) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO at net.minecraft.server.v1_7_R3.WorldServer.tickEntities(WorldServer.java:481) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO at net.minecraft.server.v1_7_R3.World.tickEntities(World.java:1290) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO at net.minecraft.server.v1_7_R3.World.playerJoinedWorld(World.java:1402) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO at net.minecraft.server.v1_7_R3.World.entityJoinedWorld(World.java:1421) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO at net.minecraft.server.v1_7_R3.EntityArrow.h(EntityArrow.java:231) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO at net.minecraft.server.v1_7_R3.EntityAnimal.damageEntity(SourceFile:145) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO at net.minecraft.server.v1_7_R3.EntityLiving.damageEntity(EntityLiving.java:658) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:434) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:407) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callEvent(CraftEventFactory.java:98) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) [craftbukkit-1.7.9dev.jar:git-Bukkit-1.7.9-R0.2-1-ga6e0bfd-b3095jnks]
11.11 19:27:43 [Server] INFO org.bukkit.event.EventException
11.11 19:27:43 [Server] ERROR Could not pass event EntityDamageByEntityEvent to LorinthsRpgMobs vBETA-2.1
-
View User Profile
-
Send Message
Posted Nov 11, 2014So it appears that despite editing the monster.yml to disable all passive mobs, like my example here:
pig:
enabled: false
disabledWorlds:
- world
- world_nether
These mobs are still capable of spawning with levels and additives by your plugin. It isn't that big of a deal, but for mobs that don't fight back I find it rather silly they're leveled, so I'd like to have them disabled.
Since I don't see anywhere to create/write tickets.. I'm sorry if I missed it somewhere I'll leave my information here.
Bukkit: 1.7.9
Plugin Version: [BETA V.2.1.1]LorinthsRpgMobs for CB 1.7.9-R0.2
OS: Linux - Java 7? I use a paid hosting service, so I am not 100% sure on the details, but they assure me they are all up-to-date and I have no troubles otherwise. ;P
Other Plugins of Note: Citizens, Essentials, Mythic Drops, Vault
-
View User Profile
-
Send Message
Posted Nov 3, 2014@GagiO2
could you clarify what you mean? i think you are misinterpreting the poll at the top of the page. as far as i know any bukkit plugin will work on a spigot server. as long as you take 1.7.9 spigot with 1.7.9 lrm, it should work. (it does for me) however, there is no code that actually utilizes spigot to give you a better performance or more features.
-
View User Profile
-
Send Message
Posted Nov 3, 2014It doesn't support Spigot? So sad
-
View User Profile
-
Send Message
Posted Oct 21, 2014Will the experience system in this plugin work with skill API? I prefer that over heros. Thanks for your hard work on the plugin it sounds awesome and am going to test it out soon!
Do you have any versions that are compatible with 1.7.9-R0.1 by chance? Or should they be already?
-
View User Profile
-
Send Message
Posted Oct 18, 2014I've been getting this error every time a mob attacks a player
http://pastebin.com/mSXFXJrQ
Also, the mobs don't seem to follow the monsters.yml file anymore. They just stick at 1 hp and die with just a punch.
Heres my monsters.yml file if needed: http://pastebin.com/zmHeg7Z0
I'm running this on 1.7.9 Spigot 1543
-
View User Profile
-
Send Message
Posted Oct 12, 2014@AlteOgre
As we upgraded to Spigot 1.7.10, from CB 1.7.9, I thought to give this mod another try. Unfortunately the error persists: still no Heroes xp from killing the levelled mobs. Tried to rule out errors in our config by playing stupid with config settings, even changing the order of the config settings: no succesful result. We get a spam of these messages at console:
We also don't get the dedicated names dependent on mob level. Other features seem to work fine. Let me know if you need more info to solve these problems.
-
View User Profile
-
Send Message
Posted Oct 11, 2014Getting this error any time a mob handled by this plugin takes damage http://pastebin.com/x6ZYY6Zc
Plugin works fine, it's just annoying having this console spam
EDIT: I'm now having issues where leveled names don't work properly. It seems to roll them back to the previous level of what they should be. No errors, here's my config. http://pastebin.com/x4nQW4Tt
-
View User Profile
-
Send Message
Posted Oct 11, 2014@foaley_r32
did you see ultraface's suggestion? mobs that where created when the plugin wasn't active will not be modified. can you spawn some new mobs with eggs, and see if they have nametags? if new mobs don't have nametags, we will need the following to help you further:
@ZwPBerserk
you are using spigot 1.7.10, if i'm not mistaking. lrm beta2.1 is only compatible with 1.7.9. so untill there is a lrm for 1.7.10, you could downgrade to spigot 1.7.9.
-
View User Profile
-
Send Message
Posted Oct 10, 2014@firesofhades
I have and it says it all working, I've had it working before and this time it's not :(
-
View User Profile
-
Send Message
Posted Oct 9, 2014@ZwPBerserk
What version of bukkit are you using?
-
View User Profile
-
Send Message
Posted Oct 9, 2014I wanna use this plugin but it gives me some weird entity combust event.
<<code [16:12:41] [Server thread/ERROR]: Could not pass event EntityCombustEvent to LorinthsRpgMobs vBETA-2.1 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[server.jar:git-Spigot-1649] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-1649] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [server.jar:git-Spigot-1649] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [server.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.EntityZombie.e(EntityZombie.java:146) [server.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.EntityLiving.h(EntityLiving.java:1409) [server.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.EntityInsentient.h(EntityInsentient.java:154) [server.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.EntityMonster.h(EntityMonster.java:25) [server.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.EntityZombie.h(EntityZombie.java:231) [server.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.World.entityJoinedWorld(World.java:1620) [server.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.World.playerJoinedWorld(World.java:1595) [server.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.World.tickEntities(World.java:1460) [server.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.WorldServer.tickEntities(WorldServer.java:516) [server.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:706) [server.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [server.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [server.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [server.jar:git-Spigot-1649] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [server.jar:git-Spigot-1649] Caused by: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_7_R3/entity/CraftEntity at me.Lorinth.MobDifficulty.MobDifficulty.onEntityBurn(MobDifficulty.java:2434) ~[?:?] at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_55] at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_55] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[server.jar:git-Spigot-1649] ... 17 more>><</code>>
-
View User Profile
-
Send Message
Posted Oct 7, 2014@foaley_r32
Make sure its a new mob, first and foremost. Health is only applied to newly spawned mobs.
-
View User Profile
-
Send Message
Posted Oct 7, 2014@foaley_r32
make sure the plugin is loading, confirm this by looking at the messages during start-up. it might take a second restart for the config to be properly loaded.
for further help it might be usefull to post these:
-
View User Profile
-
Send Message
Posted Oct 7, 2014The level of a mob isn't showing for me, what could be doing this?