akdukaan / GPFlags

GriefPreventionFlags is a Minecraft plugin to allow players to customize their GriefPrevention claims with claimflags.
GNU General Public License v3.0
17 stars 20 forks source link

Allow monsters with name tags in NoMonster flagged regions #50

Closed MADS0LADEN closed 1 year ago

akdukaan commented 1 year ago

This will make the flag sometimes not work on servers with mcmmo. Mcmmo has a feature where it adds a name tag on the mob when it’s attacked showing the amount of life the mob has left. I also don’t think mcmmo has an api to check for if their plugin renamed the mob. That same issue impacts the protectnamedmobs flag. If you were making a new flag like NoUnnamedMonsters for this new behavior, I’d be more okay with that, but I think I’d also need to consider if that’s really worth it some more

MADS0LADEN commented 1 year ago

Understandable. Thanks for the feedback!