Documentation

Follow this guide to get your Minecraft server connected in minutes.

1

Register Your Account

To begin, you need to create an account on our platform. This will allow you to manage your setups securely.

  • Navigate to the Sign In / Sign Up page.
  • Fill in your Full Name, Email, and Password.
  • Verify your account if prompted and log into your Dashboard.
2

Create a Tenant (Server Profile)

A Tenant represents your Minecraft server metadata. This bridges transactions to correct endpoints.

  • Go to the Dashboard panel.
  • Click on Create Tenant or Add Server.
  • Complete your Server Name and description profile.
  • Once created, you will be issued a Secret Key. Copy this somewhere safe immediately.

Warning: Treat your Secret Key like a password. Do not share it publicly.

3

Create Products

Set up items you wish to sell on your web shop storefront.

  • Inside your tenant dashboard, navigate to the Product tab.
  • Click Add Product.
  • Write a name, description, and upload item image display.
  • Add the executable Minecraft Command (e.g., set rank {player} vip 30d).
4

Download & Install Plugin `.jar`

Connect your Minecraft console backend commands execution directly.

  • Download Blockstuff plugin via Dashboard link by clicking Download Plugin.
  • Navigate and place the downloaded `.jar` file into your server's plugins/ folder setup.
  • Restart or reload your Minecraft server using reload triggers.
5

Configurations Tuning

Link the bridge connecting channel node explicitly.

  • Open plugins/Blockstuff/config.yml inside your server files.
  • Insert your copied secret key inside credentials section:
# Blockstuff Configuration
connection:
  secret: "your-secret-key-here"
  • Save and execute /blockstuff reload inside console.
  • Check status dashboard; connection should state status Connected.