Skip to content

Instantly share code, notes, and snippets.

@TomLewis
Created December 18, 2021 22:03
Show Gist options
  • Save TomLewis/cbc642651c32a003c9cfe4393732fd18 to your computer and use it in GitHub Desktop.
Save TomLewis/cbc642651c32a003c9cfe4393732fd18 to your computer and use it in GitHub Desktop.
[21:41:49] [Server thread/INFO]: [J-RTP] Enabling JakesRTP v0.14.6
[21:41:49] [Server thread/INFO]: [J-RTP] It looks like your using the world border plugin 'ChunkyBorder'.
[21:41:49] [Server thread/INFO]: [J-RTP] Random teleport locations will always end up inside any world border.
[21:41:49] [Server thread/INFO]: [J-RTP] Setting default messages.
[21:41:49] [Server thread/INFO]: [J-RTP] Overwriting messages with custom messages.
[21:41:49] [Server thread/WARN]: [J-RTP] RTP Command could not be loaded!
[21:41:49] [Server thread/WARN]: java.lang.ClassCastException: class org.popcraft.chunkyborder.ChunkyBorderBukkit cannot be cast to class org.popcraft.chunkyborder.ChunkyBorder (org.popcraft.chunkyborder.ChunkyBorderBukkit and org.popcraft.chunkyborder.ChunkyBorder are in unnamed module of loader 'ChunkyBorder-1.0.59.jar' @506d5ca9)
[21:41:49] [Server thread/WARN]: at JakesRTP-v0.14.6.jar//biz.donvi.jakesRTP.WorldBorderPluginHook$ChunkyBorderHook.getInstance(WorldBorderPluginHook.java:132)
[21:41:49] [Server thread/WARN]: at JakesRTP-v0.14.6.jar//biz.donvi.jakesRTP.WorldBorderPluginHook$ChunkyBorderHook.generateDistributions(WorldBorderPluginHook.java:153)
[21:41:49] [Server thread/WARN]: at JakesRTP-v0.14.6.jar//biz.donvi.jakesRTP.WorldBorderPluginHook.generateDistributions(WorldBorderPluginHook.java:52)
[21:41:49] [Server thread/WARN]: at JakesRTP-v0.14.6.jar//biz.donvi.jakesRTP.RandomTeleporter.<init>(RandomTeleporter.java:75)
[21:41:49] [Server thread/WARN]: at JakesRTP-v0.14.6.jar//biz.donvi.jakesRTP.JakesRtpPlugin.loadRandomTeleporter(JakesRtpPlugin.java:160)
[21:41:49] [Server thread/WARN]: at JakesRTP-v0.14.6.jar//biz.donvi.jakesRTP.JakesRtpPlugin.onEnable(JakesRtpPlugin.java:74)
[21:41:49] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[21:41:49] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[21:41:49] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
[21:41:49] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:561)
[21:41:49] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:475)
[21:41:49] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:736)
[21:41:49] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:353)
[21:41:49] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1233)
[21:41:49] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:322)
[21:41:49] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
[21:41:49] [Server thread/INFO]: [J-RTP] Setting up the location caching system.
[21:41:49] [Server thread/INFO]: [J-RTP] Looking for compatible land claim plugins...
[21:41:49] [Server thread/INFO]: [J-RTP] Found 'GriefPrevention'. Enabling support.
[21:41:49] [Server thread/INFO]: [J-RTP] Found 'WorldGuard'. Enabling support.
[21:41:49] [Server thread/INFO]: [J-RTP] Loaded support for 2 compatible land-claim type plugins.
[21:41:49] [Server thread/ERROR]: Error occurred while enabling JakesRTP v0.14.6 (Is it up to date?)
java.lang.NullPointerException: null
at java.util.Objects.requireNonNull(Objects.java:208) ~[?:?]
at biz.donvi.jakesRTP.MetricsCustomizer.customize(MetricsCustomizer.java:34) ~[JakesRTP-v0.14.6.jar:?]
at biz.donvi.jakesRTP.MetricsCustomizer.<init>(MetricsCustomizer.java:23) ~[JakesRTP-v0.14.6.jar:?]
at biz.donvi.jakesRTP.JakesRtpPlugin.onEnable(JakesRtpPlugin.java:80) ~[JakesRTP-v0.14.6.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[patched_1.17.1.jar:git-Purpur-"66e5b11"]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.17.1.jar:git-Purpur-"66e5b11"]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.17.1.jar:git-Purpur-"66e5b11"]
at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:561) ~[patched_1.17.1.jar:git-Purpur-"66e5b11"]
at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:475) ~[patched_1.17.1.jar:git-Purpur-"66e5b11"]
at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:736) ~[patched_1.17.1.jar:git-Purpur-"66e5b11"]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:353) ~[patched_1.17.1.jar:git-Purpur-"66e5b11"]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1233) ~[patched_1.17.1.jar:git-Purpur-"66e5b11"]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:322) ~[patched_1.17.1.jar:git-Purpur-"66e5b11"]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[21:41:49] [Server thread/INFO]: [J-RTP] Disabling JakesRTP v0.14.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment