We built our very own Stairway to Heaving by developing three custom APIs. As our children we equally love all of them!
We have described and show all of them in previous posts. So we will just gather some information about them
- CraftingAPI
We made this API by scratching data from the game itself, as shown in our Dataminer badge.
Using this information, we created a really cool API that tells players which items they can craft, which items they are missing and some general information about any recipe they want to know about - Minecraft API
This cool API we created in Java lives in our Minecraft server, and provides information in real time about players playing in our server; concretely about their inventory, location…
We show a small example in the badge Nasty Hackers, but something we didn’t show yet is that we wrapped in in a Custom Connector we can reuse in Power Automate! See an example below:
- Azure Function Dataverse API
This Function App serves as an API that exposes all the information we have in Dataverse about the changes in price, so that Minecraft can show the current prices in real time!
We showed in detail all the functionality it add to our Minecraft server in our Client Side Salsa badge