Pabom
Пользователь
- Сообщения
- 41
- Плагин
- DeluxeMenus v1.13.6-Release
- Ядро сервера
- Paper
- Версия сервера
- 1.12.2
При открытие меню в DeluxeMenus выводит ошибку!
Код:
[DeluxeMenus] Plugin DeluxeMenus v1.13.6-Release generated an exception while executing task 1450
java.lang.ArrayIndexOutOfBoundsException: Index 41 out of bounds for length 27
at java.util.Arrays$ArrayList.set(Arrays.java:4170) ~[?:?]
at net.minecraft.server.v1_12_R1.NonNullList.set(SourceFile:51) ~[patched_1.12.2.jar:git-Paper-1620]
at org.bukkit.craftbukkit.v1_12_R1.inventory.CraftInventoryCustom$MinecraftInventory.setItem(CraftInventoryCustom.java:107) ~[patched_1.12.2.jar:git-Paper-1620]
at org.bukkit.craftbukkit.v1_12_R1.inventory.CraftInventory.setItem(CraftInventory.java:96) ~[patched_1.12.2.jar:git-Paper-1620]
at com.extendedclip.deluxemenus.menu.Menu.lambda$openMenu$5(Menu.java:440) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:64) ~[patched_1.12.2.jar:git-Paper-1620]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) ~[patched_1.12.2.jar:git-Paper-1620]
at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.12.2.jar:git-Paper-1620]
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) [?:?]