-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not send advancements to player #179
Comments
Below are the details of the issue and relevant information: Server Version: Paper 1.20.4 #364 I just installed this plugin and have not made any modifications to it, and there are no conflicting plugins on my server. I would greatly appreciate it if you could take the time to look into this issue and provide any possible solutions or suggestions. If you need any more information, please let me know, and I will be happy to provide it. |
nvm, I just found out that this plugin doesn't support 1.20.4 yet. If nothing goes wrong you may close this issue. |
It should support it, I'll look into it
…
On Dec 31, 2023 at 1:24 PM, <WsJohn ***@***.***)> wrote:
nvm, I just found out that this plugin doesn't support 1.20.4 yet. If nothing goes wrong you may close this issue.
—
Reply to this email directly, view it on GitHub (#179 (comment)), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AF3TQRLYLNMPDHQLIAGA3GTYMFKRVAVCNFSM6AAAAABBIGXG22VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZSHEZTMMJSGA).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Just download the latest version
[19:57:15 ERROR]: [CustomAdvancements] Could not send advancements to Ws_John!
java.util.concurrent.CompletionException: java.lang.NullPointerException: Cannot invoke "java.util.function.Supplier.get()" because "supplier" is null
at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1807) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.function.Supplier.get()" because "supplier" is null
at java.util.Optional.orElseGet(Optional.java:364) ~[?:?]
at me.tippie.customadvancements.v1_20_R3.lambda$sendAdvancements$5(v1_20_R3.java:210) ~[CustomAdvancements-1.2.11.jar:?]
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?]
... 6 more
The text was updated successfully, but these errors were encountered: