Plug N’ Play

A Plugin for a Microsoft Product would earn us this badge, right? Well, since Minecraft is a Microsoft Product, we can claim this badge with the Plugin we are developing for connecting Minecraft with Dataverse!

How does the Plugin work?

For creating our own server, we use PaperMC, a custom Minecraft server that provides enriched capabilities for expanding the plugin API and improving its performance.

That way, we have great libraries that provide us with many capabilities we can use!

Our plugin is built in Java (as we are using Java edition). That’s how it looks like:

What does it do?

Well, right now we have two main capabilities for it!

  1. API available for us to use in Power Automate
    We made some endpoints for being used by foundry and Power Platform:

    List Inventory of a player (/api/intentory/<player>)


    Get player general information (/api/player/<player>)

  2. Custom command for open a shop custom UI
    When using the command /shop in Minecraft

A custom UI with the items currently in the shop shows up!

Want to know how we build it and deploy it to our VM? Stay tuned for other badges 😀