You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wind charges can open doors and push buttons! In Bukkit, wind charges use EntityExplodeEvent. Bolt already handles this and prevents the touching of protected blocks. That's good, there are no exploits, but maybe a bit too restrictive. It might be cool to be able to open doors you are allowed to open, but using wind charges. Or, be able to use dispensed wind charges to open public doors.
Wind charges can open doors and push buttons! In Bukkit, wind charges use EntityExplodeEvent. Bolt already handles this and prevents the touching of protected blocks. That's good, there are no exploits, but maybe a bit too restrictive. It might be cool to be able to open doors you are allowed to open, but using wind charges. Or, be able to use dispensed wind charges to open public doors.
"Explosions" from wind charges use the TRIGGER_BLOCK ExplosionResult, accessible through EntityExplodeEvent#getExplosionResult(). However, this getter is only added in 1.21.4! Meaning it's difficult to work because Bolt (currently) still supports versions below that.
The text was updated successfully, but these errors were encountered: