
Honeypot Anti-Grief 3.4.0
Deterring griefers has never been so sweet
Page 1 2
2.5.2
Nov 5, 2022
Honeypot 2.5.2
Hi everyone! Another small optional update to help improve some of the internal workings of the code to make things more efficient, and to allow for some features added in the future. It should make the plugin more reliable & resilient.
Core
Additions:
- Added support for French, which is language code "fr_FR".
- Added a custom ListenableQueue which allows the plugin to queue SQLite queries for better reliability.
Changes:
- None
Removals:
- Removed previously deprecated storage manager functions.
Known Bugs:
- None at the moment. If you see any bugs, please be sure to report them!
API
Changes:
- Removed previously deprecated storage manager changes. Please see this Gist for information on this breaking change
2.5.1
Oct 5, 2022
Hi everyone! Small optional update to help improve some of the internal workings of the code to make things more efficient, and to allow for some features added in the future. It also gives me an excuse to bump the threads on Spigot, Polymart, and Built By Bit 😜
Core
Additions:
- None
Changes:
- Changed Storage Manager classes to be singletons, which will allow some cool features later on. If you are using plugins which hook into Honeypot, please make sure they are updated before you update yourself. This version can be downgraded just by a simple "drag-and-drop" of version 2.5.0. Plugins using the legacy method of hooking into the storage class will still work due to me deprecating the old method instead of removing it entirely until the next version of Honeypot (Either 2.5.2 or 2.6.0, whichever comes first). At that point I will completely break over to the new singleton methods.
Removals:
- None
Known Bugs:
- None at the moment. If you see any bugs, please be sure to report them!
API
Changes:
- The three Storage Manager classes are now all singletons. You may access these by calling the static
#getInstance()
method on them. Please see this Gist for information on this breaking change
2.5.0
Aug 15, 2022
Page 1 2