You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2024. It is now read-only.
any subcommand of luckperms except help throws a Unsupported Operation Exception.
full stacktrace:
luckperms user
[10:56:27 ERROR] [luckperms-command-executor] Exception whilst executing command: [user]
java.lang.UnsupportedOperationException: null
at java.util.AbstractList.remove(AbstractList.java:167) ~[?:?]
at me.lucko.luckperms.common.command.CommandManager.execute(CommandManager.java:252) ~[?:?]
at me.lucko.luckperms.common.command.CommandManager.lambda$executeCommand$1(CommandManager.java:166) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1800) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
at java.lang.Thread.run(Thread.java:831) [?:?]
Description
any subcommand of
luckpermsexcepthelpthrows a Unsupported Operation Exception.full stacktrace:
Reproduction steps
run
luckperms [subcommand not help|h]in consoleEnvironment details
Using build 2, and Sabre commit [adf2656],