Conversation
You need one argument with online-player :
arguments:
- name: target
type: online-player
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds comprehensive Bedrock Edition support for Minecraft inventories, enabling cross-platform compatibility between Java and Bedrock players through Geyser integration.
- Adds Bedrock inventory system with support for forms (Simple, Modal, Custom)
- Integrates dialog system improvements with refactored package structure
- Implements custom console commands with online player arguments for enhanced administration
Reviewed Changes
Copilot reviewed 112 out of 117 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/main/resources/dialogs/*.yml | Updated dialog configurations to use prefixed type names |
| src/main/resources/bedrock/*.yml | New Bedrock form configurations for different form types |
| src/main/java/fr/maxlego08/menu/zcore/utils/plugins/Plugins.java | Added Geyser plugin support |
| src/main/java/fr/maxlego08/menu/zcore/enums/Permission.java | Added Bedrock-specific permissions |
| src/main/java/fr/maxlego08/menu/requirement/actions/* | New Bedrock action implementation |
| src/main/java/fr/maxlego08/menu/loader/actions/* | Action loaders for Bedrock functionality |
| src/main/java/fr/maxlego08/menu/command/* | Bedrock commands and validators |
| src/main/java/fr/maxlego08/menu/ZMenuPlugin.java | Core plugin integration for Bedrock support |
| Hooks/Paper/src/main/java/* | Refactored dialog system with improved package structure |
| Hooks/Bedrock/src/main/java/* | Complete Bedrock inventory implementation |
| API/src/main/java/* | New API interfaces and enums for Bedrock support |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
API/src/main/java/fr/maxlego08/menu/api/enums/bedrock/BedrockImageType.java
Outdated
Show resolved
Hide resolved
src/main/java/fr/maxlego08/menu/command/commands/CommandInventory.java
Outdated
Show resolved
Hide resolved
Hooks/Bedrock/src/main/java/fr/maxlego08/menu/hooks/bedrock/ZBedrockManager.java
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
You need one argument with online-player :
arguments:
- name: target
type: online-player
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Add floodgate detection
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.
Add bedrock inventory
Update api méthod for bedrock and dialog
Add custom console commande with argument online player.