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 player interacts during a BuildBattle game (likely when using a specific item or tool), the plugin throws an IllegalStateException related to BlockIterator.
java.lang.IllegalStateException: Start block missed in BlockIterator
at org.bukkit.util.BlockIterator.(BlockIterator.java:177)
at org.bukkit.util.BlockIterator.(BlockIterator.java:242)
at org.bukkit.util.BlockIterator.(BlockIterator.java:283)
at org.bukkit.craftbukkit.v1_20_R3.entity.CraftLivingEntity.getLineOfSight(CraftLivingEntity.java:179)
at org.bukkit.craftbukkit.v1_20_R3.entity.CraftLivingEntity.getTargetBlock(CraftLivingEntity.java:201)
at plugily.projects.buildbattle.minigamesbox.classic.events.Events.onCraft(Events.java:188)
...
Plugin: BuildBattle
Version: v5.0.14
The text was updated successfully, but these errors were encountered:
When a player interacts during a BuildBattle game (likely when using a specific item or tool), the plugin throws an IllegalStateException related to BlockIterator.
java.lang.IllegalStateException: Start block missed in BlockIterator
at org.bukkit.util.BlockIterator.(BlockIterator.java:177)
at org.bukkit.util.BlockIterator.(BlockIterator.java:242)
at org.bukkit.util.BlockIterator.(BlockIterator.java:283)
at org.bukkit.craftbukkit.v1_20_R3.entity.CraftLivingEntity.getLineOfSight(CraftLivingEntity.java:179)
at org.bukkit.craftbukkit.v1_20_R3.entity.CraftLivingEntity.getTargetBlock(CraftLivingEntity.java:201)
at plugily.projects.buildbattle.minigamesbox.classic.events.Events.onCraft(Events.java:188)
...
Plugin: BuildBattle
Version: v5.0.14
The text was updated successfully, but these errors were encountered: