Minecraft Wall Calculator

TLDR:

First Result:







Hollow Option:

Calculator uses <user> as origin placement

Replace <user> with any of these:
@p is as if you had typed the nearest players name in
@a is as if you had put everyone's name tag in
@r is as if you had put a random player's name in, and
@e is as if you had put every entity's ID in.





How we built this fancy Calculator:

Here we asked ChatGPT:

Chat Window
Oi Space Robot!
Hello! How can I assist you today?
can you help me create a html calculator that uses the minecraft /fill command that asks you how big the wall you want to make is "Size of Wall", and from those x, y, z dimensions, adds that from your current location, current location given by typing it in to a "Current location" x, y, z field
Certainly! Here's some HTML and CSS code you can use to create a window that mimics the layout, spacing, and coloring of the chat window format used by ChatGPT:
CODE BLAH CODE BLAH CODE BLAH CODE BLAH

Sweet! now we can paste this into an HTML code block here on the website seen below! This not only lets us build a floor by setting Y to 1, or a wall by setting X or Z to 1, but also we can make a giant filled block section!







HINT:
Y is 

OK that got us close! but now:

Lets make it hollow! Saves all that time mining the inside out to make those houses or bases.

Chat Window
Oi Space Robot!
Hello! How can I assist you today?
how do we add a full or hollow checkbox to this html calculator and the supporting hollow mode in code?
To add a checkbox for full/hollow mode to the HTML calculator, you can modify the existing form to include an additional checkbox input. Here's an example of how you could modify the code:
CODE BLAH CODE BLAH CODE BLAH CODE BLAH

Well, it spit out a bunch of useful stuff but it looks like it was incomplete!
Don't worry, this is common for ChatGPT. We can either have it re-generate the response, or just look at it and realize its near complete. Lets just finish the code with the last part of the first bit of code and we now have our updated HTML!

Incomplete HTML Code for Hollow Feature

alert("Command: " + command);

// Send the command to the Minecraft server using a WebSocket connection or other method

// Alternatively, the user could copy the command from the alert message and paste it into the Minecraft chat manually

}

</script>

</body>

</html>

So all together we get this:

Calculator uses <user> as origin placement

Replace <user> with any of these:
@p is as if you had typed the nearest players name in
@a is as if you had put everyone's name tag in
@r is as if you had put a random player's name in, and
@e is as if you had put every entity's ID in.