Plugin Version
0.10.2
Operating System
Linux (Debian/Ubuntu)
Bug Description
When a player tries to break a block in protected territory, they receive the protection denial message twice. The duplicate message appears simultaneously in chat.
Steps to Reproduce
- Claim territory for a faction
- Log in as a non-member (or use a second account)
- Try to break a block in the claimed territory
- Observe two identical denial messages in chat
Expected Behavior
A single protection denial message should be displayed when a block break is denied.
Logs
No response
Code Snippets
No response
Media
No response
Additional information
Likely caused by both an ECS protection system and an event listener both firing denial messages for the same block break action. Needs investigation into whether BreakBlockEvent and the ECS BlockBreakProtectionSystem are both sending messages independently.
Plugin Version
0.10.2
Operating System
Linux (Debian/Ubuntu)
Bug Description
When a player tries to break a block in protected territory, they receive the protection denial message twice. The duplicate message appears simultaneously in chat.
Steps to Reproduce
Expected Behavior
A single protection denial message should be displayed when a block break is denied.
Logs
No response
Code Snippets
No response
Media
No response
Additional information
Likely caused by both an ECS protection system and an event listener both firing denial messages for the same block break action. Needs investigation into whether
BreakBlockEventand the ECSBlockBreakProtectionSystemare both sending messages independently.