Honeypot v2.1 does not add any new features or changes, but instead adds a new developer API for people who want to integrate with my plugin. I would still recommend updating as this fixes a potential memory leak.
Added:
- 7 new events which are thrown at certain times. These events are:
- HoneypotPreCreateEvent
- HoneypotCreateEvent
- HoneypotNonPlayerBreakEvent
- HoneypotPrePlayerBreakEvent
- HoneypotPlayerBreakEvent
- HoneypotPrePlayerInteractEvent
- HoneypotPlayerInteractEvent
Changed:
- Moved Config Manager code into its own class.
Fixed:
- Fixed potential memory leak caused by not closing Result Sets for some SQLite queries.
Known issues:
- There is no back button on menus to return to the previous menu. If you are in a paginated menu (Like if you have over 27 Honeypots) then the back and forward page buttons work fine, but there is no button to return to the previous menu. I'm trying to figure out how to implement this, but for now this is an issue. It doesn't limit functionality, it's just annoying
- If you see any bugs, please be sure to report them!