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
{{ message }}
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.
I know this is an old subject and we probably will use events instead but maybe there are still some interests in this so fell free to comment and discuss :)
The text was updated successfully, but these errors were encountered:
Likely not "instead", since our main context is Bukkit API, strongly tied to CraftBukkit. Future contexts also rather seem to be "use as plugin".
However it should be possible/interesting to:
add integration for packet APIs.
add our own thin/light-weight packet abstraction layer to allow packet checks that don't depend on a particular packet-API below (ProtocolLib, BKCommonLib, custom, ...) - read as data source providers / listener-registries.
add checks for some packets / things that only can be done with packet listening.
Of course components only load if the dependencies are there ... question might be if to use some abstraction thing, to be able to use packets on different Systems.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I know this is an old subject and we probably will use events instead but maybe there are still some interests in this so fell free to comment and discuss :)
The text was updated successfully, but these errors were encountered: