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
When a new stage is added and a non-block is provided, it raises an IllegalArgumentException error to Sentry.
IllegalArgumentException
Cannot get data for not block DIAMOND
com.google.common.base.Preconditions in checkArgument at line 191
org.bukkit.craftbukkit.v1_16_R3.block.data.CraftBlockData in newData at line 496
org.bukkit.craftbukkit.v1_16_R3.CraftServer in createBlockData at line 2237
org.bukkit.craftbukkit.v1_16_R3.CraftServer in createBlockData at line 2212
org.bukkit.Bukkit in createBlockData at line 1717
org.bukkit.Material in createBlockData at line 3673
com.rogermiranda1000.versioncontroller.blocks.BlockTypePost13 in <init> at line 28
com.rogermiranda1000.versioncontroller.blocks.BlockPost13 in getObject at line 29
com.rogermiranda1000.versioncontroller.VersionController in getObject at line 91
com.rogermiranda1000.mineit.inventories.SelectMineInventory in mineClicked at line 34
com.rogermiranda1000.mineit.inventories.MinesInventory in inventoryClickedEvent at line 77
com.rogermiranda1000.helper.BasicInventory in onClick at line 75
jdk.internal.reflect.GeneratedMethodAccessor81 in invoke
jdk.internal.reflect.DelegatingMethodAccessorImpl in invoke at line 43
java.lang.reflect.Method in invoke at line 567
com.rogermiranda1000.helper.reflection.SpigotEventOverrider in lambda$null$2 at line 86
com.rogermiranda1000.helper.RogerPlugin in lambda$addListener$3 at line 356
com.rogermiranda1000.helper.reflection.SpigotEventOverrider in lambda$wrapListeners$3 at line 84
The text was updated successfully, but these errors were encountered:
When a new stage is added and a non-block is provided, it raises an IllegalArgumentException error to Sentry.
The text was updated successfully, but these errors were encountered: