Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 KB | None | 0 0
  1. [10:17:46] [Server thread/INFO]: [OtherDrops:3.2.5] PlayerSneakCheck.parse(): Checking if PlayerSneakcheck should be enabled! {tool=ALL, drop=IRON_SWORD@!DAMAGE_ALL#2~&aEnhanced Weapon, quantity=1, chance=0.1, message=You found a weapon!}
  2. [10:17:46] [Server thread/INFO]: [OtherDrops:3.2.5] PlayerSneakCheck.parse(): Player.sneaking=null
  3. [10:17:47] [Server thread/INFO]: [OtherDrops:3.2.5] CommonEnch: processing enchantment: !DAMAGE_ALL#2
  4. [10:17:47] [Server thread/WARN]: java.lang.NullPointerException
  5. [10:17:47] [Server thread/WARN]: at com.gmail.zariust.common.CommonEnchantments.getEnchantment(CommonEnchantments.java:140)
  6. [10:17:47] [Server thread/WARN]: at com.gmail.zariust.common.CommonEnchantments.parseFromString(CommonEnchantments.java:66)
  7. [10:17:47] [Server thread/WARN]: at com.gmail.zariust.common.CommonEnchantments.parseEnchantments(CommonEnchantments.java:28)
  8. [10:17:47] [Server thread/WARN]: at com.gmail.zariust.otherdrops.things.ODItem.parseItem(ODItem.java:79)
  9. [10:17:47] [Server thread/WARN]: at com.gmail.zariust.otherdrops.drop.ItemDrop.parse(ItemDrop.java:254)
  10. [10:17:47] [Server thread/WARN]: at com.gmail.zariust.otherdrops.drop.DropType.parse(DropType.java:422)
  11. [10:17:47] [Server thread/WARN]: at com.gmail.zariust.otherdrops.drop.DropType.parseFrom(DropType.java:325)
  12. [10:17:47] [Server thread/WARN]: at com.gmail.zariust.otherdrops.OtherDropsConfig.loadSimpleDrop(OtherDropsConfig.java:1050)
  13. [10:17:47] [Server thread/WARN]: at com.gmail.zariust.otherdrops.OtherDropsConfig.loadDrop(OtherDropsConfig.java:922)
  14. [10:17:47] [Server thread/WARN]: at com.gmail.zariust.otherdrops.OtherDropsConfig.loadBlockDrops(OtherDropsConfig.java:885)
  15. [10:17:47] [Server thread/WARN]: at com.gmail.zariust.otherdrops.OtherDropsConfig.loadDropsFile(OtherDropsConfig.java:753)
  16. [10:17:47] [Server thread/WARN]: at com.gmail.zariust.otherdrops.OtherDropsConfig.loadDropsFile(OtherDropsConfig.java:773)
  17. [10:17:47] [Server thread/WARN]: at com.gmail.zariust.otherdrops.OtherDropsConfig.load(OtherDropsConfig.java:308)
  18. [10:17:47] [Server thread/WARN]: at com.gmail.zariust.otherdrops.OtherDrops.initConfig(OtherDrops.java:203)
  19. [10:17:47] [Server thread/WARN]: at com.gmail.zariust.otherdrops.OtherDrops.onEnable(OtherDrops.java:87)
  20. [10:17:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  21. [10:17:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  22. [10:17:47] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
  23. [10:17:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:382)
  24. [10:17:47] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:331)
  25. [10:17:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422)
  26. [10:17:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383)
  27. [10:17:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338)
  28. [10:17:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272)
  29. [10:17:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
  30. [10:17:47] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  31. [10:17:47] [Server thread/INFO]: [OtherDrops:3.2.5] Config load failed!
  32. [10:17:47] [Server thread/INFO]: [OtherDrops:3.2.5] The error was:
  33. java.lang.NullPointerException
  34. [10:17:47] [Server thread/INFO]: [OtherDrops:3.2.5] Please try the latest version & report this issue to the developer if the problem remains.
  35. [10:17:47] [Server thread/INFO]: [OtherDrops:3.2.5] Register listeners: Loaded listeners: Block, Vehicle.
  36. [10:17:47] [Server thread/INFO]: [OtherDrops:3.2.5] Custom Metrics, logging: BLOCK_BREAK+1
  37. [10:17:47] [Server thread/INFO]: [OtherDrops:3.2.5] OtherDrops printing export lists.
  38. [10:17:47] [Server thread/ERROR]: Error occurred while enabling OtherDrops v3.2.5 (Is it up to date?)
  39. java.lang.NullPointerException: null
  40. at com.gmail.zariust.otherdrops.OtherDrops.exportEnumLists(OtherDrops.java:120) ~[?:?]
  41. at com.gmail.zariust.otherdrops.OtherDrops.onEnable(OtherDrops.java:90) ~[?:?]
  42. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.2.jar:git-Spigot-3d850ec-809c399]
  43. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.2.jar:git-Spigot-3d850ec-809c399]
  44. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot-1.12.2.jar:git-Spigot-3d850ec-809c399]
  45. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:382) [spigot-1.12.2.jar:git-Spigot-3d850ec-809c399]
  46. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:331) [spigot-1.12.2.jar:git-Spigot-3d850ec-809c399]
  47. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot-1.12.2.jar:git-Spigot-3d850ec-809c399]
  48. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot-1.12.2.jar:git-Spigot-3d850ec-809c399]
  49. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot-1.12.2.jar:git-Spigot-3d850ec-809c399]
  50. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.2.jar:git-Spigot-3d850ec-809c399]
  51. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-3d850ec-809c399]
  52. at java.lang.Thread.run(Unknown Source) [?:1.8.0_111]
  53. [10:17:47] [Server thread/INFO]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement