CivClassic / Citadel

A Minecraft plugin to protect your chests and builds using in-game materials. Requires an attacker to break each block a certain number of times. Built for Paper 1.16.5
BSD 3-Clause "New" or "Revised" License
1 stars 21 forks source link

Horses don't activate pressure plates #67

Closed Lodish closed 3 years ago

Lodish commented 3 years ago

While riding on a horse, pressure plates don't activate so I'm unable to go through the security doors around Westminster that were originally built for horses.

Maxopoly commented 3 years ago

Ok. As a temporary fix you can set the doors to insecure if you want.

For fixing this: Need to check any living entities triggering https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/entity/EntityInteractEvent.html (confirm this is the right one by testing) and do permission checks for passengers. If any match, allow.

Protonull commented 3 years ago

Wouldn't be surprised if this is true for all ridable entities such as llamas, pigs, and striders.