aromaa / WorldGuardExtraFlags

Extension for the WorldGuard plugin.
https://www.spigotmc.org/resources/worldguard-extra-flags.4823
MIT License
88 stars 70 forks source link

[Sugestion] A flag to deny players to sit their pets. #242

Open matipoirierg opened 1 year ago

matipoirierg commented 1 year ago

https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Sittable.html#setSitting(boolean)

aromaa commented 1 year ago

What would the use case be for this? Why do you need this?

matipoirierg commented 1 year ago

What would the use case be for this? Why do you need this?

Players sitting their pets on regions they shouldn't to bother or to make spam. For example players sitting wolfs with spam/rude nametags tags on the server spawn.

aromaa commented 1 year ago

Right. This would be a problem if you have allowed interaction inside the region. This would fall under more general customizable interaction flags which are planned by EngineHub.

matipoirierg commented 1 year ago

Right. This would be a problem if you have allowed interaction inside the region. This would fall under more general customizable interaction flags which are planned by EngineHub.

I see, didn't know interact would allow me to block this, ty very much.