CraftBook 3

CraftBook 3

139k Downloads

Exploit: Users sitting in chairs within entry deny regions.

andrewkm opened this issue ยท 2 comments

commented

As title states, users can sit in chairs that are in entry deny regions.

Paper 1.16.4-Dev-#296
Craftbook 3.10.3-Dev-#4673
WorldGuard 7.0.5-Dev-#2084

https://www.youtube.com/watch?v=QYFKzECYSjA

commented

What happens if you do the same with a Minecart or horse?

commented

Seems this issue is actually on the WorldGuard end, it's not listening for EntityMountEvent in the move handling. It's only listening to VehicleEnterEvent. As chairs work by mounting an armour stand, it calls the entity event rather than the vehicle one.