Advertisement
Guest User

Untitled

a guest
Jun 11th, 2022
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.51 KB | None | 0 0
  1. [14:20:27] [Server thread/INFO]: ================ [SCore] ================
  2. [14:20:27] [Server thread/INFO]: [SCore] ExecutableItems hooked !
  3. [14:20:27] [Server thread/INFO]: [SCore] PlaceholderAPI hooked !
  4. [14:20:27] [Server thread/INFO]: [SCore] WorldGuard hooked !
  5. [14:20:27] [Server thread/INFO]: [SCore] Vault hooked !
  6. [14:20:27] [Server thread/INFO]: [SCore] ProtocolLib hooked !
  7. [14:20:27] [Server thread/INFO]: [SCore] Locale setup: EN
  8. [14:20:27] [Server thread/INFO]: [SCore] Language setup on EN
  9. [14:20:27] [Server thread/INFO]: [SCore] [SCore] Connexion to the db...
  10. [14:20:27] [Server thread/INFO]: [SCore] [SCore] Verification of the table SecurityOP...
  11. [14:20:27] [Server thread/INFO]: [SCore] [SCore] Verification of the table Commands...
  12. [14:20:27] [Server thread/INFO]: [SCore] [SCore] Verification of the table Cooldowns...
  13. [14:20:27] [Server thread/INFO]: [SCore] [SCore] Verification of the table Commands Player...
  14. [14:20:27] [Server thread/INFO]: [SCore] [SCore] Verification of the table Commands Entity...
  15. [14:20:27] [Server thread/INFO]: [SCore] [SCore] Verification of the table Commands Block...
  16. [14:20:28] [Server thread/ERROR]: Error occurred while enabling SCore v1.7.4.5 (Is it up to date?)
  17. java.lang.NoSuchFieldError: GRINDSTONE
  18. at com.ssomar.score.menu.GUI.init(GUI.java:134) ~[?:?]
  19. at com.ssomar.score.menu.GUI.<init>(GUI.java:96) ~[?:?]
  20. at com.ssomar.score.menu.SimpleGUI.<init>(SimpleGUI.java:8) ~[?:?]
  21. at com.ssomar.score.projectiles.types.SProjectiles.loadConfigGUI(SProjectiles.java:79) ~[?:?]
  22. at com.ssomar.score.projectiles.features.CustomNameFeature.loadConfigGUI(CustomNameFeature.java:50) ~[?:?]
  23. at com.ssomar.score.projectiles.features.InvisibleFeature.loadConfigGUI(InvisibleFeature.java:63) ~[?:?]
  24. at com.ssomar.score.projectiles.features.GlowingFeature.loadConfigGUI(GlowingFeature.java:43) ~[?:?]
  25. at com.ssomar.score.projectiles.features.BounceFeature.loadConfigGUI(BounceFeature.java:47) ~[?:?]
  26. at com.ssomar.score.projectiles.features.GravityFeature.loadConfigGUI(GravityFeature.java:44) ~[?:?]
  27. at com.ssomar.score.projectiles.features.DespawnFeature.loadConfigGUI(DespawnFeature.java:54) ~[?:?]
  28. at com.ssomar.score.projectiles.features.VelocityFeature.loadConfigGUI(VelocityFeature.java:55) ~[?:?]
  29. at com.ssomar.score.projectiles.features.SilentFeature.loadConfigGUI(SilentFeature.java:44) ~[?:?]
  30. at com.ssomar.score.projectiles.features.ParticlesFeature.loadConfigGUI(ParticlesFeature.java:84) ~[?:?]
  31. at com.ssomar.score.projectiles.types.SProjectiles.<init>(SProjectiles.java:38) ~[?:?]
  32. at com.ssomar.score.projectiles.types.CustomSnowball.<init>(CustomSnowball.java:13) ~[?:?]
  33. at com.ssomar.score.projectiles.ProjectilesLoader.getProjectileByFile(ProjectilesLoader.java:367) ~[?:?]
  34. at com.ssomar.score.projectiles.ProjectilesLoader.loadProjectilesOfDefaultObjectsbyFile(ProjectilesLoader.java:230) ~[?:?]
  35. at com.ssomar.score.projectiles.ProjectilesLoader.load(ProjectilesLoader.java:56) ~[?:?]
  36. at com.ssomar.score.SCore.onEnable(SCore.java:113) ~[?:?]
  37. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.13.2.jar:git-Paper-657]
  38. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:334) ~[patched_1.13.2.jar:git-Paper-657]
  39. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) ~[patched_1.13.2.jar:git-Paper-657]
  40. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:443) ~[patched_1.13.2.jar:git-Paper-657]
  41. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:357) ~[patched_1.13.2.jar:git-Paper-657]
  42. at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:608) ~[patched_1.13.2.jar:git-Paper-657]
  43. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:570) ~[patched_1.13.2.jar:git-Paper-657]
  44. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:431) ~[patched_1.13.2.jar:git-Paper-657]
  45. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:316) ~[patched_1.13.2.jar:git-Paper-657]
  46. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-657]
  47. at java.lang.Thread.run(Unknown Source) [?:?]
  48. [14:20:28] [Server thread/INFO]: [ExecutableItems] Enabling ExecutableItems v4.2.4.5
  49. [14:20:28] [Server thread/INFO]: ================ [*ExecutableItems*] ================
  50. [14:20:28] [Server thread/ERROR]: Error occurred while enabling ExecutableItems v4.2.4.5 (Is it up to date?)
  51. java.lang.NoClassDefFoundError: com/ssomar/score/sobject/SObject
  52. at com.ssomar.executableitems.ExecutableItems.onEnable(ExecutableItems.java:56) ~[?:?]
  53. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.13.2.jar:git-Paper-657]
  54. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:334) ~[patched_1.13.2.jar:git-Paper-657]
  55. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) ~[patched_1.13.2.jar:git-Paper-657]
  56. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:443) ~[patched_1.13.2.jar:git-Paper-657]
  57. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:357) ~[patched_1.13.2.jar:git-Paper-657]
  58. at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:608) ~[patched_1.13.2.jar:git-Paper-657]
  59. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:570) ~[patched_1.13.2.jar:git-Paper-657]
  60. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:431) ~[patched_1.13.2.jar:git-Paper-657]
  61. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:316) ~[patched_1.13.2.jar:git-Paper-657]
  62. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-657]
  63. at java.lang.Thread.run(Unknown Source) [?:?]
  64. Caused by: java.lang.ClassNotFoundException: com.ssomar.score.sobject.SObject
  65. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:?]
  66. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:140) ~[patched_1.13.2.jar:git-Paper-657]
  67. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[patched_1.13.2.jar:git-Paper-657]
  68. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
  69. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
  70. ... 12 more
  71. [14:20:28] [Server thread/INFO]: [ExecutableItems] Disabling ExecutableItems v4.2.4.5
  72. [14:20:28] [Server thread/ERROR]: [ExecutableItems] [ExecutableItems] ERROR could not connect to the db...
  73. [14:20:28] [Server thread/ERROR]: Error occurred while disabling ExecutableItems v4.2.4.5 (Is it up to date?)
  74. java.lang.NullPointerException: null
  75. at com.ssomar.executableitems.data.UsePerDayQueryOld.loadUsePerDay(UsePerDayQueryOld.java:68) ~[?:?]
  76. at com.ssomar.executableitems.executableitems.options.usageperday.UsagePerDayManager.<init>(UsagePerDayManager.java:17) ~[?:?]
  77. at com.ssomar.executableitems.executableitems.options.usageperday.UsagePerDayManager.getInstance(UsagePerDayManager.java:97) ~[?:?]
  78. at com.ssomar.executableitems.ExecutableItems.onDisable(ExecutableItems.java:194) ~[?:?]
  79. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:267) ~[patched_1.13.2.jar:git-Paper-657]
  80. at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:368) ~[patched_1.13.2.jar:git-Paper-657]
  81. at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:444) ~[patched_1.13.2.jar:git-Paper-657]
  82. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.13.2.jar:git-Paper-657]
  83. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) ~[patched_1.13.2.jar:git-Paper-657]
  84. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:443) ~[patched_1.13.2.jar:git-Paper-657]
  85. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:357) ~[patched_1.13.2.jar:git-Paper-657]
  86. at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:608) ~[patched_1.13.2.jar:git-Paper-657]
  87. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:570) ~[patched_1.13.2.jar:git-Paper-657]
  88. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:431) ~[patched_1.13.2.jar:git-Paper-657]
  89. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:316) ~[patched_1.13.2.jar:git-Paper-657]
  90. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-657]
  91. at java.lang.Thread.run(Unknown Source) [?:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement