Replies: 1 comment
-
After doing a bit of reading (and actual thinking) I believe DigBlock() just swings once, it needs to be on a loop, doesn't it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As the title says, I was wondering if there's a way to send hit or if it's possible to cancel a DigBlock() function.
This would help because a server I use the chatbot on has a way to interact with items in a similar way with the /interact command, (and functions) but using the swing action.
I see in Here it says you can cancel it. Is this function available under the chatbot class, or does the chatbot.Handler need to be public for this?
*Note: If the handler class could be public, that would help a LOT to manage instances of the same script
Beta Was this translation helpful? Give feedback.
All reactions