CivClassic / SimpleAdminHacks

Tools and backend for Citadel servers, including advanced inventory monitoring, active new player assistance, and other logging. Built for Paper 1.16.5
BSD 3-Clause "New" or "Revised" License
0 stars 19 forks source link

Throwing eye of ender is not prevented #14

Closed Maxopoly closed 4 years ago

Maxopoly commented 4 years ago

Seems like https://github.com/CivClassic/SimpleAdminHacks/commit/bb72921ee995456ca087d50db2addbd302bcbf63 didn't work, further investigation reveals that throwing an eye of ender does not call a ProjectileLaunchEvent at all. Need to cancel via PlayerInteractEvent instead

Maxopoly commented 4 years ago

Adressed by https://github.com/CivClassic/SimpleAdminHacks/pull/15