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

Custom Commands #51

Closed
arnav335 opened this issue Nov 13, 2022 · 1 comment
Closed

Custom Commands #51

arnav335 opened this issue Nov 13, 2022 · 1 comment

Comments

@arnav335
Copy link

arnav335 commented Nov 13, 2022

Hi! I am working on a project in which I will be creating a localhost website with all the features that mcstorm.io provides. Since I am a developer of javascript I used mineflayer api, the worst drop back about that api is it doesn't support 1.19.2/1 right now. So, kindly tell me the possible way for making your bots do custom actions like moving . Thanks :)

@crpmax
Copy link
Owner

crpmax commented Nov 16, 2022

Hi! I am working on a project in which I will be creating a localhost website with all the features that mcstorm.io provides. Since I am a developer of javascript I used mineflayer api, the worst drop back about that api is it doesn't support 1.19.2/1 right now. So, kindly tell me the possible way for making your bots do custom actions like moving . Thanks :)

Hello,
my application currently does not provide any kind of API you can use.
Also, bot movement is not currently implemented.
I am using the MCProtocolLib library, which provides low-level access to the Minecraft protocol. That means you must write the code for movement and other actions yourself.
If you are familiar with Java, you could use parts of my app to write your own app and do the thing you want.

If you just want to run the app and control it, you can run it as a process in the background and send input to it to write chat messages. (doable in NodeJS).

Repository owner deleted a comment from TheBlankMindsNetwork Nov 16, 2022
@crpmax crpmax closed this as not planned Won't fix, can't repro, duplicate, stale Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants