Skip to content

Instantly share code, notes, and snippets.

View Geometrically's full-sized avatar
🐒
Coding

Geometrically Geometrically

🐒
Coding
View GitHub Profile
@Geometrically
Geometrically / error.txt
Created May 19, 2018 03:34
Error occurs on .border(Element.of(ItemStack.of(ItemTypes.STAINED_GLASS_PANE, 1))) when opening GUI
[20:33:15] [Server thread/ERROR] [Sponge]: Error occurred while executing command 'shop' for source EntityPlayerMP['Geometrically'/290, l='world', x=-49.84, y=65.00, z=246.24]: index (27) must be less than size (27)
java.lang.IndexOutOfBoundsException: index (27) must be less than size (27)
at com.google.common.base.Preconditions.checkElementIndex(Preconditions.java:1177) ~[minecraft_server.1.12.2.jar:?]
at com.google.common.base.Preconditions.checkElementIndex(Preconditions.java:1159) ~[minecraft_server.1.12.2.jar:?]
at com.mcsimonflash.sponge.teslalibs.inventory.Layout$Builder.set(Layout.java:86) ~[Layout$Builder.class:?]
at com.mcsimonflash.sponge.teslalibs.inventory.Layout$Builder.border(Layout.java:144) ~[Layout$Builder.class:?]
at net.unhingednetwork.perks.command.ShopCommand.execute(ShopCommand.java:42) ~[ShopCommand.class:?]
at org.spongepowered.api.command.spec.CommandSpec.process(CommandSpec.java:388) ~[CommandSpec.class:1.12.2-2655-7.1.0-BETA-3095]