24 ms·
As far as I'm aware there's no way to do an HTTP request via command blocks, at least in vanilla.
by lhamil64 1y ago
As far as I'm aware there's no way to do an HTTP request via command blocks, at least in vanilla.
- datadrivenangel 1y agoThrough Lua, all things are possible
- charcircuit 1y agoThe scripting language for Minecraft is Typescript. Lua would require a 3rd party mod. https://learn.microsoft.com/en-us/minecraft/creator/scriptapi/minecraft/server-net/minecraft-server-net?view=minecraft-bedrock-experimental https://learn.microsoft.com/en-us/minecraft/creator/scriptap... >The @minecraft/server-net module contains types for executing HTTP-based requests. This module can only be used on Bedrock Dedicated Server. These APIs do not function within the Minecraft game client or within Minecraft Realms.
- ianhawes 1y ago* In Bedrock Edition. Minecraft purists only use Java Edition.