Advertisement
Halsey748

Untitled

Jul 1st, 2024
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.02 KB | None | 0 0
  1. [12:06:20 ERROR]: Error occurred while enabling RPPassport v1.0 (Is it up to date?)
  2. java.lang.NoClassDefFoundError: rpeducation/RPEducationPlugin
  3. at rppassport.requirement.type.EducationRequirement.<init>(EducationRequirement.kt:10) ~[RPPassport.jar:?]
  4. at rppassport.requirement.RequirementRegistry.load(RequirementRegistry.kt:20) ~[RPPassport.jar:?]
  5. at rppassport.RPPassportPlugin.onEnable(RPPassportPlugin.kt:55) ~[RPPassport.jar:?]
  6. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[patched_1.17.1.jar:git-Paper-404]
  7. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.17.1.jar:git-Paper-404]
  8. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.17.1.jar:git-Paper-404]
  9. at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:561) ~[patched_1.17.1.jar:git-Paper-404]
  10. at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:475) ~[patched_1.17.1.jar:git-Paper-404]
  11. at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:733) ~[patched_1.17.1.jar:git-Paper-404]
  12. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:317) ~[patched_1.17.1.jar:git-Paper-404]
  13. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220) ~[patched_1.17.1.jar:git-Paper-404]
  14. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-404]
  15. at java.lang.Thread.run(Thread.java:831) ~[?:?]
  16. Caused by: java.lang.ClassNotFoundException: rpeducation.RPEducationPlugin
  17. at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:151) ~[patched_1.17.1.jar:git-Paper-404]
  18. at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103) ~[patched_1.17.1.jar:git-Paper-404]
  19. at java.lang.ClassLoader.loadClass(ClassLoader.java:519) ~[?:?]
  20. ... 13 more
  21. [12:06:20 INFO]: [RPPassport] Disabling RPPassport v1.0
  22. [12:06:20 INFO]: [RPJobs] Enabling RPJobs v1.0
  23. [12:06:20 ERROR]: Error occurred while enabling RPJobs v1.0 (Is it up to date?)
  24. java.lang.UnsupportedOperationException: Unable to find Vault or any economy provider!
  25. at rpjobs.RPJobsPlugin.onEnable(RPJobsPlugin.kt:65) ~[RPJobs.jar:?]
  26. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[patched_1.17.1.jar:git-Paper-404]
  27. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.17.1.jar:git-Paper-404]
  28. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.17.1.jar:git-Paper-404]
  29. at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:561) ~[patched_1.17.1.jar:git-Paper-404]
  30. at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:475) ~[patched_1.17.1.jar:git-Paper-404]
  31. at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:733) ~[patched_1.17.1.jar:git-Paper-404]
  32. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:317) ~[patched_1.17.1.jar:git-Paper-404]
  33. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220) ~[patched_1.17.1.jar:git-Paper-404]
  34. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-404]
  35. at java.lang.Thread.run(Thread.java:831) ~[?:?]
  36. [12:06:20 INFO]: [RPJobs] Disabling RPJobs v1.0
  37. [12:06:20 ERROR]: Error occurred while disabling RPJobs v1.0 (Is it up to date?)
  38. kotlin.UninitializedPropertyAccessException: lateinit property userManager has not been initialized
  39. at rpjobs.RPJobsPlugin.getUserManager(RPJobsPlugin.kt:143) ~[RPJobs.jar:?]
  40. at rpjobs.RPJobsPlugin.onDisable(RPJobsPlugin.kt:126) ~[RPJobs.jar:?]
  41. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[patched_1.17.1.jar:git-Paper-404]
  42. at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:399) ~[patched_1.17.1.jar:git-Paper-404]
  43. at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:537) ~[patched_1.17.1.jar:git-Paper-404]
  44. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374) ~[patched_1.17.1.jar:git-Paper-404]
  45. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.17.1.jar:git-Paper-404]
  46. at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:561) ~[patched_1.17.1.jar:git-Paper-404]
  47. at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:475) ~[patched_1.17.1.jar:git-Paper-404]
  48. at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:733) ~[patched_1.17.1.jar:git-Paper-404]
  49. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:317) ~[patched_1.17.1.jar:git-Paper-404]
  50. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220) ~[patched_1.17.1.jar:git-Paper-404]
  51. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-404]
  52. at java.lang.Thread.run(Thread.java:831) ~[?:?]
  53. [12:06:20 INFO]: [RPFactions] Enabling RPFactions v1.0
  54. [12:06:20 ERROR]: Error occurred while enabling RPFactions v1.0 (Is it up to date?)
  55. java.lang.UnsupportedOperationException: Unable to find Vault or any economy provider!
  56. at rpfactions.RPFactionsPlugin.onEnable(RPFactionsPlugin.kt:62) ~[RPFactions.jar:?]
  57. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[patched_1.17.1.jar:git-Paper-404]
  58. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.17.1.jar:git-Paper-404]
  59. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.17.1.jar:git-Paper-404]
  60. at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:561) ~[patched_1.17.1.jar:git-Paper-404]
  61. at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:475) ~[patched_1.17.1.jar:git-Paper-404]
  62. at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:733) ~[patched_1.17.1.jar:git-Paper-404]
  63. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:317) ~[patched_1.17.1.jar:git-Paper-404]
  64. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220) ~[patched_1.17.1.jar:git-Paper-404]
  65. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-404]
  66. at java.lang.Thread.run(Thread.java:831) ~[?:?]
  67. [12:06:20 INFO]: [RPFactions] Disabling RPFactions v1.0
  68. [12:06:20 ERROR]: Error occurred while disabling RPFactions v1.0 (Is it up to date?)
  69. kotlin.UninitializedPropertyAccessException: lateinit property userManager has not been initialized
  70. at rpfactions.RPFactionsPlugin.getUserManager(RPFactionsPlugin.kt:30) ~[RPFactions.jar:?]
  71. at rpfactions.RPFactionsPlugin.onDisable(RPFactionsPlugin.kt:133) ~[RPFactions.jar:?]
  72. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[patched_1.17.1.jar:git-Paper-404]
  73. at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:399) ~[patched_1.17.1.jar:git-Paper-404]
  74. at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:537) ~[patched_1.17.1.jar:git-Paper-404]
  75. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374) ~[patched_1.17.1.jar:git-Paper-404]
  76. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.17.1.jar:git-Paper-404]
  77. at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:561) ~[patched_1.17.1.jar:git-Paper-404]
  78. at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:475) ~[patched_1.17.1.jar:git-Paper-404]
  79. at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:733) ~[patched_1.17.1.jar:git-Paper-404]
  80. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:317) ~[patched_1.17.1.jar:git-Paper-404]
  81. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220) ~[patched_1.17.1.jar:git-Paper-404]
  82. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-404]
  83. at java.lang.Thread.run(Thread.java:831) ~[?:?]
  84. [12:06:21 INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  85. [12:06:21 INFO]: Running delayed init tasks
  86. [12:06:21 WARN]: [FastAsyncWorldEdit] Loaded class com.sk89q.worldguard.protection.association.RegionAssociable from WorldGuard v7.0.7-SNAPSHOT+2159-2541483 which is not a depend, softdepend or loadbefore of this plugin.
  87. [12:06:21 INFO]: [com.fastasyncworldedit.bukkit.regions.WorldGuardFeature] Plugin 'WorldGuard' found. Using it now.
  88. [12:06:21 INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'WorldGuard'
  89. [12:06:21 INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
  90. [12:06:21 INFO]: [Vault] Checking for Updates ...
  91. [12:06:21 INFO]: 0 placeholder hook(s) registered!
  92. [12:06:21 INFO]: [Vault] No new version available
  93. [12:06:21 ERROR]: [Citizens] The trait devleveledshop failed to load for NPC ID: 7.
  94. [12:06:21 ERROR]: [Citizens] The trait devleveledshop failed to load for NPC ID: 6.
  95. [12:06:21 ERROR]: [Citizens] The trait devleveledshop failed to load for NPC ID: 5.
  96. [12:06:21 ERROR]: [Citizens] The trait dynmapnpc failed to load for NPC ID: 14.
  97. [12:06:22 ERROR]: [Citizens] The trait dynmapnpc failed to load for NPC ID: 56.
  98. [12:06:22 ERROR]: [Citizens] The trait sentinel failed to load for NPC ID: 143.
  99. [12:06:22 ERROR]: [Citizens] The trait sentinel failed to load for NPC ID: 142.
  100. [12:06:24 INFO]: [Citizens] Loaded 85 NPCs.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement