Remove Minecraft Item Frame hitbox?

Br
- in Textures
9

Once again I have another problem with minecraft… It bothers me that the itembox hitbox is so weird. There's very little space between a box and the hit box of the item frame.

I've tried using a textures package to make item frames invisible so the items stick to the box so to speak, but the hitbox will not be changed. Is there a way to change the hitbox or is not that possible without mods?

Is that possible with a command or a plugin?

an

Only with mods.

Hitbox has nothing to do with texture packages.

Al

Right.

an

The Hitbox TEXTURE, yes.

You can change that.

But not the Hitbox itself. The box always stays the same size. Only the look you can change.

Br

Is that possible with a plug in?

Ay

Yes and no. You could bypass this by having a Bukkit plugin open the box when right-clicking the item frame. But you can't change the Hitbox directly.

an

Nope. The Hitbox is something your CLIENT creates. Not the server. So you can only change with mods. See cracker's answer.

Br

And what's the name of this plug in?

Wo

Possibly. You have to get the Item Frame Interact Event and then open the box inventory behind it.

Ay

I do not think such a plugin already exists.