You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command is: execute if block 53 62 -14 minecraft:stone. It is a native command in Minecraft. Is there any way to make it usable and return results in "/v1/server/exec"
curl -X 'POST' \ 'http://1.1.1.1:1111/v1/server/exec' \ -H 'accept: */*' \ -H 'key: mykey' \ -H 'Content-Type: application/x-www-form-urlencoded' \ -d 'command=execute%20if%20block%2053%2062%20-14%20minecraft%3Astone&time='
I expect an output similar to '[Previous output: true]'
But there's nothing
The text was updated successfully, but these errors were encountered: