Yamipa

Yamipa

3.7k Downloads

Player can hide an image by shooting a fire arrow at the image.

Ecilpse opened this issue ยท 3 comments

commented

image

Player can hide an image by shooting a fire arrow at the image.
Other players feel uncomfortable with these issues. can it fixed?

commented

Well, for better or worse, that's just how the game works. I prefer to avoid changing the behavior of existing game mechanics to not break other plugins or game worlds as some players might rely on arrows behaving like that.

There's a really simple solution, though: just remove the blocks behing the image. The image will still be rendered and there will be no block for arrows to attach to.

commented

Well, for better or worse, that's just how the game works. I prefer to avoid changing the behavior of existing game mechanics to not break other plugins or game worlds as some players might rely on arrows behaving like that.

There's a really simple solution, though: just remove the blocks behing the image. The image will still be rendered and there will be no block for arrows to attach to.

image
arrow fire was still attacted itemframe although block was not behind.

commented

Well, there's not much we can do in Yamipa. Because the image is not really there in the world, the Minecraft server will calculate the position of the arrow being thrown in a different place:

arrow

As such, Yamipa (the plugin) will not get the event for an arrow hitting the image.

My advice would be to use a different plugin to prevent the usage of bows in a particular world area.