Hello, could you help fix a bug? The official author has not updated the plugin in a long time, but I really like this plugin, and it is also a core part of my server. The bug manifests when this plugin is running alongside other plugins that call ItemStack; the server will stop running. For example, the Magic plugin and the customcrafting plugin (including its dependency, item-nbt-api-plugin). The former causes numerous errors and stops running, while the latter just stops running immediately. If there's anything I can do to assist, please feel free to contact me on Discord (my username is JTYX).
Hello, could you help fix a bug? The official author has not updated the plugin in a long time, but I really like this plugin, and it is also a core part of my server. The bug manifests when this plugin is running alongside other plugins that call ItemStack; the server will stop running. For example, the Magic plugin and the customcrafting plugin (including its dependency, item-nbt-api-plugin). The former causes numerous errors and stops running, while the latter just stops running immediately. If there's anything I can do to assist, please feel free to contact me on Discord (my username is JTYX).
For more details on this bug, you can refer to the additional comment in issue #43 on the official plugin's GitHub bug report page.
[11:28:19] [ServerMain/ERROR]: [PluginRemapper] Encountered exception remapping plugins
java.util.concurrent.CompletionException: java.lang.RuntimeException: Failed to remap plugin jar 'plugins/realisticsurvival-1.2.8-DEV-1.jar'
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:649) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.RuntimeException: Failed to remap plugin jar 'plugins/realisticsurvival-1.2.8-DEV-1.jar'
at io.papermc.paper.pluginremap.PluginRemapper.lambda$remap$7(PluginRemapper.java:358) ~[paper-1.21.jar:1.21-130-b1b5d4c]
at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) ~[?:?]
... 4 more