Codisimus / PhatLoots

Bukkit Plugin which provides highly configurable loot for all
http://codisimus.com/phatloots
18 stars 58 forks source link

Unsure if it's because I haven't configured anything yet. #83

Open adracamas opened 6 years ago

adracamas commented 6 years ago

Seems to load alright.. but then it pops an error.

[19:21:45] [Server thread/INFO]: [PhatLoots] Enabling PhatLoots v4.1.0
--
[19:21:45] [Server thread/INFO]: [PhatLoots] Listening for Citizens NPC deaths
[19:21:45] [Server thread/INFO]: [PhatLoots] Listening for Dispensers
[19:21:45] [Server thread/INFO]: [PhatLoots] Listening for Mob deaths w/ MultiWorld support and WorldGuard Regions
[19:21:45] [Server thread/INFO]: [PhatLoots] Listening for Mob spawns w/ MultiWorld support and WorldGuard support
[19:21:45] [Server thread/INFO]: [PhatLoots] Listening for Players fishing
[19:21:45] [Server thread/ERROR]: Error occurred while enabling PhatLoots v4.1.0 (Is it up to date?)
java.lang.NoClassDefFoundError: net/nunnerycode/bukkit/mythicdrops/tiers/TierMap
at com.codisimus.plugins.phatloots.loot.MythicDropsItem.instantiateTierList(MythicDropsItem.java:296) ~[?:?]
at com.codisimus.plugins.phatloots.loot.MythicDropsItem.<clinit>(MythicDropsItem.java:39) ~[?:?]
at com.codisimus.plugins.phatloots.PhatLoots.onEnable(PhatLoots.java:120) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.2.jar:git-Spigot-4bd94dc-015bda4]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.2.jar:git-Spigot-4bd94dc-015bda4]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot-1.12.2.jar:git-Spigot-4bd94dc-015bda4]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [spigot-1.12.2.jar:git-Spigot-4bd94dc-015bda4]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [spigot-1.12.2.jar:git-Spigot-4bd94dc-015bda4]
at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot-1.12.2.jar:git-Spigot-4bd94dc-015bda4]
at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot-1.12.2.jar:git-Spigot-4bd94dc-015bda4]
at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot-1.12.2.jar:git-Spigot-4bd94dc-015bda4]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.2.jar:git-Spigot-4bd94dc-015bda4]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-4bd94dc-015bda4]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.ClassNotFoundException: net.nunnerycode.bukkit.mythicdrops.tiers.TierMap
at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_131]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:152) ~[spigot-1.12.2.jar:git-Spigot-4bd94dc-015bda4]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[spigot-1.12.2.jar:git-Spigot-4bd94dc-015bda4]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_131]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_131]
... 14 more

Just began working on creating the server. Looks like maybe I need to tinker with MythicDrops maybe?