Advertisement
Guest User

Untitled

a guest
Apr 9th, 2019
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.65 KB | None | 0 0
  1. [16:46:42] [User Authenticator #1/INFO]: UUID of player Amigo1888 is ca6e77df-73ef-4d88-a512-e5d160c97322
  2. [16:46:44] [Server thread/INFO]: [Core] Plugin Bank has an update! Old: v3.2.3, New: v3.2.4
  3. [16:46:44] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to TitleManager v2.1.3
  4. io.puharesource.mc.titlemanager.shaded.rx.exceptions.OnErrorNotImplementedException: null
  5. at io.puharesource.mc.titlemanager.shaded.rx.internal.util.InternalObservableUtils$ErrorNotImplementedAction.call(InternalObservableUtils.java:386) ~[?:?]
  6. at io.puharesource.mc.titlemanager.shaded.rx.internal.util.InternalObservableUtils$ErrorNotImplementedAction.call(InternalObservableUtils.java:383) ~[?:?]
  7. at io.puharesource.mc.titlemanager.shaded.rx.internal.util.ActionSubscriber.onError(ActionSubscriber.java:44) ~[?:?]
  8. at io.puharesource.mc.titlemanager.shaded.rx.observers.SafeSubscriber._onError(SafeSubscriber.java:153) ~[?:?]
  9. at io.puharesource.mc.titlemanager.shaded.rx.observers.SafeSubscriber.onError(SafeSubscriber.java:115) ~[?:?]
  10. at io.puharesource.mc.titlemanager.shaded.rx.exceptions.Exceptions.throwOrReport(Exceptions.java:216) ~[?:?]
  11. at io.puharesource.mc.titlemanager.shaded.rx.observers.SafeSubscriber.onNext(SafeSubscriber.java:139) ~[?:?]
  12. at io.puharesource.mc.titlemanager.shaded.rx.internal.operators.OnSubscribeFilter$FilterSubscriber.onNext(OnSubscribeFilter.java:76) ~[?:?]
  13. at io.puharesource.mc.titlemanager.shaded.rx.internal.operators.OnSubscribeMap$MapSubscriber.onNext(OnSubscribeMap.java:77) ~[?:?]
  14. at io.puharesource.mc.titlemanager.shaded.rx.internal.operators.OnSubscribeFilter$FilterSubscriber.onNext(OnSubscribeFilter.java:76) ~[?:?]
  15. at io.puharesource.mc.titlemanager.shaded.rx.internal.operators.OnSubscribeFilter$FilterSubscriber.onNext(OnSubscribeFilter.java:76) ~[?:?]
  16. at io.puharesource.mc.titlemanager.shaded.rx.internal.operators.OperatorSubscribeOn$1$1.onNext(OperatorSubscribeOn.java:53) ~[?:?]
  17. at io.puharesource.mc.titlemanager.event.BukkitEventObservingKt$observeEventRaw$1$executor$1.execute(BukkitEventObserving.kt:39) ~[?:?]
  18. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched_1.13.2.jar:git-Paper-524]
  19. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.13.2.jar:git-Paper-524]
  20. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[patched_1.13.2.jar:git-Paper-524]
  21. at net.minecraft.server.v1_13_R2.PlayerList.onPlayerJoin(PlayerList.java:369) ~[patched_1.13.2.jar:git-Paper-524]
  22. at net.minecraft.server.v1_13_R2.PlayerList.a(PlayerList.java:180) ~[patched_1.13.2.jar:git-Paper-524]
  23. at net.minecraft.server.v1_13_R2.LoginListener.b(LoginListener.java:169) ~[patched_1.13.2.jar:git-Paper-524]
  24. at net.minecraft.server.v1_13_R2.LoginListener.tick(LoginListener.java:65) ~[patched_1.13.2.jar:git-Paper-524]
  25. at net.minecraft.server.v1_13_R2.NetworkManager.a(NetworkManager.java:262) ~[patched_1.13.2.jar:git-Paper-524]
  26. at net.minecraft.server.v1_13_R2.ServerConnection.c(ServerConnection.java:129) ~[patched_1.13.2.jar:git-Paper-524]
  27. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1124) ~[patched_1.13.2.jar:git-Paper-524]
  28. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-524]
  29. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:938) ~[patched_1.13.2.jar:git-Paper-524]
  30. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:836) ~[patched_1.13.2.jar:git-Paper-524]
  31. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  32. Caused by: java.lang.NullPointerException
  33. at me.dablakbandit.bank.placeholder.PlaceholderAPIManager$BankPlaceHolders.onPlaceholderRequest(PlaceholderAPIManager.java:42) ~[?:?]
  34. at me.clip.placeholderapi.PlaceholderHook.onRequest(PlaceholderHook.java:38) ~[?:?]
  35. at me.clip.placeholderapi.PlaceholderAPI.setPlaceholders(PlaceholderAPI.java:237) ~[?:?]
  36. at me.clip.placeholderapi.PlaceholderAPI.setPlaceholders(PlaceholderAPI.java:377) ~[?:?]
  37. at io.puharesource.mc.titlemanager.APIProvider.replaceText(APIProvider.kt:141) ~[?:?]
  38. at io.puharesource.mc.titlemanager.APIProvider.setScoreboardValueWithPlaceholders(APIProvider.kt:611) ~[?:?]
  39. at io.puharesource.mc.titlemanager.TitleManagerPlugin.setScoreboardValueWithPlaceholders(TitleManagerPlugin.kt) ~[?:?]
  40. at io.puharesource.mc.titlemanager.extensions.PlayerExtensionsKt.setScoreboardValue(PlayerExtensions.kt:170) ~[?:?]
  41. at io.puharesource.mc.titlemanager.APIProvider$toScoreboardValueAnimation$4.invoke(APIProvider.kt:367) ~[?:?]
  42. at io.puharesource.mc.titlemanager.APIProvider$toScoreboardValueAnimation$4.invoke(APIProvider.kt:46) ~[?:?]
  43. at io.puharesource.mc.titlemanager.animations.PartBasedSendableAnimation.update(PartBasedSendableAnimation.kt:81) ~[?:?]
  44. at io.puharesource.mc.titlemanager.animations.PartBasedSendableAnimation.start(PartBasedSendableAnimation.kt:56) ~[?:?]
  45. at io.puharesource.mc.titlemanager.TitleManagerPlugin$registerListeners$24.call(TitleManagerPlugin.kt:507) ~[?:?]
  46. at io.puharesource.mc.titlemanager.TitleManagerPlugin$registerListeners$24.call(TitleManagerPlugin.kt:47) ~[?:?]
  47. at io.puharesource.mc.titlemanager.shaded.rx.internal.util.ActionSubscriber.onNext(ActionSubscriber.java:39) ~[?:?]
  48. at io.puharesource.mc.titlemanager.shaded.rx.observers.SafeSubscriber.onNext(SafeSubscriber.java:134) ~[?:?]
  49. ... 20 more
  50. [16:46:44] [Server thread/INFO]: [JoinCommands] Successfully connected to 'players.db' using 'SQLite JDBC v3.25.2'.
  51. [16:46:44] [Server thread/INFO]: [DiscordSRV] Spieler Amigo1888 hat den Server mit Berechtigung zum stillen Betreten betreten, es wird keine Nachricht gesendet
  52. [16:46:44] [Thread-52/INFO]: [Bank] Unable to load ca6e77df-73ef-4d88-a512-e5d160c97322 with MySQLLoader, locked
  53. [16:46:44] [Server thread/ERROR]: Encountered an unexpected exception
  54. java.lang.NoSuchFieldError: ae
  55. at net.citizensnpcs.nms.v1_13_R2.util.PlayerlistTrackerEntry.updatePlayer(PlayerlistTrackerEntry.java:31) ~[?:?]
  56. at net.minecraft.server.v1_13_R2.EntityTracker.track(EntityTracker.java:38) ~[patched_1.13.2.jar:git-Paper-524]
  57. at net.minecraft.server.v1_13_R2.WorldManager.a(WorldManager.java:21) ~[patched_1.13.2.jar:git-Paper-524]
  58. at net.minecraft.server.v1_13_R2.World.b(World.java:1122) ~[patched_1.13.2.jar:git-Paper-524]
  59. at net.minecraft.server.v1_13_R2.WorldServer.b(WorldServer.java:998) ~[patched_1.13.2.jar:git-Paper-524]
  60. at net.minecraft.server.v1_13_R2.World.addEntity(World.java:1115) ~[patched_1.13.2.jar:git-Paper-524]
  61. at net.minecraft.server.v1_13_R2.WorldServer.addEntity(WorldServer.java:942) ~[patched_1.13.2.jar:git-Paper-524]
  62. at net.minecraft.server.v1_13_R2.World.addEntity(World.java:1070) ~[patched_1.13.2.jar:git-Paper-524]
  63. at net.minecraft.server.v1_13_R2.PlayerList.onPlayerJoin(PlayerList.java:409) ~[patched_1.13.2.jar:git-Paper-524]
  64. at net.minecraft.server.v1_13_R2.PlayerList.a(PlayerList.java:180) ~[patched_1.13.2.jar:git-Paper-524]
  65. at net.minecraft.server.v1_13_R2.LoginListener.b(LoginListener.java:169) ~[patched_1.13.2.jar:git-Paper-524]
  66. at net.minecraft.server.v1_13_R2.LoginListener.tick(LoginListener.java:65) ~[patched_1.13.2.jar:git-Paper-524]
  67. at net.minecraft.server.v1_13_R2.NetworkManager.a(NetworkManager.java:262) ~[patched_1.13.2.jar:git-Paper-524]
  68. at net.minecraft.server.v1_13_R2.ServerConnection.c(ServerConnection.java:129) ~[patched_1.13.2.jar:git-Paper-524]
  69. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1124) ~[patched_1.13.2.jar:git-Paper-524]
  70. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-524]
  71. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:938) ~[patched_1.13.2.jar:git-Paper-524]
  72. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:836) ~[patched_1.13.2.jar:git-Paper-524]
  73. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  74. [16:46:44] [Server thread/ERROR]: This crash report has been saved to: /home/minecraft/s1/./crash-reports/crash-2019-04-09_16.46.44-server.txt
  75. [16:46:44] [Server thread/INFO]: Stopping server
  76. [16:46:44] [Server thread/INFO]: [Autorank] Disabling Autorank v4.2.6
  77. [16:46:44] [Server thread/INFO]: [Autorank] Autorank 4.2.6 has been disabled!
  78. [16:46:44] [Server thread/INFO]: [Statz] Disabling Statz v1.5.3
  79. [16:46:44] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: statz
  80. [16:46:44] [Server thread/INFO]: [Statz] Statz v1.5.3 has been disabled!
  81. [16:46:44] [Server thread/INFO]: [PluginLibrary] Disabling PluginLibrary v1.2.1
  82. [16:46:44] [Server thread/INFO]: [PluginLibrary] PluginLibrary v1.2.1 is now disabled!
  83. [16:46:44] [Server thread/INFO]: [BettingGames] Disabling BettingGames v1.6.1
  84. [16:46:44] [Server thread/INFO]: [BettingGames] SUCCESS: Unregistering data manager
  85. [16:46:44] [Server thread/INFO]: [BettingGames] SUCCESS: BettingGames v1.6.1 is now disabled.
  86. [16:46:44] [Server thread/INFO]: [TitleManager] Disabling TitleManager v2.1.3
  87. [16:46:44] [Server thread/INFO]: [Bank] Disabling Bank v3.2.3
  88. [16:46:44] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder hook for placeholder: bank
  89. [16:46:44] [Thread-52/INFO]: [Bank] Loader thread stopped
  90. [16:46:44] [Server thread/INFO]: [Bank] Unable to save ca6e77df-73ef-4d88-a512-e5d160c97322 with MySQLLoader, locked/loading
  91. [16:46:45] [Server thread/INFO]: [WorldGuardExtraFlags] Disabling WorldGuardExtraFlags v4.1.2
  92. [16:46:45] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.16.1.0
  93. [16:46:45] [Server thread/INFO]: [CommandNPC] Disabling CommandNPC v1.9.1
  94. [16:46:45] [Server thread/INFO]: [SimpleAlias] Disabling SimpleAlias v1.6.2
  95. [16:46:45] [Server thread/INFO]: [SimpleAlias] Alias system is deactivated!
  96. [16:46:45] [Server thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild v2.16.1.0
  97. [16:46:45] [Server thread/INFO]: [EssentialsGeoIP] Disabling EssentialsGeoIP v2.16.1.0
  98. [16:46:45] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.16.1.0
  99. [16:46:45] [Server thread/INFO]: [WarpSystem] Disabling WarpSystem v3.1.10
  100. [16:46:45] [Server thread/INFO]:
  101. [16:46:45] [Server thread/INFO]: __________________________________________________________
  102. [16:46:45] [Server thread/INFO]:
  103. [16:46:45] [Server thread/INFO]: WarpSystem [3.1.10]
  104. [16:46:45] [Server thread/INFO]:
  105. [16:46:45] [Server thread/INFO]: Status:
  106. [16:46:45] [Server thread/INFO]:
  107. [16:46:45] [Server thread/INFO]: MC-Version: v1_13
  108. [16:46:45] [Server thread/INFO]:
  109. [16:46:45] [Server thread/INFO]: Saving options
  110. [16:46:45] [Server thread/INFO]: Saving features
  111. [16:46:45] [Server thread/INFO]: > Saving Icons
  112. [16:46:45] [Server thread/INFO]: > Saving background
  113. [16:46:45] [Server thread/INFO]: ...saved 1 background
  114. [16:46:45] [Server thread/INFO]: > Saving Warps
  115. [16:46:45] [Server thread/INFO]: ...saved 0 Warp(s)
  116. [16:46:45] [Server thread/INFO]: > Saving Categories
  117. [16:46:45] [Server thread/INFO]: ...saved 0 Categories
  118. [16:46:45] [Server thread/INFO]: > Saving GlobalWarps
  119. [16:46:45] [Server thread/INFO]: ...saved 5 GlobalWarp(s)
  120. [16:46:45] [Server thread/INFO]: > Saving Deco
  121. [16:46:45] [Server thread/INFO]: ...saved 0 DecoIcon(s)
  122. [16:46:45] [Server thread/INFO]: > Saving SimpleWarps
  123. [16:46:45] [Server thread/INFO]: ...saved 7 SimpleWarp(s)
  124. [16:46:45] [Server thread/INFO]: > Saving Portals
  125. [16:46:45] [Server thread/INFO]: ...saved 0 Portal(s)
  126. [16:46:45] [Server thread/INFO]: > Saving NativePortals...
  127. [16:46:45] [Server thread/INFO]: ...saved 3 NativePortal(s)
  128. [16:46:45] [Server thread/INFO]:
  129. [16:46:45] [Server thread/INFO]: Done (0.045s)
  130. [16:46:45] [Server thread/INFO]:
  131. [16:46:45] [Server thread/INFO]: __________________________________________________________
  132. [16:46:45] [Server thread/INFO]:
  133. [16:46:45] [Server thread/INFO]: [PyrCore] Disabling PyrCore v6.4.1
  134. [16:46:45] [Server thread/INFO]: [PyrCore] SUCCESS: Unregistering data manager
  135. [16:46:45] [Server thread/INFO]: [PyrCore] SUCCESS: PyrCore v6.4.1 is now disabled.
  136. [16:46:45] [Server thread/INFO]: [Multiverse-Portals] Disabling Multiverse-Portals v3.0.0-SNAPSHOT-b788
  137. [16:46:45] [Server thread/INFO]: [CraftBook] Disabling CraftBook v3.10-beta-02;711e7f3
  138. [16:46:45] [Server thread/INFO]: [CraftBook] Saving persistent data to YAML!
  139. [16:46:45] [Server thread/INFO]: [CrazyAuctions] Disabling CrazyAuctions v1.2.7
  140. [16:46:45] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.16.1.0
  141. [16:46:45] [Server thread/INFO]: [WG-GUI] Disabling WG-GUI v1.4.1
  142. [16:46:45] [Server thread/INFO]: [WG-GUI] Disabling WG-GUI version 1.4.1
  143. [16:46:45] [Server thread/INFO]: [Plan] Disabling Plan v4.8.1
  144. [16:46:45] [Server thread/INFO]: [Plan] Saving unfinished sessions..
  145. [16:46:46] [Server thread/INFO]: [Plan] Processing critical unprocessed tasks. (0)
  146. [16:46:46] [Server thread/INFO]: [Plan] Processing complete.
  147. [16:46:46] [Server thread/INFO]: [Plan] Webserver has been disabled.
  148. [16:46:46] [Server thread/INFO]: [Plan] Player Analytics Disabled.
  149. [16:46:46] [Server thread/INFO]: [DiscordSRV] Disabling DiscordSRV v1.16.7
  150. [16:46:46] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: discordsrv
  151. [16:46:47] [Server thread/INFO]: [DiscordSRV] Speichern von verknüpften Accounts in 5ms
  152. [16:46:47] [Server thread/INFO]: [DiscordSRV] Speichern von Statistiken in 1ms
  153. [16:46:47] [Server thread/INFO]: [DiscordSRV] Herunterfahren wurde abgeschlossen in 229ms
  154. [16:46:47] [Server thread/INFO]: [HomeGUI] Disabling HomeGUI v1.0
  155. [16:46:47] [Server thread/INFO]: [HomeGUI] HomeGUI has been Disabled [Version:1.0]
  156. [16:46:47] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.24-SNAPSHOT (build 1591)
  157. [16:46:47] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v3.0.0-SNAPSHOT-b760
  158. [16:46:47] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: multiverse
  159. [16:46:47] [Server thread/INFO]: [ActionHealth] Disabling ActionHealth v3.2.8
  160. [16:46:47] [Server thread/INFO]: [Jobs] Disabling Jobs v4.10.3
  161. [16:46:47] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: jobs
  162. [16:46:47] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder hook for placeholder: jobsr
  163. [16:46:47] [Server thread/INFO]: [Jobs] Saving blocks
  164. [16:46:47] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Database save task shutdown!
  165. [16:46:47] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Buffered payment thread shutdown.
  166. [16:46:47] [Server thread/INFO]: [Jobs] Plugin has been disabled successfully.
  167. [16:46:47] [Server thread/INFO]: [GadgetsMenu] Disabling GadgetsMenu v4.3.9
  168. [16:46:47] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder hook for placeholder: gadgetsmenu
  169. [16:46:47] [Server thread/INFO]: [NamelessMC] Disabling NamelessMC vPre-1.1.0
  170. [16:46:47] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder hook for placeholder: nameless
  171. [16:46:47] [Server thread/INFO]: [Essentials] Disabling Essentials v2.16.1.0
  172. [16:46:47] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: essentials
  173. [16:46:47] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
  174. [16:46:47] [Server thread/INFO]: [ShopGUIPlus] Disabling ShopGUIPlus v1.19.1
  175. [16:46:47] [Server thread/INFO]: [WorldEditCUI] Disabling WorldEditCUI v1.3
  176. [16:46:47] [Server thread/INFO]: [EditableSign] Disabling EditableSign v5.3.1
  177. [16:46:47] [Server thread/INFO]: [EditableSign] EditableSign version 5.3.1 is Disabled
  178. [16:46:47] [Server thread/INFO]: [TradePlus] Disabling TradePlus v3.21
  179. [16:46:47] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.0-beta-03;e51a220
  180. [16:46:47] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
  181. [16:46:47] [Server thread/INFO]: [PlotSquared] Disabling PlotSquared v4.221
  182. [16:46:47] [Server thread/INFO]: All DB transactions during this session are being validated (This may take a while if corrections need to be made)
  183. [16:46:47] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.3.2
  184. [16:46:47] [Server thread/INFO]: [EpicHeads] Disabling EpicHeads v2.3.1
  185. [16:46:47] [Server thread/INFO]: =============================
  186. [16:46:47] [Server thread/INFO]: EpicHeads 2.3.1 by Brianna <3!
  187. [16:46:47] [Server thread/INFO]: Action: Disabling...
  188. [16:46:47] [Server thread/INFO]: =============================
  189. [16:46:47] [Server thread/INFO]: [LotteryPool] Disabling LotteryPool v1.4.2
  190. [16:46:47] [Server thread/INFO]: [TimeVote] Disabling TimeVote v1.42
  191. [16:46:47] [Server thread/INFO]: [TimeVote] a Plugin by F_o_F_1092
  192. [16:46:47] [Server thread/INFO]: [UltraPermissions] Disabling UltraPermissions v4.0.6
  193. [16:46:47] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder hook for placeholder: uperms
  194. [16:46:47] [Server thread/INFO]: [Vault] Disabling Vault v1.7.1-b91
  195. [16:46:47] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  196. [16:46:47] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: vault
  197. [16:46:47] [Server thread/INFO]: [VoidGenerator] Disabling VoidGenerator v1.4.2
  198. [16:46:47] [Server thread/INFO]: [VotingPlugin] Disabling VotingPlugin v5.18.1
  199. [16:46:47] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.4.0
  200. [16:46:47] [Server thread/INFO]: [Votifier] Disabling Votifier v2.5.0
  201. [16:46:47] [Server thread/INFO]: [Votifier] Votifier disabled.
  202. [16:46:47] [Server thread/INFO]: [InvSeePlugin] Disabling InvSeePlugin v1.0
  203. [16:46:47] [Server thread/INFO]: [WorldBorder] Disabling WorldBorder v1.8.7
  204. [16:46:47] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task stopped.
  205. [16:46:47] [Server thread/INFO]: [ArmorStandEditor] Disabling ArmorStandEditor v1.13-21
  206. [16:46:47] [Server thread/INFO]: [ClearLag] Disabling ClearLag v3.0.0
  207. [16:46:47] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
  208. [16:46:47] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.0.0-SNAPSHOT;4037-d6bc85c
  209. [16:46:47] [Server thread/INFO]: [dynmap] Disabling dynmap v3.0-beta-3-160
  210. [16:46:47] [Server thread/INFO]: [dynmap] Unloaded 11 components.
  211. [16:46:47] [Server thread/INFO]: [dynmap] Stopping map renderer...
  212. [16:46:53] [Server thread/INFO]: [dynmap] Disabled
  213. [16:46:53] [Server thread/INFO]: [JukeBox] Disabling JukeBox v1.10.1
  214. [16:46:53] [Server thread/INFO]: [TTA] Disabling TTA v4.8
  215. [16:46:53] [Server thread/INFO]: [TTA] Version: 4.8 by [Herbystar] disabled!
  216. [16:46:53] [Server thread/INFO]: [LagMonitor] Disabling LagMonitor v1.17
  217. [16:46:53] [Server thread/ERROR]: Error occurred while disabling LagMonitor v1.17 (Is it up to date?)
  218. java.lang.IllegalArgumentException: Cannot find field with type interface java.lang.Runnable
  219. at com.github.games647.lagmonitor.traffic.Reflection.getField(Reflection.java:184) ~[?:?]
  220. at com.github.games647.lagmonitor.traffic.Reflection.getField(Reflection.java:181) ~[?:?]
  221. at com.github.games647.lagmonitor.traffic.Reflection.getField(Reflection.java:103) ~[?:?]
  222. at com.github.games647.lagmonitor.inject.TaskInjector.restore(TaskInjector.java:62) ~[?:?]
  223. at com.github.games647.lagmonitor.LagMonitor.onDisable(LagMonitor.java:224) ~[?:?]
  224. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:256) ~[patched_1.13.2.jar:git-Paper-524]
  225. at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:360) ~[patched_1.13.2.jar:git-Paper-524]
  226. at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:437) ~[patched_1.13.2.jar:git-Paper-524]
  227. at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:424) ~[patched_1.13.2.jar:git-Paper-524]
  228. at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) ~[patched_1.13.2.jar:git-Paper-524]
  229. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.disablePlugins(CraftServer.java:377) ~[patched_1.13.2.jar:git-Paper-524]
  230. at net.minecraft.server.v1_13_R2.MinecraftServer.stop(MinecraftServer.java:651) ~[patched_1.13.2.jar:git-Paper-524]
  231. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:873) ~[patched_1.13.2.jar:git-Paper-524]
  232. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  233. [16:46:53] [Server thread/INFO]: [NoteBlockAPI] Disabling NoteBlockAPI v1.2.5
  234. [16:46:53] [Server thread/INFO]: [TotemsPlus] Disabling TotemsPlus v1.2.0
  235. [16:46:53] [Server thread/INFO]: Farewell!
  236. [16:46:53] [Server thread/INFO]: [Arconix] Disabling Arconix v2.0.0
  237. [16:46:53] [Server thread/INFO]: [NoPlugins] Disabling NoPlugins v7.0
  238. [16:46:53] [Server thread/INFO]: [NoPlugins] disabled.
  239. [16:46:53] [Server thread/INFO]: [ChestSort] Disabling ChestSort v3.4
  240. [16:46:53] [Server thread/INFO]: [Core] Disabling Core v0.2.0
  241. [16:46:53] [Server thread/INFO]: ------------------------------
  242. [16:46:53] [Server thread/INFO]: [Core] Disabling ServerPacketManager
  243. [16:46:53] [Server thread/INFO]: ------------------------------
  244. [16:46:53] [Server thread/INFO]: [FunQuiz] Disabling FunQuiz v1.8.0
  245. [16:46:53] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: funquiz
  246. [16:46:53] [Server thread/INFO]: [PlugMan] Disabling PlugMan v2.1.5
  247. [16:46:53] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.9.2
  248. [16:46:53] [Server thread/INFO]: [MinePacks] Disabling MinePacks v1.18.1
  249. [16:46:53] [Server thread/INFO]: [MinePacks] Checking for updates ...
  250. [16:46:54] [Server thread/INFO]: [at.pcgamingfreaks.MinePacks.libs.zaxxer.hikari.pool.HikariPool] Minepacks-Connection-Pool - is closing down.
  251. [16:46:54] [Server thread/INFO]: [MinePacks] MinePacks wurde deaktiviert.
  252. [16:46:54] [Server thread/INFO]: [TogglePvp] Disabling TogglePvp v2.2
  253. [16:46:54] [Server thread/INFO]: Disabled TogglePvp
  254. [16:46:54] [Server thread/INFO]: [JoinCommands] Disabling JoinCommands v0.0.8
  255. [16:46:54] [Server thread/INFO]: [CheckDeath] Disabling CheckDeath v0.3.0
  256. [16:46:54] [Server thread/INFO]: [LootChest] Disabling LootChest v1.7
  257. [16:46:54] [Server thread/INFO]: [CleanroomGenerator] Disabling CleanroomGenerator v1.1.0
  258. [16:46:54] [Server thread/INFO]: Saving players
  259. [16:46:54] [Server thread/INFO]: Amigo1888 lost connection: Server startet neu
  260. [16:46:54] [Server thread/INFO]: Amigo1888 left the game
  261. [16:46:55] [Server thread/INFO]: Saving worlds
  262. [16:46:55] [Server thread/INFO]: Saving chunks for level 'lobby'/minecraft:overworld
  263. [16:46:55] [Server thread/INFO]: Saving chunks for level 'lobby_the_end'/minecraft:the_end
  264. [16:46:55] [Server thread/INFO]: Saving chunks for level 'lobby_nether'/minecraft:the_nether
  265. [16:46:55] [Server thread/INFO]: Saving chunks for level 'Amigo'/minecraft:overworld
  266. [16:46:55] [Server thread/INFO]: Saving chunks for level 'farmwelt'/minecraft:overworld
  267. [16:46:55] [Server thread/INFO]: Saving chunks for level 'rvp'/minecraft:overworld
  268. [16:46:55] [Server thread/INFO]: Saving chunks for level 'd2'/minecraft:overworld
  269. [16:46:55] [Server thread/INFO]: Saving chunks for level 'cb'/minecraft:overworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement