-
Notifications
You must be signed in to change notification settings - Fork 15
Description
When I updated my server to PaperMC 1.20.2 from Spigot 1.20.2 it started to give me this warning. Backups still works but by the looks of the message autobackup doesn't work? Haven't tested it yet still waiting for my autobackup to trigger.
[14:34:37 WARN]: [ServerBackup] Plugin ServerBackup v2.9.7 generated an exception while executing task 9005
java.lang.IndexOutOfBoundsException: Index 8 out of bounds for length 8
at jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) ~[?:?]
at jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) ~[?:?]
at jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266) ~[?:?]
at java.util.Objects.checkIndex(Objects.java:361) ~[?:?]
at java.util.ArrayList.get(ArrayList.java:427) ~[?:?]
at java.util.Collections$SynchronizedList.get(Collections.java:2498) ~[?:?]
at de.seblii.serverbackup.DynamicBackup$1.run(DynamicBackup.java:53) ~[ServerBackup-2.9.7.jar:?]
at org.bukkit.craftbukkit.v1_20_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.20.2.jar:git-Paper-205]
at org.bukkit.craftbukkit.v1_20_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.20.2.jar:git-Paper-205]
at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.20.2.jar:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]