Making an HTTP API call from a script #896
Unanswered
SteveRosam
asked this question in
Script-related questions
Replies: 1 comment
-
Not without third party addons. |
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
-
I have a script that starts like this
BlockEvents.leftClicked('minecraft:sand', event => {
I want to make an HTTP API call from the script when the player does something.
Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions