alexsatellite / HeadHunter

RPG Mob System
GNU General Public License v3.0
1 stars 1 forks source link

Canceling events #22

Closed RedW0lfStoneYT closed 4 years ago

RedW0lfStoneYT commented 4 years ago

So im using the API to create an addon and am wondering how I would go about canceling the HHLevelUpEvent event as I cannot do event.setCancelled(true);

Any help is nice.

Edit: If you implement Cancellable in your events im sure this should fix my issue (if you do please can you send me the edited copy?

Figured a way around it :) Solved and closed