WorldGuard

WorldGuard

8M Downloads

Armor stand interaction default blocked with no proper flag.

MithrandirCraft opened this issue ยท 1 comments

commented

The Problem

There isn't a flag for allowing or disallowing player interaction with an armorstand.

A Solution

Decouple this feature from the basic protection, and add the specific flag.

Alternatives

No response

Anything Else?

It's really annoying that you can't flag this. People get messages when interacting with my invisible armor stand, which acts as a diegetic UI made with MythicMobs.
imagen

This isn't the actual armorstand UI I mention, just a clear view of the message you will always get (unconfigurable) when interacting with armorstands.

commented

there are two possible solutions here:

  1. plugins that require interaction with armor stands be treated as non-modifying need to listen on a lower priority and cancel the event
  2. bukkit gets proper events for modification of armor stands so that plugins can properly separate the "interaction" and "modification" of armor stands.

unprotecting armor stands is not a solution. we can't allow "interaction but not modification" of armor stands without (2).