PetBlocks icon indicating copy to clipboard operation
PetBlocks copied to clipboard

PetBlocks is a spigot plugin to use blocks and custom heads as pets in Minecraft.

Results 7 PetBlocks issues
Sort by recently updated
recently updated
newest added

A minimalistic gui should be adde to PetBlocks to make it simpler for players.

* This allows to store values such as a selected particle name, which could then be used in loops to play a selected particle of a player.

java.lang.IllegalArgumentException: Cannot measure distance to a null world at org.bukkit.Location.distanceSquared(Location.java:508) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?] at org.bukkit.Location.distance(Location.java:493) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?] at PetBlocks-Premium.jar/com.github.shynixn.petblocks.impl.PetImpl.moveTo(PetImpl.kt:524) ~[PetBlocks-Premium.jar:?] at PetBlocks-Premium.jar/com.github.shynixn.petblocks.impl.commandexecutor.PetBlocksCommandExecutor.walkToLocation(PetBlocksCommandExecutor.kt:833) ~[PetBlocks-Premium.jar:?] at PetBlocks-Premium.jar/com.github.shynixn.petblocks.impl.commandexecutor.PetBlocksCommandExecutor.access$walkToLocation(PetBlocksCommandExecutor.kt:35) ~[PetBlocks-Premium.jar:?] at PetBlocks-Premium.jar/com.github.shynixn.petblocks.impl.commandexecutor.PetBlocksCommandExecutor$commandBuilder$1$8$4.invokeSuspend(PetBlocksCommandExecutor.kt:381) ~[PetBlocks-Premium.jar:?] at PetBlocks-Premium.jar/com.github.shynixn.petblocks.impl.commandexecutor.PetBlocksCommandExecutor$commandBuilder$1$8$4.invoke(PetBlocksCommandExecutor.kt) ~[PetBlocks-Premium.jar:?] at...

bug