Bug Closed · Resolved

[Bug] Players can distroy item frame in dungeon

#3355 opened by Unknown 4 years ago

Unknownreported this bug

Any player can distroy item frame in dungeon and take the item in it away. By the way, if I want to set a loot function into item frame, the function tool will be put in it. (I have tried to place a block first, then break the block and place the item frame. But players can't interact the item frame with right-click trigger).

Unknowncommented

Item frames are entities, not blocks. You can create an invulnerable item frame using this vanilla command.

/minecraft:give @s item_frame{EntityTag:{Invulnerable:1b}} 1

These cannot be broken outside of creative mode. Hope that helps with that.

Unknowncommented

Another bug that players include op can't use mm items. But the item works fine when I edit the dungeon

[09:18:44 ERROR]: [MythicMobs] [EVENTS] Exception thrown whilst handling event: org.bukkit.event.player.PlayerInteractEvent

When use command: md play to enter dungeon, even I can still take it away from dungeon, I have set it as dungeon item! But if I use command: md edit to enter the dungeon, skill works fine, and I can't take it away.

Unknowncommented

Please show the full error, not just the first line.

I also don't understand your second issue... what's the problem with the items?

Sign in to join the discussion.