Skip to content
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

Cloud v2 Implementation #199

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Stampede2011
Copy link

Migration to Cloud v2, though it seems like they only support Sponge API 7 at this time. May need to stall this PR until then

.apply(commandManager, AudienceProvider.nativeAudience());
MinecraftExceptionHandler.create(AudienceProvider.nativeAudience())
.defaultHandlers()
.decorator(component -> Component.text().append(TITLE).appendSpace().append(component).build());

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only thing missed here was registering the exception handler back to the command manager. Should be #registerTo(CommandManager) at the end of the chain there. Might need to play with generics on the create call to let it accept the manager.

@4drian3d 4drian3d added the enhancement New feature or request label Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants