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 Dec 3, 2015Is there a way to have random leveled mobs spawn around the world, instead of having it on how far away they are, the greater levels they be. It would be crazy cool if a few higher levels could spawn around were the low levels are. e.g level 5 mobs could spawn level 10 - 20 10% of the time and level 20 mobs could spawn level 40 - 50 15% of the time and etc.
-
View User Profile
-
Send Message
Posted Nov 30, 2015Until lorinthios returns, I am going to post this link to a working version for 1.8.8
http://www.livecar.net/temp/LorinthsRpgMobs1_8_3-RECOMP_3.jar
-
View User Profile
-
Send Message
Posted Nov 28, 2015@Nutty101
Link please!
-
View User Profile
-
Send Message
Posted Nov 21, 2015I wrote the author on this plugin. I have fixed it for 1.8.8 and there are no longer any console errors etc. If it becomes abandoned or I get an OK to re-post i will post a link to it on here for everyone else. I don't check Bukkit often but I am on Spigot if you need pointers for fixing the errors. Nutty101
-
View User Profile
-
Send Message
Posted Jul 5, 2015@RhetoricalRabbit I've messaged this dev for help back in 1.7.10 , even provided him my entire server folder. I'm still waiting on an update from him, hes a very busy person. Anyways: Build # 40 for spigot 1.8.7 Using LorinthsRPGmobs 1.8.3 ( without api )
This is what spams in my server. I get this message 10 x per sec. every 1 hour I have a 8gb server log. Although In-game it seems like the plugin is fully functional. Not sure if its a certain mob/item or even a baby mod that causes this error. This doesn't happen in the nether or the end. just only when im in the normal spawn world.
[16:21:50] [Server thread/ERROR]: Could not pass event CreatureSpawnEvent to LorinthsRpgMobs vBETA-1.6 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) [minecraft_optimized.jar:git-Spigot-44c59bf-8f0f4ed] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [minecraft_optimized.jar:git-Spigot-44c59bf-8f0f4ed] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [minecraft_optimized.jar:git-Spigot-44c59bf-8f0f4ed] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [minecraft_optimized.jar:git-Spigot-44c59bf-8f0f4ed] at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:276) [minecraft_optimized.jar:git-Spigot-44c59bf-8f0f4ed] at net.minecraft.server.v1_8_R3.World.addEntity(World.java:1015) [minecraft_optimized.jar:git-Spigot-44c59bf-8f0f4ed] at net.minecraft.server.v1_8_R3.SpawnerCreature.a(SpawnerCreature.java:182) [minecraft_optimized.jar:git-Spigot-44c59bf-8f0f4ed] at net.minecraft.server.v1_8_R3.WorldServer.doTick(WorldServer.java:227) [minecraft_optimized.jar:git-Spigot-44c59bf-8f0f4ed] at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:773) [minecraft_optimized.jar:git-Spigot-44c59bf-8f0f4ed] at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367) [minecraft_optimized.jar:git-Spigot-44c59bf-8f0f4ed] at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657) [minecraft_optimized.jar:git-Spigot-44c59bf-8f0f4ed] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [minecraft_optimized.jar:git-Spigot-44c59bf-8f0f4ed] at java.lang.Thread.run(Unknown Source) [?:1.8.0_45] Caused by: java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Double at com.MobDifficulty.getMobHealth(MobDifficulty.java:864) [?:?] at com.MobDifficulty.onEntitySpawn(MobDifficulty.java:1535) [?:?] at sun.reflect.GeneratedMethodAccessor148.invoke(Unknown Source) [?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_45] at java.lang.reflect.Method.invoke(Unknown Source) [?:1.8.0_45] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) [minecraft_optimized.jar:git-Spigot-44c59bf-8f0f4ed] ... 12 more
-
View User Profile
-
Send Message
Posted Jul 3, 2015@conetopia3000
Which Spigot are you running that has this working? :/
@CaptainLink_
Or give him some time? He may be busy. A month isn't 'that' long in a person's life. We don't know what's come up / if he's working on his own things.
-
View User Profile
-
Send Message
Posted Jul 1, 2015WTB Spigot 1.8.7 It works, just console likes to spam a lot of nonsense.
-
View User Profile
-
Send Message
Posted Jun 24, 2015At least provide a source on Github if you don't want to help..
-
View User Profile
-
Send Message
Posted Jun 24, 2015Same error than @RhetoricalRabbit on Spigot 1.8.7
-
View User Profile
-
Send Message
Posted Jun 19, 2015@lorinthios
I'm having the same issue @era2Shadow: had, but only after updating my Spigot. Assuming that I'm approaching it from the other way and that I'm now too far ahead of you instead of behind?
I'm now running Spigot 1.8.7. the R.0.1 snapshot.
Oh, and WG / WE 6.1 if that has any impact.
Console dump below.
[Server thread/ERROR]: Could not load 'plugins/LorinthsRpgMobs1_8_3.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/World at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) [spigot-1.8.7-20150608a.jar:git-Spigot-07a5b1b-53433de] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) [spigot-1.8.7-20150608a.jar:git-Spigot-07a5b1b-53433de] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.8.7-20150608a.jar:git-Spigot-07a5b1b-53433de] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [spigot-1.8.7-20150608a.jar:git-Spigot-07a5b1b-53433de] at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-1.8.7-20150608a.jar:git-Spigot-07a5b1b-53433de] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:528) [spigot-1.8.7-20150608a.jar:git-Spigot-07a5b1b-53433de] at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79] Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/World at java.lang.Class.forName0(Native Method) [?:1.7.0_79] at java.lang.Class.forName(Class.java:274) [?:1.7.0_79] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) [spigot-1.8.7-20150608a.jar:git-Spigot-07a5b1b-53433de] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) [spigot-1.8.7-20150608a.jar:git-Spigot-07a5b1b-53433de] ... 6 more Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.World at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) [spigot-1.8.7-20150608a.jar:git-Spigot-07a5b1b-53433de] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) [spigot-1.8.7-20150608a.jar:git-Spigot-07a5b1b-53433de] at java.lang.ClassLoader.loadClass(ClassLoader.java:425) [?:1.7.0_79] at java.lang.ClassLoader.loadClass(ClassLoader.java:358) [?:1.7.0_79] at java.lang.Class.forName0(Native Method) [?:1.7.0_79] at java.lang.Class.forName(Class.java:274) [?:1.7.0_79] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) [spigot-1.8.7-20150608a.jar:git-Spigot-07a5b1b-53433de] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) [spigot-1.8.7-20150608a.jar:git-Spigot-07a5b1b-53433de] ... 6 more
-
View User Profile
-
Send Message
Posted Jun 10, 20151:54:00 PM [INFO] [LorinthsRpgMobs] No spawn setting found for world... world3, generating one now in worlds.yml 1:54:00 PM [ERROR] Could not pass event CreatureSpawnEvent to LorinthsRpgMobs vBETA-2.2 1:54:00 PM org.bukkit.event.EventException 1:54:00 PM at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:00 PM at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:00 PM at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:00 PM at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:00 PM at org.bukkit.craftbukkit.v1_8_R2.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:275) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:00 PM at net.minecraft.server.v1_8_R2.World.addEntity(World.java:1015) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:00 PM at net.minecraft.server.v1_8_R2.SpawnerCreature.a(SpawnerCreature.java:182) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:00 PM at net.minecraft.server.v1_8_R2.WorldServer.doTick(WorldServer.java:226) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:00 PM at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:765) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:00 PM at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:00 PM at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:00 PM at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:00 PM at java.lang.Thread.run(Unknown Source) [?:1.8.0_40] 1:54:00 PM Caused by: java.lang.NullPointerException 1:54:00 PM at me.Lorinth.MobDifficulty.MobDifficulty.onEntitySpawn(MobDifficulty.java:2754) [?:?] 1:54:00 PM at sun.reflect.GeneratedMethodAccessor247.invoke(Unknown Source) [?:?] 1:54:00 PM at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_40] 1:54:00 PM at java.lang.reflect.Method.invoke(Unknown Source) [?:1.8.0_40] 1:54:00 PM at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:00 PM ... 12 more 1:54:03 PM [INFO] [LorinthsRpgMobs] No spawn setting found for world... world3, generating one now in worlds.yml 1:54:03 PM [ERROR] Could not pass event CreatureSpawnEvent to LorinthsRpgMobs vBETA-2.2 1:54:03 PM org.bukkit.event.EventException 1:54:03 PM at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:03 PM at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:03 PM at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:03 PM at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:03 PM at org.bukkit.craftbukkit.v1_8_R2.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:275) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:03 PM at net.minecraft.server.v1_8_R2.World.addEntity(World.java:1015) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:03 PM at net.minecraft.server.v1_8_R2.SpawnerCreature.a(SpawnerCreature.java:182) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:03 PM at net.minecraft.server.v1_8_R2.WorldServer.doTick(WorldServer.java:226) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:03 PM at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:765) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:03 PM at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:03 PM at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:03 PM at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:03 PM at java.lang.Thread.run(Unknown Source) [?:1.8.0_40] 1:54:03 PM Caused by: java.lang.NullPointerException 1:54:03 PM at me.Lorinth.MobDifficulty.MobDifficulty.onEntitySpawn(MobDifficulty.java:2754) [?:?] 1:54:03 PM at sun.reflect.GeneratedMethodAccessor247.invoke(Unknown Source) [?:?] 1:54:03 PM at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_40] 1:54:03 PM at java.lang.reflect.Method.invoke(Unknown Source) [?:1.8.0_40] 1:54:03 PM at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 1:54:03 PM ... 12 more
-
View User Profile
-
Send Message
Posted Jun 3, 2015@lorinthios
I'm using worldguard 6.0.0 beta-05.1569
-
View User Profile
-
Send Message
Posted Jun 1, 2015@Triyon
My plugin is built using World Guard and World Edit 6.0, so not sure why this error would appear unless you're using 5.9. However I could certainly be making a mistake somewhere and will double check as well =)
-
View User Profile
-
Send Message
Posted May 30, 2015Please do add support for the latest version of worldguard. They changed their api from their older versions, so some plugins break with it, including yours (I think this is the problem). Here's the error: http://pastebin.com/10ve7w0Q
-
View User Profile
-
Send Message
Posted May 29, 2015was hoping that the latest version that supports skill API would world with Bukkit (Cauldron) 1.6.4, but it seems that it doesn't want to load:
2015-05-29 16:18:24 [SEVERE] Could not load 'plugins\LorinthsRpgMobs1_8_3.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.NullPointerException at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:196) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:307) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:231) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.loadPlugins(CraftServer.java:230) at cpw.mods.fml.common.event.FMLServerAboutToStartEvent.<init>(FMLServerAboutToStartEvent.java:29) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at cpw.mods.fml.common.LoaderState.getEvent(LoaderState.java:84) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:111) at cpw.mods.fml.common.Loader.serverAboutToStart(Loader.java:805) at cpw.mods.fml.common.FMLCommonHandler.handleServerAboutToStart(FMLCommonHandler.java:324) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:224) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583) Caused by: java.lang.NullPointerException at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:445) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:237) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:185) ... 15 more
I don't understand Java, but could anyone tell me if this is just because it's expecting bukkit / spiggot 1.8.1 or if it could be due to an outdated java version on my server? I'm running Java 1.7 update 67 because it seemed to be the best version with the fewest issues at the time. I have to stay with bukkit 1.6.4 due to specific mods that i'm running. A new version for 1.6.4 with Skill API support would be GREATLY appreciated, if even possible.
-
View User Profile
-
Send Message
Posted May 25, 2015I installed this today, and for some reason all my mob spawners in all my worlds stopped working?
Any idea on what might be the root of the issue? I can't seem to find anything in the console.
Running 1.8.1 Spigot
-
View User Profile
-
Send Message
Posted May 24, 20151.8.3 Spigot
12:23:06 AM [ERROR] Could not pass event EntityDeathEvent to LorinthsRpgMobs vBETA-2.2 12:23:06 AM org.bukkit.event.EventException 12:23:06 AM at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:06 AM at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:06 AM at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:06 AM at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:06 AM at org.bukkit.craftbukkit.v1_8_R2.event.CraftEventFactory.callEntityDeathEvent(CraftEventFactory.java:363) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:06 AM at net.minecraft.server.v1_8_R2.EntityLiving.die(EntityLiving.java:873) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:06 AM at net.minecraft.server.v1_8_R2.EntityCreeper.die(EntityCreeper.java:134) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:06 AM at net.minecraft.server.v1_8_R2.EntityLiving.damageEntity(EntityLiving.java:811) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:06 AM at net.minecraft.server.v1_8_R2.EntityMonster.damageEntity(EntityMonster.java:42) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:06 AM at net.minecraft.server.v1_8_R2.EntityHuman.attack(EntityHuman.java:1001) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:06 AM at net.minecraft.server.v1_8_R2.EntityPlayer.attack(EntityPlayer.java:1060) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:06 AM at net.minecraft.server.v1_8_R2.PlayerConnection.a(PlayerConnection.java:1343) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:06 AM at net.minecraft.server.v1_8_R2.PacketPlayInUseEntity.a(SourceFile:52) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:06 AM at net.minecraft.server.v1_8_R2.PacketPlayInUseEntity.a(SourceFile:11) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:06 AM at net.minecraft.server.v1_8_R2.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:06 AM at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_40] 12:23:06 AM at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_40] 12:23:06 AM at net.minecraft.server.v1_8_R2.SystemUtils.a(SourceFile:60) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:06 AM at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:710) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:06 AM at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:07 AM at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:07 AM at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:07 AM at java.lang.Thread.run(Unknown Source) [?:1.8.0_40] 12:23:07 AM Caused by: java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Double 12:23:07 AM at me.Lorinth.MobDifficulty.MobDifficulty.onMobDeath(MobDifficulty.java:1275) [?:?] 12:23:07 AM at sun.reflect.GeneratedMethodAccessor334.invoke(Unknown Source) [?:?] 12:23:07 AM at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_40] 12:23:07 AM at java.lang.reflect.Method.invoke(Unknown Source) [?:1.8.0_40] 12:23:07 AM at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) [spigot-1.8.3.jar:git-Spigot-dbe012b-61ef214] 12:23:07 AM ... 22 more
-
View User Profile
-
Send Message
Posted May 23, 2015Plugin still loop on 1.8.3 (Spigot)
-
View User Profile
-
Send Message
Posted May 20, 2015@lorinthios
Why don't work x-x, please i need the LorinthsRpgBobs with a SkillAPI version 1.7.10 x-x, because my minecraft jar is 1.7.10 please man =(
-
View User Profile
-
Send Message
Posted May 13, 2015Some form of issue with this Monsters config.
http://pastebin.com/4gkyCSyw
At first I thought it was due to my not releasing my apostrophes but I've ran it through a parser and that doesn't seem to be the issue.