Enhance event and scripting systems with new features and fixes#8
Merged
integr-dev merged 3 commits intomasterfrom Mar 8, 2026
Merged
Enhance event and scripting systems with new features and fixes#8integr-dev merged 3 commits intomasterfrom
integr-dev merged 3 commits intomasterfrom
Conversation
…d scripting system. Added dead handler cleanup and benchmarks for the EventBus.
…d improved scripting features. Bump "tools.jackson.core:jackson-databind:3.1.0"
…interaction handling for entities.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request mainly improves documentation clarity and enhances the command framework for the Backbone plugin. The most significant changes include refining the
README.mdfor better readability and accuracy, introducing a dedicated help command to the command system, and cleaning up and documenting core utility and logging classes.Documentation improvements:
README.mdhas been revised for clearer language, improved grammar, and updated links (e.g., the PlaceholderAPI link now points to Modrinth). Several feature and usage descriptions have been clarified for better user understanding. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]Command framework enhancements:
helpsubcommand toBackboneCommand, allowing users to get detailed help for specific commands. This includes new argument handling and permission checks for the help command. [1] [2]Utility and logging improvements:
blockBuildutility function toUtils.kt, which simplifies builder usage via reflection. [1] [2]BackboneLoggerhandler'sflushandclosemethods, making it explicit that they are intentionally empty due to the logging implementation.Core API cleanup and documentation:
Backboneobject, especially around plugin environment detection and listener registration/unregistration. [1] [2] [3]These changes collectively enhance the developer and user experience by making the documentation more accessible, the command system more powerful, and the codebase easier to maintain and extend.