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 was archived by the owner on Aug 26, 2023. It is now read-only.
Since the "Minecraft Plugin API" seems to more and more in range, we should consider designing most core stuff independently of Bukkit to be able to support all systems at least with some basic functionality.
The registry/dependency-handling design should allow to build system-dependent checks quickly where needed.
Check design might well split things into components, some of which may be fully abstracted or at least part-generic, but not system-dependent. (part-generic would rely on a service for that generic class, but does not need specific knowledge other than results of queries to the service).
Focus of the splitting question might be how to organize the violation handling if actions can be performed at any stage of checking. In fact this means we have providers that are already checks and might or might not put through data, depending on if/how actions have been triggered.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since the "Minecraft Plugin API" seems to more and more in range, we should consider designing most core stuff independently of Bukkit to be able to support all systems at least with some basic functionality.
The registry/dependency-handling design should allow to build system-dependent checks quickly where needed.
Check design might well split things into components, some of which may be fully abstracted or at least part-generic, but not system-dependent. (part-generic would rely on a service for that generic class, but does not need specific knowledge other than results of queries to the service).
Focus of the splitting question might be how to organize the violation handling if actions can be performed at any stage of checking. In fact this means we have providers that are already checks and might or might not put through data, depending on if/how actions have been triggered.
The text was updated successfully, but these errors were encountered: