-
Notifications
You must be signed in to change notification settings - Fork 31
Bedrock Inventory #195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Bedrock Inventory #195
Conversation
You need one argument with online-player :
arguments:
- name: target
type: online-player
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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>
# Conflicts: # API/src/main/java/fr/maxlego08/menu/api/configuration/Config.java # Hooks/Paper/src/main/java/fr/maxlego08/menu/config/ConfigManager.java # src/main/java/fr/maxlego08/menu/ZMenuPlugin.java # src/main/java/fr/maxlego08/menu/zcore/utils/plugins/Plugins.java
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>
Add bedrock inventory
Update api méthod for bedrock and dialog
Add custom console commande with argument online player.