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

Game crashes when using Origin command inside of /execute #408

Closed
ryleu opened this issue Jan 16, 2024 · 2 comments
Closed

Game crashes when using Origin command inside of /execute #408

ryleu opened this issue Jan 16, 2024 · 2 comments
Labels
bug crash worked around No proper fix was implemented, but a workaround is currently implemented.

Comments

@ryleu
Copy link

ryleu commented Jan 16, 2024

image
https://mclo.gs/B1MQKwl

Origins v1.20.1-1.10.0.5
Caelus API v3.1.0+1.20
Forge v47.2.0
Minecraft v1.20.1

Reproduced crash with just Origins and its dependencies.

/scoreboard objectives add origins dummy   
/execute store success score @s origins run origin has @s origins:origin -> (hit tab here)
@ryleu
Copy link
Author

ryleu commented Jan 19, 2024

It seems to be a brigadier issue, so that basically means the parser doesn't know what to do with your command.

@MerchantPug MerchantPug added bug crash worked around No proper fix was implemented, but a workaround is currently implemented. labels Mar 11, 2024
@MerchantPug
Copy link
Collaborator

I've implemented a partial fix for this similar to the one found in Origins Fabric. Suggestions will not work for Origins inside /execute, but at least it doesn't crash.

MerchantPug added a commit that referenced this issue Mar 11, 2024
MerchantPug added a commit that referenced this issue Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug crash worked around No proper fix was implemented, but a workaround is currently implemented.
Projects
None yet
Development

No branches or pull requests

2 participants