-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
Add Commands #15
Comments
Hi! |
Hey, Yeah i actually had such an idea aswell, Would be great when you can do that. Feel free to use custom concepts you don't have to exactly match Brigadier |
Nvm, I just found this existing rust port. What's your policy on using external crates such as this one? |
Hey, The crate is unmaintend, And i also would like to use an own solution |
I see. I'll have a look at what I can do |
Something to note for the command parser is that 1.21 introduced the Reference documentation for target selectors: https://minecraft.wiki/w/Target_selectors |
Are we implementing only JE commands? This list includes commands not found in JE. |
I see /ability in the list, that's BE. Probably so, maybe we will get completely different commands. |
You right, I removed it since we only want to support Java Commands. |
rip, also you're* |
Our goal is to implement all Vanilla Commands. Im sure this will take a while :D
Command Senders
Commands
Custom
Vanilla
https://minecraft.fandom.com/wiki/Commands
Config
The text was updated successfully, but these errors were encountered: